- Release candidate

This commit is contained in:
Helio Chissini de Castro 2017-05-27 12:00:31 +02:00
parent 4a886759bd
commit cfb71160da

View File

@ -10,11 +10,11 @@
Summary: Qt5 - Multimedia support
Name: qt5-%{qt_module}
Version: 5.9.0
Release: 0.beta.3%{?dist}
Release: 0.1.rc%{?dist}
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
License: LGPLv2 with exceptions or GPLv3 with exceptions
Url: http://www.qt.io
Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-beta3/submodules/%{qt_module}-opensource-src-%{version}-beta3.tar.xz
Source0: https://download.qt.io/development_releases/qt/5.9/%{version}-rc/submodules/%{qt_module}-opensource-src-%{version}-rc.tar.xz
# filter plugin/qml provides
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
@ -63,7 +63,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
%prep
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
%build
@ -139,6 +139,9 @@ popd
%changelog
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
- Upstream Release Candidate retagged
* Tue May 09 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.beta.3
- Upstream beta 3