rpms/gnome-python2-extras/devel gnome-python-extras-2.19.1-xulrunner.patch, NONE, 1.1 gnome-python2-extras.spec, 1.21, 1.22

Martin Stransky (stransky) fedora-extras-commits at redhat.com
Tue Nov 27 12:14:09 UTC 2007


Author: stransky

Update of /cvs/pkgs/rpms/gnome-python2-extras/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15796

Modified Files:
	gnome-python2-extras.spec 
Added Files:
	gnome-python-extras-2.19.1-xulrunner.patch 
Log Message:
* Tue Nov 27 2007 Martin Stransky <stransky at redhat.com> - 2.19.1-12.fc9
- added wraper for gtk_moz_embed_set_path()



gnome-python-extras-2.19.1-xulrunner.patch:

--- NEW FILE gnome-python-extras-2.19.1-xulrunner.patch ---
diff -up gnome-python-extras-2.19.1/docs/gtkmozembed/html/class-gtkmozembed.html.old gnome-python-extras-2.19.1/docs/gtkmozembed/html/class-gtkmozembed.html
diff -up gnome-python-extras-2.19.1/docs/gtkmozembed/html/pygtkmozembed.devhelp.old gnome-python-extras-2.19.1/docs/gtkmozembed/html/pygtkmozembed.devhelp
diff -up gnome-python-extras-2.19.1/docs/gtkmozembed/gtkmozembed-gtkmozembed.xml.old gnome-python-extras-2.19.1/docs/gtkmozembed/gtkmozembed-gtkmozembed.xml
diff -up gnome-python-extras-2.19.1/gtkmozembed/gtkmozembed.override.old gnome-python-extras-2.19.1/gtkmozembed/gtkmozembed.override
diff -up gnome-python-extras-2.19.1/gtkmozembed/gtkmozembed.defs.old gnome-python-extras-2.19.1/gtkmozembed/gtkmozembed.defs
--- gnome-python-extras-2.19.1/gtkmozembed/gtkmozembed.defs.old	2007-06-05 16:52:30.000000000 +0200
+++ gnome-python-extras-2.19.1/gtkmozembed/gtkmozembed.defs	2007-11-27 12:54:42.000000000 +0100
@@ -123,6 +123,14 @@
   )
 )
 
+(define-function set_path
+  (c-name "gtk_moz_embed_set_path")
+  (return-type "none")
+  (parameters
+    '("char*" "aPath")
+  )
+)
+
 (define-function gtk_moz_embed_set_profile_path
   (c-name "gtk_moz_embed_set_profile_path_deprecated")
   (return-type "none")


Index: gnome-python2-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2-extras/devel/gnome-python2-extras.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gnome-python2-extras.spec	26 Nov 2007 14:47:34 -0000	1.21
+++ gnome-python2-extras.spec	27 Nov 2007 12:13:33 -0000	1.22
@@ -21,7 +21,7 @@
 
 Name: gnome-python2-extras
 Version: 2.19.1
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPL/LGPL
 Group: Development/Languages
 Summary: The sources for additional. PyGNOME Python extension modules.
@@ -35,6 +35,7 @@
 ### Patches ###
 
 Patch1: gnome-python-extras-2.10.0-gtkspell-static.patch
+Patch2: gnome-python-extras-2.19.1-xulrunner.patch
 
 ### Dependencies ###
 
@@ -134,6 +135,7 @@
 %prep
 %setup -q -n gnome-python-extras-%{version}
 %patch1 -p1 -b .gtkspell-static
+%patch2 -p1 -b .xl
 
 %build
 %configure --with-gtkmozembed=xulrunner
@@ -194,6 +196,9 @@
 %{_libdir}/pkgconfig/pygda-3.0.pc
 
 %changelog
+* Tue Nov 27 2007 Martin Stransky <stransky at redhat.com> - 2.19.1-12.fc9
+- added wraper for gtk_moz_embed_set_path()
+
 * Mon Nov 26 2007 Martin Stransky <stransky at redhat.com> - 2.19.1-11.fc9
 - Rebuild against gecko-libs 1.9 (xulrunner)
 




More information about the fedora-extras-commits mailing list