tighten qtbase dep (#1233829)
This commit is contained in:
parent
6677d1c624
commit
af75caad05
@ -1,7 +1,7 @@
|
||||
|
||||
%global qt_module qtxmlpatterns
|
||||
|
||||
%global bootstrap 0
|
||||
#global bootstrap 1
|
||||
|
||||
#define prerelease rc
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
Summary: Qt5 - QtXmlPatterns component
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.5.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
@ -26,7 +26,7 @@ Source0: http://download.qt.io/official_releases/qt/5.5/%{version}%{?prerelease:
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||
|
||||
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} >= %{_qt5_version}}
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
|
||||
%description
|
||||
The Qt XML Patterns module provides support for XPath, XQuery, XSLT,
|
||||
@ -140,6 +140,12 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Jul 16 2015 Rex Dieter <rdieter@fedoraproject.org> 5.5.0-2
|
||||
- tighten qtbase dep (#1233829)
|
||||
|
||||
* Wed Jul 1 2015 Helio Chissini de Castro <helio@kde.org> 5.5.0-1
|
||||
- New final upstream release Qt 5.5.0
|
||||
|
||||
* Mon Jun 29 2015 Helio Chissini de Castro <helio@kde.org> - 5.5.0-0.3.rc
|
||||
- Second round of builds now with bootstrap enabled due new qttools
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user