- Release candidate
This commit is contained in:
parent
8c3d8bfd15
commit
50cbb4dfb7
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/qtquickcontrols-opensource-src-5.7.1.tar.xz
|
||||
/qtquickcontrols-opensource-src-5.8.0.tar.xz
|
||||
/qtquickcontrols-opensource-src-5.9.0-beta3.tar.xz
|
||||
/qtquickcontrols-opensource-src-5.9.0-rc.tar.xz
|
||||
|
@ -3,11 +3,11 @@
|
||||
Name: qt5-%{qt_module}
|
||||
Summary: Qt5 - module with set of QtQuick controls
|
||||
Version: 5.9.0
|
||||
Release: 0.beta.3%{?dist}
|
||||
Release: 0.1.rc%{?dist}
|
||||
|
||||
License: LGPLv2 or LGPLv3 and GFDL
|
||||
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 qml provides
|
||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||
@ -28,7 +28,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
|
||||
@ -52,6 +52,9 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
||||
|
||||
|
||||
%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
|
||||
|
||||
@ -101,7 +104,7 @@ make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Mon Dec 21 2015 Rex Dieter <rdieter@fedoraproject.org> 5.6.0-0.4
|
||||
- fix source URL, fresh (real?) beta sources, fix Release: 0.beta.3%{?dist}
|
||||
- fix source URL, fresh (real?) beta sources, fix Release: 0.1.rc%{?dist}
|
||||
|
||||
* Thu Dec 10 2015 Helio Chissini de Castro <helio@kde.org> - 5.6.0-0.3
|
||||
- Official beta release
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtquickcontrols-opensource-src-5.9.0-beta3.tar.xz) = d317aab2f63af09927d433982123fa6570df4ffa69008691ef1e4eb15d4e8f098240671b4cec6e58f6ed1d6d270c955491d393e6dac48b97a5313d9d5f89f9b9
|
||||
SHA512 (qtquickcontrols-opensource-src-5.9.0-rc.tar.xz) = 9f5b15bbd14036b897a369cbd523c87e6dd67610582b4a8638af72d9beccdf5d736c6099aac75930cc7e1bae7352d0aa3093dcd8eae94b9bfe442ad6ef5bc843
|
||||
|
Loading…
Reference in New Issue
Block a user