From d302ccea9d96a0f98382fbbf0fa042051a877ef4 Mon Sep 17 00:00:00 2001 From: Helio Chissini de Castro Date: Mon, 14 Mar 2016 16:19:12 +0100 Subject: [PATCH] - 5.6.0 release --- .gitignore | 1 + qt5-qtx11extras.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 21b7547..c4ad1ad 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /qtx11extras-opensource-src-5.6.0-beta.tar.gz /qtx11extras-opensource-src-5.6.0-beta1.tar.xz /qtx11extras-opensource-src-5.6.0-rc.tar.xz +/qtx11extras-opensource-src-5.6.0.tar.xz diff --git a/qt5-qtx11extras.spec b/qt5-qtx11extras.spec index aed8f6d..2a2c9dc 100644 --- a/qt5-qtx11extras.spec +++ b/qt5-qtx11extras.spec @@ -3,21 +3,17 @@ %define docs 1 -%define prerelease rc +#define prerelease Summary: Qt5 - X11 support library Name: qt5-%{qt_module} Version: 5.6.0 -Release: 0.8.%{prerelease}%{?dist} +Release: 1%{?prerelease:.%{prerelease}}%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception 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 BuildRequires: cmake BuildRequires: qt5-qtbase-devel >= %{version} @@ -107,6 +103,9 @@ popd %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.8.rc - Update to final RC diff --git a/sources b/sources index 2cf6596..c928671 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77264dbf0bb923622f9773b8424eff87 qtx11extras-opensource-src-5.6.0-rc.tar.xz +06465ee8d6e261d47712ac53b59308c9 qtx11extras-opensource-src-5.6.0.tar.xz