- 5.6.0 release

This commit is contained in:
Helio Chissini de Castro 2016-03-14 22:36:38 +01:00
parent 04967eafe9
commit 6b1792df2f
3 changed files with 8 additions and 8 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/qttools-opensource-src-5.6.0-beta1.tar.xz
/qttools-opensource-src-5.6.0-beta2.tar.xz
/qttools-opensource-src-5.6.0-rc.tar.xz
/qttools-opensource-src-5.6.0.tar.xz

View File

@ -10,20 +10,16 @@
%define docs 1
%endif
%define prerelease rc
#define prerelease
Summary: Qt5 - QtTool components
Name: qt5-qttools
Version: 5.6.0
Release: 0.12.%{prerelease}%{?dist}
Release: 1%{?prerelease:.%{prerelease}}%{?dist}
License: LGPLv3 or LGPLv2
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
Patch1: qttools-opensource-src-5.3.2-system-clucene.patch
@ -488,6 +484,9 @@ fi
%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.12.rc
- Update to final RC

View File

@ -1 +1 @@
348fcbaeaa4a68720f6d03d8e283a04c qttools-opensource-src-5.6.0-rc.tar.xz
5dd6204df7c81c684607f2fc8a5d351a qttools-opensource-src-5.6.0.tar.xz