[mingw32-filesystem] The %{_mingw32_qmake_qt4} macro pointed to an invalid mkspecs name. Fixed

epienbro epienbro at fedoraproject.org
Fri Jul 1 12:05:43 UTC 2011


commit 4269348602669d2faefa8208c073fa0aa9c7c409
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Fri Jul 1 14:05:10 2011 +0200

    The %{_mingw32_qmake_qt4} macro pointed to an invalid mkspecs name. Fixed

 macros.mingw32          |    2 +-
 mingw32-filesystem.spec |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/macros.mingw32 b/macros.mingw32
index 19ce4b8..95ac080 100644
--- a/macros.mingw32
+++ b/macros.mingw32
@@ -169,7 +169,7 @@ package or when debugging this package.\
         -DCMAKE_TOOLCHAIN_FILE=/usr/share/mingw32/Toolchain-mingw32.cmake
 
 %_mingw32_qmake_qt4 %{_mingw32_env} ; \
-  %_qt4_qmake -spec win32-g++-fedora-cross
+  %_qt4_qmake -spec win32-g++-cross
 
 %_mingw32_description This is the cross-compiled version of this library / tool.\
 You should only install this package if you want to cross-compile programs for \
diff --git a/mingw32-filesystem.spec b/mingw32-filesystem.spec
index 0bcaabe..6285f1a 100644
--- a/mingw32-filesystem.spec
+++ b/mingw32-filesystem.spec
@@ -2,7 +2,7 @@
 
 Name:           mingw32-filesystem
 Version:        69
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        MinGW base filesystem and environment
 
 Group:          Development/Libraries
@@ -170,6 +170,9 @@ install -m 644 %{SOURCE8} $RPM_BUILD_ROOT%{_datadir}/mingw32
 
 
 %changelog
+* Fri Jul  1 2011 Erik van Pienbroek <epienbro at fedoraproject.org> - 69-4
+- The %%{_mingw32_qmake_qt4} macro pointed to an invalid mkspecs name. Fixed
+
 * Tue Jun 28 2011 Kalev Lember <kalev at smartlink.ee> - 69-3
 - Set Boost_COMPILER to -gcc46 in cmake toolchain file
 


More information about the scm-commits mailing list