From c2f0996807ddef0bf6a06e824b6a051ce56c881a Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 7 Dec 2015 13:20:51 +0100 Subject: [PATCH] 5.6.0 (sync with qt5 copr) --- .gitignore | 1 + qt5-qtgraphicaleffects.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d2f070e..2677a5f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /qtgraphicaleffects-opensource-src-5.5.0.tar.xz /qtgraphicaleffects-opensource-src-5.5.1-rc1.tar.xz /qtgraphicaleffects-opensource-src-5.5.1.tar.xz +/qtgraphicaleffects-opensource-src-5.6.0-beta1.tar.xz diff --git a/qt5-qtgraphicaleffects.spec b/qt5-qtgraphicaleffects.spec index 13ad37a..89ef140 100644 --- a/qt5-qtgraphicaleffects.spec +++ b/qt5-qtgraphicaleffects.spec @@ -12,12 +12,12 @@ %endif %endif -## define prerelease rc1 +%define prerelease beta1 Summary: Qt5 - QtGraphicalEffects component Name: qt5-%{qt_module} -Version: 5.5.1 -Release: 2%{?dist} +Version: 5.6.0 +Release: 0.1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively from qt5-qtbase for details License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -29,6 +29,9 @@ Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease: %global debug_package %{nil} BuildRequires: qt5-qtbase-devel >= %{version} +BuildRequires: pkgconfig(Qt5Declarative) +BuildRequires: pkgconfig(Qt5Quick) +BuildRequires: qt5-qdoc BuildRequires: libmng-devel BuildRequires: libtiff-devel @@ -77,7 +80,7 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %endif %files -%doc LGPL_EXCEPTION.txt LICENSE.LGPL* +%license LGPL_EXCEPTION.txt LICENSE.LGPL* %dir %{_qt5_archdatadir}/qml/ %{_qt5_archdatadir}/qml/QtGraphicalEffects/ @@ -90,6 +93,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %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 4b45664..135b57a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62ef23772af430d2beddd320eeec6016 qtgraphicaleffects-opensource-src-5.5.1.tar.xz +16b617f63484eade9a658a3819fd68db qtgraphicaleffects-opensource-src-5.6.0-beta1.tar.xz