- 5.6.0 release

This commit is contained in:
Helio Chissini de Castro 2016-03-14 16:39:17 +01:00
parent c6f3ad410e
commit 8353127ae6
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/qtlocation-opensource-src-5.6.0-beta.tar.gz
/qtlocation-opensource-src-5.6.0-beta1.tar.xz
/qtlocation-opensource-src-5.6.0-rc.tar.xz
/qtlocation-opensource-src-5.6.0.tar.xz

View File

@ -12,21 +12,17 @@
%endif
%endif
%define prerelease rc
#define prerelease
Summary: Qt5 - Location component
Name: qt5-%{qt_module}
Version: 5.6.0
Release: 0.10.%{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
## upstreamable patches
# try to support older glib2 (like el6)
@ -155,6 +151,9 @@ popd
%changelog
* Mon Mar 14 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-1
- 5.6.0 final release
* Tue Feb 23 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.10.rc
- Update to final RC

View File

@ -1 +1 @@
59d8f0f1aca7808d7f5eb70de70e9962 qtlocation-opensource-src-5.6.0-rc.tar.xz
a80ea35d92f851edad140b59749bd241 qtlocation-opensource-src-5.6.0.tar.xz