rpms/system-config-date/F-9 system-config-date-underscore.patch, NONE, 1.1 system-config-date.spec, 1.101, 1.102

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Fri May 2 21:13:13 UTC 2008


Author: katzj

Update of /cvs/pkgs/rpms/system-config-date/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4661

Modified Files:
	system-config-date.spec 
Added Files:
	system-config-date-underscore.patch 
Log Message:
* Fri May  2 2008 Jeremy Katz <katzj at redhat.com> - 1.9.30-2
- Add patch to handle '_' vs ' ' mismatch for zone names (#444093)


system-config-date-underscore.patch:

--- NEW FILE system-config-date-underscore.patch ---
diff -up system-config-date-1.9.30/src/timezoneBackend.py.underscore system-config-date-1.9.30/src/timezoneBackend.py
--- system-config-date-1.9.30/src/timezoneBackend.py.underscore	2008-05-02 17:07:42.000000000 -0400
+++ system-config-date-1.9.30/src/timezoneBackend.py	2008-05-02 17:07:57.000000000 -0400
@@ -150,6 +150,7 @@ class timezoneBackend:
                     tokens = string.split(line, "=")
                     if tokens[0] == "ZONE":
                         self.tz = string.replace(tokens[1], '"', '')
+                        self.tz = string.replace(self.tz, '_', ' ')
                 except:
                     pass
         except:


Index: system-config-date.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-date/F-9/system-config-date.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- system-config-date.spec	8 Apr 2008 12:51:13 -0000	1.101
+++ system-config-date.spec	2 May 2008 21:12:37 -0000	1.102
@@ -21,7 +21,7 @@
 Summary: A graphical interface for modifying system date and time
 Name: system-config-date
 Version: 1.9.30
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/date
 License: GPLv2+
 Group: System Environment/Base
@@ -134,6 +134,9 @@
 %config(noreplace) %{_sysconfdir}/ntp/ntpservers
 
 %changelog
+* Fri May  2 2008 Jeremy Katz <katzj at redhat.com> - 1.9.30-2
+- Add patch to handle '_' vs ' ' mismatch for zone names (#444093)
+
 * Tue Apr 08 2008 Nils Philippsen <nphilipp at redhat.com> - 1.9.30-1
 - pick up updated translations
 




More information about the fedora-extras-commits mailing list