[mingw-qt5-qtmultimedia] 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:04:08 UTC 2014


commit fd7f7e27a0411fda5763877d3393315e1ebb8862
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Mar 30 16:04:17 2014 +0200

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

 mingw-qt5-qtmultimedia.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mingw-qt5-qtmultimedia.spec b/mingw-qt5-qtmultimedia.spec
index 2a27aee..93ac688 100644
--- a/mingw-qt5-qtmultimedia.spec
+++ b/mingw-qt5-qtmultimedia.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 - QtMultimedia 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-qtdeclarative
 
 BuildRequires:  mingw64-filesystem >= 96
 BuildRequires:  mingw64-gcc-c++
-BuildRequires:  mingw64-qt5-qtbase
+BuildRequires:  mingw64-qt5-qtbase >= 5.2.1
 BuildRequires:  mingw64-qt5-qtdeclarative
 
 # Some files #include <dshow.h>
@@ -179,6 +179,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