[mingw32-qt-qmake] Use the mkspecs name 'win32-g++-cross'

epienbro epienbro at fedoraproject.org
Mon Oct 18 19:02:27 UTC 2010


commit 38e3b4ba43f6b21c9895fc9ac5800e1eacc0105a
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Mon Oct 18 21:01:23 2010 +0200

    Use the mkspecs name 'win32-g++-cross'
    
    Use the name 'win32-g++-cross' instead of 'win32-g++-fedora-cross' as mkspecs
    platform name as was decided on the mailing list. The previous rename was invalid

 mingw32-qt-qmake.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/mingw32-qt-qmake.spec b/mingw32-qt-qmake.spec
index 6a2249e..d80f853 100644
--- a/mingw32-qt-qmake.spec
+++ b/mingw32-qt-qmake.spec
@@ -8,12 +8,12 @@
 
 #global pre beta1
 
-%global platform win32-g++-fedora-cross
+%global platform win32-g++-cross
 %global compatplatform fedora-win32-cross
 
 Name:           mingw32-qt-qmake
 Version:        4.7.0
-Release:        2%{?pre}%{?dist}
+Release:        3%{?pre}%{?dist}
 Summary:        Qt for Windows Build Environment
 
 License:        GPLv3 with exceptions or LGPLv2 with exceptions
@@ -74,6 +74,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Oct 18 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.7.0-3
+- Use the name 'win32-g++-cross' instead of 'win32-g++-fedora-cross' as
+  mkspecs platform name as was decided on the mailing list. The previous
+  rename was invalid
+
 * Mon Oct 11 2010 Erik van Pienbroek <epienbro at fedoraproject.org> - 4.7.0-2
 - Use the name 'win32-g++-fedora-cross' instead of 'win32-fedora-cross' as
   mkspecs platform name. People compiling Qt applications using the


More information about the scm-commits mailing list