rpms/gnome-python2-extras/devel gnome-python-extras-2.10.0-gtkspell-static.patch, NONE, 1.1 gnome-python-extras.spec, 1.5, 1.6

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 28 21:50:34 UTC 2005


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

Modified Files:
	gnome-python-extras.spec 
Added Files:
	gnome-python-extras-2.10.0-gtkspell-static.patch 
Log Message:
- Add patch to fix build error with gtkspell module


gnome-python-extras-2.10.0-gtkspell-static.patch:
 gtkspellmodule.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gnome-python-extras-2.10.0-gtkspell-static.patch ---
--- gnome-python-extras-2.10.0/gtkspell/gtkspellmodule.c.fix	2005-03-28 16:45:12.000000000 -0500
+++ gnome-python-extras-2.10.0/gtkspell/gtkspellmodule.c	2005-03-28 16:46:33.000000000 -0500
@@ -8,7 +8,7 @@
     GtkSpell *spell;
 } gtkspell_SpellObject;
 
-extern PyTypeObject gtkspell_SpellType;
+extern static PyTypeObject gtkspell_SpellType;
 
 static PyObject *
 _wrap_gtkspell_new_attach (PyTypeObject *type, PyObject *args, PyObject *kwds)


Index: gnome-python-extras.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-python2-extras/devel/gnome-python-extras.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-python-extras.spec	28 Mar 2005 20:49:26 -0000	1.5
+++ gnome-python-extras.spec	28 Mar 2005 21:50:32 -0000	1.6
@@ -17,6 +17,7 @@
 License: GPL/LGPL
 Group: Development/Languages
 Source0: gnome-python-extras-%{version}.tar.bz2
+Patch0: gnome-python-extras-2.10.0-gtkspell-static.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires: gnome-python2 >= %{gnome_python_version}
@@ -155,6 +156,7 @@
 
 %prep
 %setup -q -n gnome-python-extras-%{version}
+%patch0 -p1 -b .gtkspell-static
 
 %build
 %configure
@@ -240,7 +242,7 @@
 
 %changelog
 * Mon Mar 28 2005 John (J5) Palmieri <johnp at redhat.com> - 2.10.0-2
-- Rebuild 
+- Add patch to fix build error with gtkspell module
 
 * Mon Mar 28 2005 John (J5) Palmieri <johnp at redhat.com> - 2.10.0-1
 - Update to upstream 2.10.0




More information about the fedora-cvs-commits mailing list