[mingw-qt5-qtlocation] Make sure we're built against mingw-qt5-qtbase >= 5.2.1 (RHBZ 1077213)

Erik van Pienbroek epienbro at fedoraproject.org
Sun Mar 30 14:06:03 UTC 2014


commit fc4f70a2c9c0cdb113d202594b877f161ebfb97f
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Mar 30 16:06:11 2014 +0200

    Make sure we're built against mingw-qt5-qtbase >= 5.2.1 (RHBZ 1077213)

 mingw-qt5-qtlocation.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mingw-qt5-qtlocation.spec b/mingw-qt5-qtlocation.spec
index 5ad5e39..46ada52 100644
--- a/mingw-qt5-qtlocation.spec
+++ b/mingw-qt5-qtlocation.spec
@@ -17,7 +17,7 @@
 
 Name:           mingw-qt5-%{qt_module}
 Version:        5.2.1
-Release:        1%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
+Release:        2%{?pre:.%{pre}}%{?snapshot_date:.git%{snapshot_date}.%{snapshot_rev}}%{?dist}
 Summary:        Qt5 for Windows - QtLocation component
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -40,12 +40,12 @@ BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 96
 BuildRequires:  mingw32-gcc-c++
-BuildRequires:  mingw32-qt5-qtbase
+BuildRequires:  mingw32-qt5-qtbase >= 5.2.1
 BuildRequires:  mingw32-qt5-qt3d
 
 BuildRequires:  mingw64-filesystem >= 96
 BuildRequires:  mingw64-gcc-c++
-BuildRequires:  mingw64-qt5-qtbase
+BuildRequires:  mingw64-qt5-qtbase >= 5.2.1
 BuildRequires:  mingw64-qt5-qt3d
 
 
@@ -164,6 +164,9 @@ find $RPM_BUILD_ROOT%{mingw64_prefix} | grep .dll | grep -v .dll.a | sed s@"^$RP
 
 
 %changelog
+* Sun Mar 30 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.2.1-2
+- Make sure we're built against mingw-qt5-qtbase >= 5.2.1 (RHBZ 1077213)
+
 * Sat Feb  8 2014 Erik van Pienbroek <epienbro at fedoraproject.org> - 5.2.1-1
 - Update to 5.2.1
 


More information about the scm-commits mailing list