rpms/qt/F-11 qt.spec, 1.294, 1.295 qt-everywhere-opensource-src-4.6.2-cups.patch, 1.1, NONE

Than Ngo than at fedoraproject.org
Fri Apr 16 08:13:53 UTC 2010


Author: than

Update of /cvs/extras/rpms/qt/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23735

Modified Files:
	qt.spec 
Removed Files:
	qt-everywhere-opensource-src-4.6.2-cups.patch 
Log Message:
- backport from 4.7 branch to get the printDialog to check
  for default paperSize via CUPS, it replaces the patch 
  qt-everywhere-opensource-src-4.6.2-cups.patch



Index: qt.spec
===================================================================
RCS file: /cvs/extras/rpms/qt/F-11/qt.spec,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -p -r1.294 -r1.295
--- qt.spec	6 Apr 2010 15:22:23 -0000	1.294
+++ qt.spec	16 Apr 2010 08:13:53 -0000	1.295
@@ -13,7 +13,7 @@ Summary: Qt toolkit
 Name:    qt
 Epoch:   1
 Version: 4.6.2
-Release: 13%{?dist}
+Release: 14%{?dist}
 
 # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
 License: LGPLv2 with exceptions or GPLv3 with exceptions
@@ -56,8 +56,6 @@ Patch53: qt-x11-opensource-src-4.5.0-fix
 # fix invalid assumptions about mysql_config --libs
 # http://bugzilla.redhat.com/440673
 Patch54: qt-x11-opensource-src-4.5.1-mysql_config.patch
-# http://bugs.kde.org/show_bug.cgi?id=180051#c22
-Patch55: qt-everywhere-opensource-src-4.6.2-cups.patch
 # fix type cast issue on s390x
 Patch56: qt-everywhere-opensource-src-4.6.2-webkit-s390x.patch
 # fix type cast issue on sparc64
@@ -87,6 +85,7 @@ Patch213: qt-x11-opensource-src-4.6.2-ta
 # it should be included in 4.6.3
 Patch214: qt-everywhere-opensource-src-4.6.2-QTBUG-6932.patch
 patch215: qt-everywhere-opensource-src-4.6.2-atomic-s390.patch
+patch216: qt-everywhere-opensource-src-4.6.2-cups-QTBUG-6471.patch
 
 Source10: http://gstreamer.freedesktop.org/data/images/artwork/gstreamer-logo.svg
 Source11: hi16-phonon-gstreamer.png
@@ -421,7 +420,6 @@ Qt libraries used for drawing widgets an
 %patch53 -p1 -b .qatomic-inline-asm
 ## TODO: upstream me
 %patch54 -p1 -b .mysql_config
-%patch55 -p1 -b .cups-1
 %patch56 -p1 -b .typecast_s390x
 %patch57 -p1 -b .typecast_sparc64
 
@@ -445,6 +443,7 @@ Qt libraries used for drawing widgets an
 %patch213 -p1 -b .tablet-wacom-QTBUG-8599
 %patch214 -p1 -b .QTBUG-6932
 %patch215 -p1 -b .atomic-s390
+%patch216 -p1 -b .cups-QTBUG-6471
 
 # drop -fexceptions from $RPM_OPT_FLAGS
 RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS | sed 's|-fexceptions||g'`
@@ -1038,6 +1037,11 @@ fi
 
 
 %changelog
+* Thu Apr 15 2010 Than Ngo <than at redhat.com> - 4.6.2-14
+- backport from 4.7 branch to get the printDialog to check
+  for default paperSize via CUPS, it replaces the patch 
+  qt-everywhere-opensource-src-4.6.2-cups.patch
+
 * Tue Apr 06 2010 Than Ngo <than at redhat.com> - 4.6.2-13
 - backport from 4.7 branch to fix s390(x) atomic ops crashes
 


--- qt-everywhere-opensource-src-4.6.2-cups.patch DELETED ---



More information about the scm-commits mailing list