- Release candidate
This commit is contained in:
parent
9fa58e7594
commit
938ee26881
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/qttools-opensource-src-5.7.1.tar.xz
|
||||
/qttools-opensource-src-5.8.0.tar.xz
|
||||
/qttools-opensource-src-5.9.0-beta3.tar.xz
|
||||
/qttools-opensource-src-5.9.0-rc.tar.xz
|
||||
|
@ -3,11 +3,11 @@
|
||||
Summary: Qt5 - QtTool components
|
||||
Name: qt5-qttools
|
||||
Version: 5.9.0
|
||||
Release: 0.4.beta3%{?dist}
|
||||
Release: 0.1.rc%{?dist}
|
||||
|
||||
License: LGPLv3 or LGPLv2
|
||||
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
|
||||
|
||||
# help lrelease/lupdate use/prefer qmake-qt5
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1009893
|
||||
@ -151,7 +151,7 @@ Requires: %{name}-common = %{version}-%{release}
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}-beta3
|
||||
%setup -q -n %{qt_module}-opensource-src-%{version}-rc
|
||||
%patch2 -p1 -b .qmake-qt5
|
||||
%ifarch %{mips32}
|
||||
%patch4 -p1 -b .libatomic
|
||||
@ -426,6 +426,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 26 2017 Helio Chissini de Castro <helio@kde.org> - 5.9.0-0.1.rc
|
||||
- Upstream Release Candidate retagged
|
||||
|
||||
* Tue May 23 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-0.4.beta3
|
||||
- fix Release, Obsoletes: qt5-qttools-libs-clucene (#1454531)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qttools-opensource-src-5.9.0-beta3.tar.xz) = fa0d039477b981ba37ea2c691725a980b2bf42e4110302b2224d4940f6d2280634a7e300bcf4769bdd4a6c8f3b17f92dc9c897793fabd5e38cf5c1f35e234ffa
|
||||
SHA512 (qttools-opensource-src-5.9.0-rc.tar.xz) = f851e283f28874b0e6ba8691b5b47f261c648fd04f957196a61e77a8a43107dc3f43b96742c378bd3d1a04480f215ede4f90fafda095999a5b70ad67167587e3
|
||||
|
Loading…
Reference in New Issue
Block a user