rpms/kdelibs/devel kdelibs-3.5.4-kdeprint-utf8.patch, NONE, 1.1 kdelibs.spec, 1.193, 1.194

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Oct 1 20:30:35 UTC 2006


Author: than

Update of /cvs/dist/rpms/kdelibs/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9816

Modified Files:
	kdelibs.spec 
Added Files:
	kdelibs-3.5.4-kdeprint-utf8.patch 
Log Message:
fix utf8 issue kdeprint


kdelibs-3.5.4-kdeprint-utf8.patch:
 kmcupsmanager.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE kdelibs-3.5.4-kdeprint-utf8.patch ---
--- kdelibs-3.5.4/kdeprint/cups/kmcupsmanager.cpp.orig	2006-10-01 21:55:49.000000000 +0200
+++ kdelibs-3.5.4/kdeprint/cups/kmcupsmanager.cpp	2006-10-01 21:56:08.000000000 +0200
@@ -85,7 +85,7 @@
 	// change LANG variable so that CUPS is always using
 	// english language: translation may only come from the PPD
 	// itself, or from KDE.
-	setenv("LANG", "en", 1);
+	setenv("LANG", "en_US.UTF-8", 1);
 }
 
 KMCupsManager::~KMCupsManager()


Index: kdelibs.spec
===================================================================
RCS file: /cvs/dist/rpms/kdelibs/devel/kdelibs.spec,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- kdelibs.spec	1 Oct 2006 19:49:58 -0000	1.193
+++ kdelibs.spec	1 Oct 2006 20:30:33 -0000	1.194
@@ -45,6 +45,7 @@
 Patch37: kdelibs-3.5.2-kdebug-kmail-quiet.patch
 Patch38: kdelibs-3.5.2-cupsdconf2-group.patch
 Patch39: kdelibs-3.5.4-kabc-make.patch
+Patch40: kdelibs-3.5.4-kdeprint-utf8.patch
 
 # upstream patches
 Patch100: kdelibs-3.5.4-kde#131933.patch
@@ -195,6 +196,7 @@
 %patch37 -p1 -b .kdebug-kmail-quiet
 %patch38 -p1 -b .cupsdconf2-group
 %patch39 -p1 -b .kabc-make
+%patch40 -p1 -b .kdeprint-utf8
 
 # upstream pathces
 %patch100 -p0 -b .kde#131933
@@ -442,6 +444,7 @@
 
 %changelog
 * Sun Oct 01 2006 Than Ngo <than at redhat.com> 6:3.5.4-10
+- fix utf8 issue kdeprint
 - fix #178320,#198828, follow menu-spec
 
 * Sat Sep 30 2006 Than Ngo <than at redhat.com> 6:3.5.4-9




More information about the fedora-cvs-commits mailing list