From e19bcefd46fb38b4a2d00159649700bea06b8f8f Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Dec 07 2015 12:46:59 +0000 Subject: 5.6.0 (sync with qt5 copr) --- diff --git a/.gitignore b/.gitignore index 191f339..4a4b613 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /qtenginio-opensource-src-5.5.0.tar.xz /qtenginio-opensource-src-5.5.1-rc1.tar.xz /qtenginio-opensource-src-5.5.1.tar.xz +/qtenginio-opensource-src-5.6.0-beta1.tar.xz diff --git a/qt5-qtenginio.spec b/qt5-qtenginio.spec index 00a6857..69a7d4e 100644 --- a/qt5-qtenginio.spec +++ b/qt5-qtenginio.spec @@ -1,24 +1,26 @@ - %global qt_module qtenginio + # define to build docs, need to undef this for bootstrapping %define docs 1 -## define prerelease rc1 +%define prerelease beta1 Summary: Qt5 - Enginio component Name: qt5-%{qt_module} -Version: 5.5.1 -Release: 2%{?dist} +Version: 5.6.0 +Release: 0.1%{?dist} # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details # See also http://doc.qt.io/qt-5/licensing.html License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz +Patch0: qtenginio-opensource-src-5.6.0-beta1-fixversion.patch BuildRequires: qt5-qtbase-devel >= %{version} BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: qt5-qdoc %{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}} @@ -53,7 +55,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %prep %setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}} - +%patch0 -p1 -b .version %build mkdir %{_target_platform} @@ -94,7 +96,7 @@ popd %files %doc LICENSE* LGPL_EXCEPTION.txt -%{_qt5_libdir}/libEnginio.so.1* +%{_qt5_libdir}/libEnginio.so.5* %{_qt5_archdatadir}/qml/Enginio/ %files devel @@ -123,6 +125,9 @@ popd %changelog +* Tue Nov 03 2015 Helio Chissini de Castro - 5.6.0-0.1 +- Start to implement 5.6.0 beta + * Thu Oct 15 2015 Helio Chissini de Castro - 5.5.1-2 - Update to final release 5.5.1 diff --git a/sources b/sources index cf8d138..f9b6e4a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43125ee64c8d6c023628c5f612743896 qtenginio-opensource-src-5.5.1.tar.xz +2075b99312ee7b357a695fe8cdc3b844 qtenginio-opensource-src-5.6.0-beta1.tar.xz