- Update rc package

This commit is contained in:
Helio Chissini de Castro 2016-02-15 14:14:01 +01:00
parent ec949152ac
commit 9f1071faef
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/qtx11extras-opensource-src-5.5.1.tar.xz
/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

View File

@ -3,20 +3,20 @@
%define docs 1
%define prerelease beta
%define prerelease rc
Summary: Qt5 - X11 support library
Name: qt5-%{qt_module}
Version: 5.6.0
Release: 0.6.%{prerelease}%{?dist}
Release: 0.7.%{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.gz
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.gz
Source0: http://download.qt.io/official_releases/qt/5.6/%{version}/submodules/%{qt_module}-opensource-src-%{version}.tar.xz
%endif
BuildRequires: cmake
@ -107,6 +107,9 @@ popd
%changelog
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.7.rc
- Integrate rc packages
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-0.6.beta
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
3714b3816a8136db61829b50da368068 qtx11extras-opensource-src-5.6.0-beta.tar.gz
7f1cf00e90652a658fe60afd3909f1a6 qtx11extras-opensource-src-5.6.0-rc.tar.xz