Update rc release

This commit is contained in:
Helio Chissini de Castro 2016-02-15 16:19:30 +01:00
parent 715942e6cc
commit 91f28e7f80
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -3,20 +3,20 @@
%define docs 1
%define prerelease beta
%define prerelease rc
Summary: Qt5 - QtGraphicalEffects component
Name: qt5-%{qt_module}
Version: 5.6.0
Release: 0.4.%{prerelease}%{?dist}
Release: 0.5.%{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.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
# debuginfo.list ends up empty/blank anyway, since the included qml is *basically* noarch
@ -88,6 +88,9 @@ make install_docs INSTALL_ROOT=%{buildroot} -C %{_target_platform}
%changelog
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.5
- Update RC release
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-0.4.beta
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
05357fce7aa638e7e905d687ccc21a34 qtgraphicaleffects-opensource-src-5.6.0-beta.tar.gz
9b8ad07582440cd4cdd6bf06e9e48dae qtgraphicaleffects-opensource-src-5.6.0-rc.tar.xz