rpms/system-config-bind/devel system-config-bind-4.0.1-i18n.patch, NONE, 1.1 system-config-bind.spec, 1.57, 1.58

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 12 15:52:54 UTC 2006


Author: stransky

Update of /cvs/dist/rpms/system-config-bind/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9547

Modified Files:
	system-config-bind.spec 
Added Files:
	system-config-bind-4.0.1-i18n.patch 
Log Message:
added patch for #195001 - system-config-bind is not fully localized

system-config-bind-4.0.1-i18n.patch:
 GUI.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE system-config-bind-4.0.1-i18n.patch ---
--- system-config-bind-4.0.1/GUI.py.old	2005-04-28 19:55:20.000000000 +0200
+++ system-config-bind-4.0.1/GUI.py	2006-09-12 17:47:00.000000000 +0200
@@ -83,7 +83,7 @@
         # and there appears to be no way to prevent it (bug 144301).
         sys.stdout = file("/dev/null","w")
         sys.stderr = sys.stdout 
-        self.xml = gtk.glade.XML ( SCB+'/'+'system-config-bind.glade' )
+        self.xml = gtk.glade.XML ( SCB+'/'+'system-config-bind.glade', domain="bindconf")
         sys.stdout = sys.__stdout__
         sys.stderr = sys.__stderr__
         self.gui = self.xml.get_widget('GUI')


Index: system-config-bind.spec
===================================================================
RCS file: /cvs/dist/rpms/system-config-bind/devel/system-config-bind.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- system-config-bind.spec	5 Sep 2006 13:40:25 -0000	1.57
+++ system-config-bind.spec	12 Sep 2006 15:52:52 -0000	1.58
@@ -1,11 +1,12 @@
 Summary: 	The Red Hat BIND DNS Configuration Tool.
 Name: 		system-config-bind
 Version: 	4.0.1
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 License: 	GPL
 Group: 		Applications/System
 URL: 		http://people.redhat.com/~jvdias/system-config-bind
 Source0: 	%{name}-%{version}.tar.gz
+Patch: 		system-config-bind-4.0.1-i18n.patch
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch: 	noarch
 BuildRequires:  python, gettext, make, intltool
@@ -27,6 +28,7 @@
 
 %prep
 %setup -q
+%patch -p1 -b .i18n
 
 %build
 rm -rf $RPM_BUILD_ROOT
@@ -91,6 +93,9 @@
 fi
 
 %changelog
+* Tue Sep 12 2006 Martin Stransky <stransky at redhat.com> - 4.0.1-2
+- added patch for #195001 - system-config-bind is not fully localized
+
 * Tue Sep 5 2006 Martin Stransky <stransky at redhat.com> - 4.0.1-1
 - package version bump
 




More information about the fedora-cvs-commits mailing list