rpms/mingw32-qt/F-13 .cvsignore, 1.9, 1.10 mingw32-qt.spec, 1.23, 1.24 qt-win-configure.patch, 1.8, 1.9 qt-win-configure.sh, 1.8, 1.9 sources, 1.9, 1.10

sailer sailer at fedoraproject.org
Fri Feb 26 10:03:47 UTC 2010


Author: sailer

Update of /cvs/extras/rpms/mingw32-qt/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11741

Modified Files:
	.cvsignore mingw32-qt.spec qt-win-configure.patch 
	qt-win-configure.sh sources 
Log Message:
update to 4.6.2



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/mingw32-qt/F-13/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	31 Jan 2010 17:27:30 -0000	1.9
+++ .cvsignore	26 Feb 2010 10:03:46 -0000	1.10
@@ -5,3 +5,4 @@ qt-everywhere-opensource-src-4.6.0-beta1
 qt-everywhere-opensource-src-4.6.0-rc1.tar.gz
 qt-everywhere-opensource-src-4.6.0.tar.gz
 qt-everywhere-opensource-src-4.6.1.tar.gz
+qt-everywhere-opensource-src-4.6.2.tar.gz


Index: mingw32-qt.spec
===================================================================
RCS file: /cvs/extras/rpms/mingw32-qt/F-13/mingw32-qt.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- mingw32-qt.spec	31 Jan 2010 17:27:30 -0000	1.23
+++ mingw32-qt.spec	26 Feb 2010 10:03:46 -0000	1.24
@@ -25,7 +25,7 @@
 #global dbgsubdirs 
 
 Name:           mingw32-qt
-Version:        4.6.1
+Version:        4.6.2
 Release:        1%{?pre}%{?dist}
 Summary:        Qt for Windows
 
@@ -288,6 +288,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 26 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.6.2-1
+- update to 4.6.2
+
 * Sun Jan 31 2010 Thomas Sailer <t.sailer at alumni.ethz.ch> - 4.6.1-1
 - update to 4.6.1
 

qt-win-configure.patch:
 .qmake.cache                    |   20 +++++
 configure.cache                 |   30 +++++++
 configure.output                |  145 ++++++++++++++++++++++++++++++++++++
 include/Qt/qconfig.h            |    1 
 include/QtCore/qconfig.h        |    1 
 mkspecs/default/qmake.conf      |  113 ++++++++++++++++++++++++++++
 mkspecs/default/qplatformdefs.h |  160 ++++++++++++++++++++++++++++++++++++++++
 mkspecs/qconfig.pri             |   12 +++
 src/corelib/global/qconfig.cpp  |   31 +++++++
 src/corelib/global/qconfig.h    |  120 ++++++++++++++++++++++++++++++
 10 files changed, 633 insertions(+)

Index: qt-win-configure.patch
===================================================================
RCS file: /cvs/extras/rpms/mingw32-qt/F-13/qt-win-configure.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- qt-win-configure.patch	31 Jan 2010 17:27:30 -0000	1.8
+++ qt-win-configure.patch	26 Feb 2010 10:03:46 -0000	1.9
@@ -1,6 +1,6 @@
-diff -urN qt-everywhere-opensource-src-4.6.1.orig/.qmake.cache qt-everywhere-opensource-src-4.6.1/.qmake.cache
---- qt-everywhere-opensource-src-4.6.1.orig/.qmake.cache	1970-01-01 01:00:00.000000000 +0100
-+++ qt-everywhere-opensource-src-4.6.1/.qmake.cache	2010-01-31 18:13:35.000000000 +0100
+diff -urN qt-everywhere-opensource-src-4.6.2.orig/.qmake.cache qt-everywhere-opensource-src-4.6.2/.qmake.cache
+--- qt-everywhere-opensource-src-4.6.2.orig/.qmake.cache	1970-01-01 01:00:00.000000000 +0100
++++ qt-everywhere-opensource-src-4.6.2/.qmake.cache	2010-02-26 03:30:58.000000000 +0100
 @@ -0,0 +1,20 @@
 +QMAKE_QT_VERSION_OVERRIDE = 4
 +OBJECTS_DIR     = tmp\obj\release_shared
@@ -11,10 +11,10 @@ diff -urN qt-everywhere-opensource-src-4
 +imageformat-plugins += gif tiff jpeg
 +CONFIG         += minimal-config small-config medium-config large-config full-config release incremental create_prl link_prl depend_includepath QTDIR_build
 +QT_BUILD_PARTS  = libs tools examples demos docs translations
-+QMAKESPEC       = Z:\mnt\xbox\home\sailer\src\fedora-extras\rpms\mingw32-qt\devel\qt-everywhere-opensource-src-4.6.1\mkspecs\win32-fedora-cross
++QMAKESPEC       = Z:\mnt\xbox\home\sailer\src\fedora-extras\rpms\mingw32-qt\devel\qt-everywhere-opensource-src-4.6.2\mkspecs\win32-fedora-cross
 +ARCH            = windows
-+QT_BUILD_TREE   = Z:\mnt\xbox\home\sailer\src\fedora-extras\rpms\mingw32-qt\devel\qt-everywhere-opensource-src-4.6.1
-+QT_SOURCE_TREE  = Z:\mnt\xbox\home\sailer\src\fedora-extras\rpms\mingw32-qt\devel\qt-everywhere-opensource-src-4.6.1
++QT_BUILD_TREE   = Z:\mnt\xbox\home\sailer\src\fedora-extras\rpms\mingw32-qt\devel\qt-everywhere-opensource-src-4.6.2
++QT_SOURCE_TREE  = Z:\mnt\xbox\home\sailer\src\fedora-extras\rpms\mingw32-qt\devel\qt-everywhere-opensource-src-4.6.2
 +QMAKE_MOC       = $$QT_BUILD_TREE\bin\moc.exe
 +QMAKE_UIC       = $$QT_BUILD_TREE\bin\uic.exe
 +QMAKE_UIC3      = $$QT_BUILD_TREE\bin\uic3.exe
@@ -22,9 +22,9 @@ diff -urN qt-everywhere-opensource-src-4
 +QMAKE_DUMPCPP   = $$QT_BUILD_TREE\bin\dumpcpp.exe
 +QMAKE_INCDIR_QT = $$QT_BUILD_TREE\include
 +QMAKE_LIBDIR_QT = $$QT_BUILD_TREE\lib
-diff -urN qt-everywhere-opensource-src-4.6.1.orig/configure.cache qt-everywhere-opensource-src-4.6.1/configure.cache
---- qt-everywhere-opensource-src-4.6.1.orig/configure.cache	1970-01-01 01:00:00.000000000 +0100
-+++ qt-everywhere-opensource-src-4.6.1/configure.cache	2010-01-31 18:13:35.000000000 +0100
+diff -urN qt-everywhere-opensource-src-4.6.2.orig/configure.cache qt-everywhere-opensource-src-4.6.2/configure.cache
+--- qt-everywhere-opensource-src-4.6.2.orig/configure.cache	1970-01-01 01:00:00.000000000 +0100
++++ qt-everywhere-opensource-src-4.6.2/configure.cache	2010-02-26 03:30:58.000000000 +0100
 @@ -0,0 +1,30 @@
 +-platform 
 +win32-fedora-cross 
@@ -56,10 +56,10 @@ diff -urN qt-everywhere-opensource-src-4
 +-no-sse2 
 +-release 
 +-shared 
-diff -urN qt-everywhere-opensource-src-4.6.1.orig/configure.output qt-everywhere-opensource-src-4.6.1/configure.output
---- qt-everywhere-opensource-src-4.6.1.orig/configure.output	1970-01-01 01:00:00.000000000 +0100
-+++ qt-everywhere-opensource-src-4.6.1/configure.output	2010-01-31 18:13:35.000000000 +0100
-@@ -0,0 +1,141 @@
+diff -urN qt-everywhere-opensource-src-4.6.2.orig/configure.output qt-everywhere-opensource-src-4.6.2/configure.output
+--- qt-everywhere-opensource-src-4.6.2.orig/configure.output	1970-01-01 01:00:00.000000000 +0100
++++ qt-everywhere-opensource-src-4.6.2/configure.output	2010-02-26 03:30:58.000000000 +0100
+@@ -0,0 +1,145 @@
 +Which edition of Qt do you want to use ?
 +Type 'c' if you want to use the Commercial Edition.
 +Type 'o' if you want to use the Open Source Edition.
@@ -89,11 +89,15 @@ diff -urN qt-everywhere-opensource-src-4
 +      e:\test

 +      f:\

 +      h:\src\series60\sdk\s60_30\

-+      h:\src\series60\sdk\s60_30\epoc32\tools
++      h:\src\series60\sdk\s60_30\epoc32\tools

++      c:\EDA\ePD\2.0\common\win32\bin

++      c:\EDA\ePD\2.0\common\win32\lib

++      c:\EDA\ePD\2.0\wv\2001.2\win32\bin

++      c:\EDA\ePD\2.0\sim\2001.2\fusion\win32\bin
 +You are licensed to use this software under the terms of the GNU GPL version 3.You are licensed to use this software under the terms of the Lesser GNU LGPL version 2.1.
-+See Z:/mnt/xbox/home/sailer/src/fedora-extras/rpms/mingw32-qt/devel/qt-everywhere-opensource-src-4.6.13
++See Z:/mnt/xbox/home/sailer/src/fedora-extras/rpms/mingw32-qt/devel/qt-everywhere-opensource-src-4.6.23
 +
-+ or Z:/mnt/xbox/home/sailer/src/fedora-extras/rpms/mingw32-qt/devel/qt-everywhere-opensource-src-4.6.1L
++ or Z:/mnt/xbox/home/sailer/src/fedora-extras/rpms/mingw32-qt/devel/qt-everywhere-opensource-src-4.6.2L
 +
 +Configuration:
 +    minimal-config

@@ -115,7 +119,6 @@ diff -urN qt-everywhere-opensource-src-4
 +    scripttools

 +    xmlpatterns

 +    multimedia

-+    multimedia

 +    audio-backend

 +    native-gestures

 +    svg

@@ -185,8 +188,8 @@ diff -urN qt-everywhere-opensource-src-4
 +    SQLite2.................no
 +    InterBase...............no
 +
-+Sources are in..............Z:\mnt\xbox\home\sailer\src\fedora-extras\rpms\mingw32-qt\devel\qt-everywhere-opensource-src-4.6.1
-+Build is done in............Z:\mnt\xbox\home\sailer\src\fedora-extras\rpms\mingw32-qt\devel\qt-everywhere-opensource-src-4.6.1
++Sources are in..............Z:\mnt\xbox\home\sailer\src\fedora-extras\rpms\mingw32-qt\devel\qt-everywhere-opensource-src-4.6.2
++Build is done in............Z:\mnt\xbox\home\sailer\src\fedora-extras\rpms\mingw32-qt\devel\qt-everywhere-opensource-src-4.6.2
 +Install prefix............../usr/i686-pc-mingw32/sys-root/mingw
 +Headers installed to......../usr/i686-pc-mingw32/sys-root/mingw/include
 +Libraries installed to....../usr/i686-pc-mingw32/sys-root/mingw/lib
@@ -198,22 +201,23 @@ diff -urN qt-everywhere-opensource-src-4
 +Examples installed to......./usr/i686-pc-mingw32/sys-root/mingw/share/qt4/examples
 +Demos installed to........../usr/i686-pc-mingw32/sys-root/mingw/lib/qt4/demos
 +
++Symbian DEF files enabled...yes
 +Processing of project files have been disabled.
 +Only use this option if you really know what you're doing.
 +
-diff -urN qt-everywhere-opensource-src-4.6.1.orig/include/Qt/qconfig.h qt-everywhere-opensource-src-4.6.1/include/Qt/qconfig.h
---- qt-everywhere-opensource-src-4.6.1.orig/include/Qt/qconfig.h	1970-01-01 01:00:00.000000000 +0100
-+++ qt-everywhere-opensource-src-4.6.1/include/Qt/qconfig.h	2010-01-31 18:13:35.000000000 +0100
+diff -urN qt-everywhere-opensource-src-4.6.2.orig/include/Qt/qconfig.h qt-everywhere-opensource-src-4.6.2/include/Qt/qconfig.h
+--- qt-everywhere-opensource-src-4.6.2.orig/include/Qt/qconfig.h	1970-01-01 01:00:00.000000000 +0100
++++ qt-everywhere-opensource-src-4.6.2/include/Qt/qconfig.h	2010-02-26 03:30:58.000000000 +0100
 @@ -0,0 +1 @@
 +#include "../../src/corelib/global/qconfig.h"
-diff -urN qt-everywhere-opensource-src-4.6.1.orig/include/QtCore/qconfig.h qt-everywhere-opensource-src-4.6.1/include/QtCore/qconfig.h
---- qt-everywhere-opensource-src-4.6.1.orig/include/QtCore/qconfig.h	1970-01-01 01:00:00.000000000 +0100
-+++ qt-everywhere-opensource-src-4.6.1/include/QtCore/qconfig.h	2010-01-31 18:13:35.000000000 +0100
+diff -urN qt-everywhere-opensource-src-4.6.2.orig/include/QtCore/qconfig.h qt-everywhere-opensource-src-4.6.2/include/QtCore/qconfig.h
+--- qt-everywhere-opensource-src-4.6.2.orig/include/QtCore/qconfig.h	1970-01-01 01:00:00.000000000 +0100
++++ qt-everywhere-opensource-src-4.6.2/include/QtCore/qconfig.h	2010-02-26 03:30:58.000000000 +0100
 @@ -0,0 +1 @@
 +#include "../../src/corelib/global/qconfig.h"
-diff -urN qt-everywhere-opensource-src-4.6.1.orig/mkspecs/default/qmake.conf qt-everywhere-opensource-src-4.6.1/mkspecs/default/qmake.conf
---- qt-everywhere-opensource-src-4.6.1.orig/mkspecs/default/qmake.conf	1970-01-01 01:00:00.000000000 +0100
-+++ qt-everywhere-opensource-src-4.6.1/mkspecs/default/qmake.conf	2010-01-31 18:13:35.000000000 +0100
+diff -urN qt-everywhere-opensource-src-4.6.2.orig/mkspecs/default/qmake.conf qt-everywhere-opensource-src-4.6.2/mkspecs/default/qmake.conf
+--- qt-everywhere-opensource-src-4.6.2.orig/mkspecs/default/qmake.conf	1970-01-01 01:00:00.000000000 +0100
++++ qt-everywhere-opensource-src-4.6.2/mkspecs/default/qmake.conf	2010-02-26 03:30:58.000000000 +0100
 @@ -0,0 +1,113 @@
 +#
 +# qmake configuration for fedora-win32-cross
@@ -327,10 +331,10 @@ diff -urN qt-everywhere-opensource-src-4
 +QMAKE_STRIPFLAGS_LIB 	+= --strip-unneeded
 +load(qt_config)
 +
-+QMAKESPEC_ORIGINAL=Z:/mnt/xbox/home/sailer/src/fedora-extras/rpms/mingw32-qt/devel/qt-everywhere-opensource-src-4.6.1/mkspecs/win32-fedora-cross
-diff -urN qt-everywhere-opensource-src-4.6.1.orig/mkspecs/default/qplatformdefs.h qt-everywhere-opensource-src-4.6.1/mkspecs/default/qplatformdefs.h
---- qt-everywhere-opensource-src-4.6.1.orig/mkspecs/default/qplatformdefs.h	1970-01-01 01:00:00.000000000 +0100
-+++ qt-everywhere-opensource-src-4.6.1/mkspecs/default/qplatformdefs.h	2010-01-31 18:13:32.000000000 +0100
++QMAKESPEC_ORIGINAL=Z:/mnt/xbox/home/sailer/src/fedora-extras/rpms/mingw32-qt/devel/qt-everywhere-opensource-src-4.6.2/mkspecs/win32-fedora-cross
+diff -urN qt-everywhere-opensource-src-4.6.2.orig/mkspecs/default/qplatformdefs.h qt-everywhere-opensource-src-4.6.2/mkspecs/default/qplatformdefs.h
+--- qt-everywhere-opensource-src-4.6.2.orig/mkspecs/default/qplatformdefs.h	1970-01-01 01:00:00.000000000 +0100
++++ qt-everywhere-opensource-src-4.6.2/mkspecs/default/qplatformdefs.h	2010-02-26 03:30:52.000000000 +0100
 @@ -0,0 +1,160 @@
 +/****************************************************************************
 +**
@@ -492,31 +496,32 @@ diff -urN qt-everywhere-opensource-src-4
 +
 +
 +#endif // QPLATFORMDEFS_H
-diff -urN qt-everywhere-opensource-src-4.6.1.orig/mkspecs/qconfig.pri qt-everywhere-opensource-src-4.6.1/mkspecs/qconfig.pri
---- qt-everywhere-opensource-src-4.6.1.orig/mkspecs/qconfig.pri	1970-01-01 01:00:00.000000000 +0100
-+++ qt-everywhere-opensource-src-4.6.1/mkspecs/qconfig.pri	2010-01-31 18:13:35.000000000 +0100
-@@ -0,0 +1,11 @@
-+CONFIG+= release shared stl exceptions rtti
+diff -urN qt-everywhere-opensource-src-4.6.2.orig/mkspecs/qconfig.pri qt-everywhere-opensource-src-4.6.2/mkspecs/qconfig.pri
+--- qt-everywhere-opensource-src-4.6.2.orig/mkspecs/qconfig.pri	1970-01-01 01:00:00.000000000 +0100
++++ qt-everywhere-opensource-src-4.6.2/mkspecs/qconfig.pri	2010-02-26 03:30:58.000000000 +0100
+@@ -0,0 +1,12 @@
++CONFIG+= release shared stl exceptions rtti def_files
 +QT_ARCH = windows
 +QT_EDITION = OpenSource
-+QT_CONFIG += release zlib png accessibility qt3support opengl s60 ipv6 script scripttools xmlpatterns multimedia multimedia audio-backend native-gestures svg minimal-config small-config medium-config large-config full-config
++QT_CONFIG += release zlib png accessibility qt3support opengl s60 ipv6 script scripttools xmlpatterns multimedia audio-backend native-gestures svg minimal-config small-config medium-config large-config full-config
 +#versioning 
-+QT_VERSION = 4.6.1
++QT_VERSION = 4.6.2
 +QT_MAJOR_VERSION = 4
 +QT_MINOR_VERSION = 6
-+QT_PATCH_VERSION = 1
++QT_PATCH_VERSION = 2
 +#Qt for Windows CE c-runtime deployment
 +QT_CE_C_RUNTIME = no
-diff -urN qt-everywhere-opensource-src-4.6.1.orig/src/corelib/global/qconfig.cpp qt-everywhere-opensource-src-4.6.1/src/corelib/global/qconfig.cpp
---- qt-everywhere-opensource-src-4.6.1.orig/src/corelib/global/qconfig.cpp	1970-01-01 01:00:00.000000000 +0100
-+++ qt-everywhere-opensource-src-4.6.1/src/corelib/global/qconfig.cpp	2010-01-31 18:13:35.000000000 +0100
++#Qt for Symbian FPU settings
+diff -urN qt-everywhere-opensource-src-4.6.2.orig/src/corelib/global/qconfig.cpp qt-everywhere-opensource-src-4.6.2/src/corelib/global/qconfig.cpp
+--- qt-everywhere-opensource-src-4.6.2.orig/src/corelib/global/qconfig.cpp	1970-01-01 01:00:00.000000000 +0100
++++ qt-everywhere-opensource-src-4.6.2/src/corelib/global/qconfig.cpp	2010-02-26 03:30:58.000000000 +0100
 @@ -0,0 +1,31 @@
 +/* Licensed */
 +static const char qt_configure_licensee_str          [512 + 12] = "qt_lcnsuser=Open Source";
 +static const char qt_configure_licensed_products_str [512 + 12] = "qt_lcnsprod=OpenSource";
 +
 +/* Build date */
-+static const char qt_configure_installation          [11  + 12] = "qt_instdate=2010-01-31";
++static const char qt_configure_installation          [11  + 12] = "qt_instdate=2010-02-26";
 +
 +static const char qt_configure_prefix_path_str       [512 + 12] = "qt_prfxpath=/usr/i686-pc-mingw32/sys-root/mingw";
 +static const char qt_configure_documentation_path_str[512 + 12] = "qt_docspath=/usr/i686-pc-mingw32/sys-root/mingw/share/doc";
@@ -542,9 +547,9 @@ diff -urN qt-everywhere-opensource-src-4
 +#define QT_CONFIGURE_EXAMPLES_PATH qt_configure_examples_path_str + 12;
 +#define QT_CONFIGURE_DEMOS_PATH qt_configure_demos_path_str + 12;
 +
-diff -urN qt-everywhere-opensource-src-4.6.1.orig/src/corelib/global/qconfig.h qt-everywhere-opensource-src-4.6.1/src/corelib/global/qconfig.h
---- qt-everywhere-opensource-src-4.6.1.orig/src/corelib/global/qconfig.h	1970-01-01 01:00:00.000000000 +0100
-+++ qt-everywhere-opensource-src-4.6.1/src/corelib/global/qconfig.h	2010-01-31 18:13:35.000000000 +0100
+diff -urN qt-everywhere-opensource-src-4.6.2.orig/src/corelib/global/qconfig.h qt-everywhere-opensource-src-4.6.2/src/corelib/global/qconfig.h
+--- qt-everywhere-opensource-src-4.6.2.orig/src/corelib/global/qconfig.h	1970-01-01 01:00:00.000000000 +0100
++++ qt-everywhere-opensource-src-4.6.2/src/corelib/global/qconfig.h	2010-02-26 03:30:58.000000000 +0100
 @@ -0,0 +1,120 @@
 +/* Everything */
 +


Index: qt-win-configure.sh
===================================================================
RCS file: /cvs/extras/rpms/mingw32-qt/F-13/qt-win-configure.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- qt-win-configure.sh	31 Jan 2010 17:27:30 -0000	1.8
+++ qt-win-configure.sh	26 Feb 2010 10:03:46 -0000	1.9
@@ -15,7 +15,7 @@
 #     error: #error "MMX instruction set not enabled"
 #   . Same as above for -no-sse and -no-sse2
 
-version=4.6.1
+version=4.6.2
 platform=win32-fedora-cross
 
 set -e


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/mingw32-qt/F-13/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	31 Jan 2010 17:27:30 -0000	1.9
+++ sources	26 Feb 2010 10:03:46 -0000	1.10
@@ -1 +1 @@
-0542a4be6425451ab5f668c6899cac36  qt-everywhere-opensource-src-4.6.1.tar.gz
+eb651ee4b157c01696aa56777fc6e0e5  qt-everywhere-opensource-src-4.6.2.tar.gz



More information about the scm-commits mailing list