rpms/system-config-bind/devel system-config-bind-4.0.11-modal-dialog.patch, NONE, 1.1 system-config-bind.spec, 1.77, 1.78

Jaroslav Reznik jreznik at fedoraproject.org
Mon Sep 22 08:52:08 UTC 2008


Author: jreznik

Update of /cvs/pkgs/rpms/system-config-bind/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30777

Modified Files:
	system-config-bind.spec 
Added Files:
	system-config-bind-4.0.11-modal-dialog.patch 
Log Message:
* Mon Sep 22 2008 Jaroslav Reznik <jreznik at redhat.com> - 4.0.11-2
- Fixes modal dialog refuses to die (rhbz#462847)  


system-config-bind-4.0.11-modal-dialog.patch:

--- NEW FILE system-config-bind-4.0.11-modal-dialog.patch ---
diff -up system-config-bind-4.0.11/src/RRGUI.py.modal-dialog system-config-bind-4.0.11/src/RRGUI.py
--- system-config-bind-4.0.11/src/RRGUI.py.modal-dialog	2008-09-15 14:43:10.000000000 +0200
+++ system-config-bind-4.0.11/src/RRGUI.py	2008-09-22 09:55:30.000000000 +0200
@@ -139,7 +139,6 @@ class DNS_Name(Widget):
             for code,error in errors:
                 if code == -1:
                     s.gui.modalError(s.dialog.dialog,_("DNS Name Error"), _('Bad DNS Name: %s -\n%s.') %(v, error))
-                    entry.grab_focus()
                     if( type(dialogIssued) == dict ):
                         dialogIssued['yes']=1
                 else:


Index: system-config-bind.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-bind/devel/system-config-bind.spec,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- system-config-bind.spec	16 Sep 2008 07:06:21 -0000	1.77
+++ system-config-bind.spec	22 Sep 2008 08:51:37 -0000	1.78
@@ -1,11 +1,12 @@
 Summary:        BIND DNS Configuration Tool
 Name:           system-config-bind
 Version:        4.0.11
-Release:        1%{?dist}
+Release:        2%{?dist}
 URL:            http://fedorahosted.org/system-config-bind
 License:        GPLv2
 Group:          Applications/System
 Source0:        https://fedorahosted.org/releases/s/y/system-config-bind/%{name}-%{version}.tar.gz
+Patch0:		system-config-bind-4.0.11-modal-dialog.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildRequires:  python, gettext, make, intltool, desktop-file-utils
@@ -23,6 +24,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .modal-dialog
 
 %build
 make 
@@ -81,6 +83,9 @@
 fi;
 
 %changelog
+* Mon Sep 22 2008 Jaroslav Reznik <jreznik at redhat.com> - 4.0.11-2
+- Fixes modal dialog refuses to die (rhbz#462847)
+
 * Tue Sep 16 2008 Jaroslav Reznik <jreznik at redhat.com> - 4.0.11-1
 - Missing translations
 




More information about the fedora-extras-commits mailing list