From 5485e4e498fc4075a70e1b5dbf7e41c3174a6112 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Mon, 29 Jun 2015 22:58:35 -0300 Subject: [PATCH] - Update rc1 5.5.0 --- .gitignore | 1 + qt5-qtgraphicaleffects.spec | 24 ++++++++++++------------ sources | 2 +- 3 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 47a2041..f5ccdb7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /qtgraphicaleffects-opensource-src-5.4.0.tar.xz /qtgraphicaleffects-opensource-src-5.4.1.tar.xz /qtgraphicaleffects-opensource-src-5.4.2.tar.xz +/qtgraphicaleffects-opensource-src-5.5.0-rc.tar.xz diff --git a/qt5-qtgraphicaleffects.spec b/qt5-qtgraphicaleffects.spec index 2a00e63..dff98b5 100644 --- a/qt5-qtgraphicaleffects.spec +++ b/qt5-qtgraphicaleffects.spec @@ -5,19 +5,17 @@ # where qt5-qttools builds are not yet available %define docs 1 +%define prerelease rc + Summary: Qt5 - QtGraphicalEffects component Name: qt5-%{qt_module} -Version: 5.4.2 -Release: 2%{?dist} +Version: 5.5.0 +Release: 0.2.rc%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively from qt5-qtbase for details License: LGPLv2 with exceptions or GPLv3 with exceptions -Url: http://qt-project.org/ -%if 0%{?pre:1} -Source0: http://download.qt-project.org/development_releases/qt/5.4/%{version}-%{pre}/submodules/%{qt_module}-opensource-src-%{version}-%{pre}.tar.xz -%else -Source0: http://download.qt-project.org/official_releases/qt/5.4/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz -%endif +Url: http://www.qt.io +Source0: http://download.qt.io/development_releases/qt/5.5/%{version}%{?prerelease:-%{prerelease}}/submodules/%{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}}.tar.xz # debuginfo.list ends up empty/blank anyway, since the included qml is *basically* noarch # todo: look into making this pkg proper noarch instead @@ -49,7 +47,7 @@ BuildArch: noarch %prep -%setup -q -n %{qt_module}-opensource-src-%{version}%{?pre:-%{pre}} +%setup -q -n %{qt_module}-opensource-src-%{version}%{?prerelease:-%{prerelease}} %build @@ -72,7 +70,6 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %endif - %files %doc LGPL_EXCEPTION.txt LICENSE.LGPL* %dir %{_qt5_archdatadir}/qml/ @@ -87,8 +84,11 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %changelog -* Thu Jun 18 2015 Fedora Release Engineering - 5.4.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild +* Wed Jun 24 2015 Helio Chissini de Castro - 5.5.0-0.2.rc +- Update for official RC1 released packages + +* Wed Jun 17 2015 Daniel Vrátil - 5.5.0-0.1.rc +- Qt 5.5.0 RC1 * Wed Jun 03 2015 Jan Grulich - 5.4.2-1 - 5.4.2 diff --git a/sources b/sources index dfa109d..b936b37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3145c92da410e880a0124a25176ac9bc qtgraphicaleffects-opensource-src-5.4.2.tar.xz +2fdcf706b5a195e756b28c1db91ee75c qtgraphicaleffects-opensource-src-5.5.0-rc.tar.xz