[mingw32-qt-qmake] Update to 4.7.0

epienbro epienbro at fedoraproject.org
Sun Sep 26 18:48:09 UTC 2010


commit cd57bb13505988563e9f37b1ed892bdd60f95eb0
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Sep 26 20:47:54 2010 +0200

    Update to 4.7.0
    
    - Update to 4.7.0
    - Automatically set QT_LIBINFIX to "4" in avoid users to provide it
      manually (as indicated at http://fedoraproject.org/wiki/MinGW/Tips)

 mingw32-qt-qmake.spec |    7 ++++++-
 qmake.conf            |    2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-qt-qmake.spec b/mingw32-qt-qmake.spec
index 343ed90..08ae032 100644
--- a/mingw32-qt-qmake.spec
+++ b/mingw32-qt-qmake.spec
@@ -12,7 +12,7 @@
 %global compatplatform fedora-win32-cross
 
 Name:           mingw32-qt-qmake
-Version:        4.6.2
+Version:        4.7.0
 Release:        1%{?pre}%{?dist}
 Summary:        Qt for Windows Build Environment
 
@@ -74,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Sep 25 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.7.0-1
+- Update to 4.7.0
+- Automatically set QT_LIBINFIX to "4" in avoid users to provide it
+  manually (as indicated at http://fedoraproject.org/wiki/MinGW/Tips)
+
 * Fri Feb 26 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.6.2-1
 - update to 4.6.2
 
diff --git a/qmake.conf b/qmake.conf
index 652bd34..a81924d 100644
--- a/qmake.conf
+++ b/qmake.conf
@@ -104,7 +104,7 @@ QMAKE_LIB		= i686-pc-mingw32-ar -ru
 QMAKE_RC		= i686-pc-mingw32-windres
 QMAKE_ZIP		= zip -r -9
 
-#QT_LIBINFIX		= 4
+QT_LIBINFIX		= 4
 
 QMAKE_STRIP		= strip
 QMAKE_STRIPFLAGS_LIB 	+= --strip-unneeded


More information about the scm-commits mailing list