rpms/gnome-python2-extras/FC-4 gnome-python-extras-2.10.0-focus.patch, NONE, 1.1 gnome-python-extras.spec, 1.7, 1.8

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Feb 1 18:45:20 UTC 2006


Author: johnp

Update of /cvs/dist/rpms/gnome-python2-extras/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv31678

Modified Files:
	gnome-python-extras.spec 
Added Files:
	gnome-python-extras-2.10.0-focus.patch 
Log Message:
- Add focus patch to fix bug #162419


gnome-python-extras-2.10.0-focus.patch:
 applet.defs |    7 +++++++
 1 files changed, 7 insertions(+)

--- NEW FILE gnome-python-extras-2.10.0-focus.patch ---
--- gnome-python-extras-2.10.0/gnomeapplet/applet.defs.focus	2005-10-31 17:40:14.000000000 -0500
+++ gnome-python-extras-2.10.0/gnomeapplet/applet.defs	2005-10-31 17:41:51.000000000 -0500
@@ -110,6 +110,13 @@
   (return-type "BonoboUIComponent*")
 )
 
+(define-method request_focus
+  (of-object "PanelApplet")
+  (c-name "panel_applet_request_focus")
+  (return-type "none")
+  (parameters
+    '("guint32" "timestamp")))
+
 (define-method setup_menu
   (of-object "PanelApplet")
   (c-name "panel_applet_setup_menu")


Index: gnome-python-extras.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-python2-extras/FC-4/gnome-python-extras.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-python-extras.spec	28 Mar 2005 22:08:58 -0000	1.7
+++ gnome-python-extras.spec	1 Feb 2006 18:45:17 -0000	1.8
@@ -13,11 +13,13 @@
 Summary: The sources for additional. PyGNOME Python extension modules.
 Name: gnome-python2-extras
 Version: 2.10.0
-Release: 2.1 
+Release: 3 
 License: GPL/LGPL
 Group: Development/Languages
 Source0: gnome-python-extras-%{version}.tar.bz2
 Patch0: gnome-python-extras-2.10.0-gtkspell-static.patch
+Patch1: gnome-python-extras-2.10.0-focus.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires: gnome-python2 >= %{gnome_python_version}
@@ -157,6 +159,7 @@
 %prep
 %setup -q -n gnome-python-extras-%{version}
 %patch0 -p1 -b .gtkspell-static
+%patch1 -p1 -b .focus
 
 %build
 %configure
@@ -241,6 +244,9 @@
 
 
 %changelog
+* Wed Feb 01 2006 John (J5) Palmieri <johnp at redhat.com> - 2.10.0-3
+- Add focus patch to fix bug #162419
+
 * Mon Mar 28 2005 John (J5) Palmieri <johnp at redhat.com> - 2.10.0-2.1
 - Retag and rebuild
 




More information about the fedora-cvs-commits mailing list