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

Erik van Pienbroek epienbro at fedoraproject.org
Sun Mar 30 13:59:25 UTC 2014


commit bb8a9c8aae58feaff7539b443e7c2e2f71d10b9c
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Mar 30 15:59:34 2014 +0200

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

 mingw-qt5-qtscript.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mingw-qt5-qtscript.spec b/mingw-qt5-qtscript.spec
index 50fd715..a66a466 100644
--- a/mingw-qt5-qtscript.spec
+++ b/mingw-qt5-qtscript.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 - QtScript component
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -40,11 +40,11 @@ BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 96
 BuildRequires:  mingw32-gcc-c++
-BuildRequires:  mingw32-qt5-qtbase
+BuildRequires:  mingw32-qt5-qtbase >= 5.2.1
 
 BuildRequires:  mingw64-filesystem >= 96
 BuildRequires:  mingw64-gcc-c++
-BuildRequires:  mingw64-qt5-qtbase
+BuildRequires:  mingw64-qt5-qtbase >= 5.2.1
 
 
 %description
@@ -139,6 +139,9 @@ rm -f $RPM_BUILD_ROOT%{mingw64_libdir}/*.dll
 
 
 %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