Update rc release

This commit is contained in:
Helio Chissini de Castro 2016-02-15 15:35:53 +01:00
parent 3a741b3aa0
commit 21fa3816ff
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@
/qtserialport-opensource-src-5.5.1.tar.xz
/qtserialport-opensource-src-5.6.0-beta.tar.gz
/qtserialport-opensource-src-5.6.0-beta1.tar.xz
/qtserialport-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 - SerialPort component
Name: qt5-%{qt_module}
Version: 5.6.0
Release: 0.5.%{prerelease}%{?dist}
Release: 0.6.%{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
@ -133,6 +133,9 @@ popd
%changelog
* Mon Feb 15 2016 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.6
- Update RC release
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.6.0-0.5.beta
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
68d2aa4335ee92ec2e63aefe12594016 qtserialport-opensource-src-5.6.0-beta.tar.gz
81b7a0e7e5054ece78bda3a510c9ad25 qtserialport-opensource-src-5.6.0-rc.tar.xz