rpms/ddd/EL-5 ddd-3.3.11-lang.patch,1.1,1.2 ddd.spec,1.6,1.7

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Wed Apr 9 11:57:43 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/ddd/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25740

Modified Files:
	ddd-3.3.11-lang.patch ddd.spec 
Log Message:
BZ 441503.


ddd-3.3.11-lang.patch:

Index: ddd-3.3.11-lang.patch
===================================================================
RCS file: /cvs/pkgs/rpms/ddd/EL-5/ddd-3.3.11-lang.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ddd-3.3.11-lang.patch	30 Sep 2006 01:19:12 -0000	1.1
+++ ddd-3.3.11-lang.patch	9 Apr 2008 11:57:35 -0000	1.2
@@ -5,7 +5,7 @@
      // environment variables -- especially $LANG.
      XtSetLanguageProc(NULL, NULL, NULL);
 -    setlocale(LC_ALL, "");
-+    setlocale(LC_ALL, "C");
++    setenv("LANG", "C", 1);
  #endif
  
      // Save environment for restart.


Index: ddd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ddd/EL-5/ddd.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ddd.spec	11 Dec 2007 21:07:37 -0000	1.6
+++ ddd.spec	9 Apr 2008 11:57:35 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: GUI for several command-line debuggers
 Name: ddd
 Version: 3.3.11
-Release: 14%{?dist}.3
+Release: 14%{?dist}.4
 License: GPLv2+
 Group: Development/Debuggers
 URL: http://www.gnu.org/software/ddd/
@@ -98,6 +98,9 @@
 %{_mandir}/man1/ddd.1*
 
 %changelog
+* Wed Apr 09 2008 Jon Ciesla <limb at jcomserv.net> - 3.3.11-14.4
+- Fix for lang patch, BZ 441503.
+
 * Tue Dec 11 2007 Tom "spot" Callaway <tcallawa at redhat.com> - 3.3.11-14.3
 - BuildRequires: m4
 




More information about the fedora-extras-commits mailing list