From ef23e95bf17b3455b62824fa8a74b63e411b23f5 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Mon, 14 Mar 2016 22:48:36 +0100 Subject: [PATCH] - 5.6.0 release --- .gitignore | 1 + qt5-qtgraphicaleffects.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 4325253..d94d15f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /qtgraphicaleffects-opensource-src-5.6.0-beta.tar.gz /qtgraphicaleffects-opensource-src-5.6.0-beta1.tar.xz /qtgraphicaleffects-opensource-src-5.6.0-rc.tar.xz +/qtgraphicaleffects-opensource-src-5.6.0.tar.xz diff --git a/qt5-qtgraphicaleffects.spec b/qt5-qtgraphicaleffects.spec index a9ff626..a037707 100644 --- a/qt5-qtgraphicaleffects.spec +++ b/qt5-qtgraphicaleffects.spec @@ -3,21 +3,17 @@ %define docs 1 -%define prerelease rc +#define prerelease Summary: Qt5 - QtGraphicalEffects component Name: qt5-%{qt_module} Version: 5.6.0 -Release: 0.6.%{prerelease}%{?dist} +Release: 1%{?prerelease:.%{prerelease}}%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively from qt5-qtbase for details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io -%if 0%{?prerelease:1} -Source0: http://download.qt.io/development_releases/qt/5.6/%{version}-%{prerelease}/submodules/%{qt_module}-opensource-src-%{version}-%{prerelease}.tar.xz -%else -Source0: http://download.qt.io/official_releases/qt/5.6/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz -%endif +Source0: http://download.qt.io/snapshots/qt/5.6/%{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 @@ -88,6 +84,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 14 2016 Helio Chissini de Castro - 5.6.0-1 +- 5.6.0 final release + * Tue Feb 23 2016 Helio Chissini de Castro - 5.6.0-0.6.rc - Update to final RC diff --git a/sources b/sources index cf4e626..23c7d59 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7344c2946baebbcd528aca1c92ec8c54 qtgraphicaleffects-opensource-src-5.6.0-rc.tar.xz +6132524e7dbceb3ea634200d4d7cf235 qtgraphicaleffects-opensource-src-5.6.0.tar.xz