rpms/gnome-python2-extras/devel gnome-python-extras-2.10.0-gtkspell-static.patch, 1.3, 1.4 gnome-python2-extras.spec, 1.26, 1.27

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Jul 23 16:51:32 UTC 2008


Author: spot

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

Modified Files:
	gnome-python-extras-2.10.0-gtkspell-static.patch 
	gnome-python2-extras.spec 
Log Message:
fix license tag

gnome-python-extras-2.10.0-gtkspell-static.patch:

Index: gnome-python-extras-2.10.0-gtkspell-static.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2-extras/devel/gnome-python-extras-2.10.0-gtkspell-static.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-python-extras-2.10.0-gtkspell-static.patch	9 Aug 2005 22:31:43 -0000	1.3
+++ gnome-python-extras-2.10.0-gtkspell-static.patch	23 Jul 2008 16:50:46 -0000	1.4
@@ -1,11 +1,12 @@
---- 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 @@
+diff -up gnome-python-extras-2.19.1/gtkspell/gtkspellmodule.c.gtkspell-static gnome-python-extras-2.19.1/gtkspell/gtkspellmodule.c
+--- gnome-python-extras-2.19.1/gtkspell/gtkspellmodule.c.gtkspell-static	2007-06-05 10:52:29.000000000 -0400
++++ gnome-python-extras-2.19.1/gtkspell/gtkspellmodule.c	2008-07-23 12:47:24.000000000 -0400
+@@ -8,7 +8,7 @@ typedef struct {
      GtkSpell *spell;
  } gtkspell_SpellObject;
  
 -extern PyTypeObject gtkspell_SpellType;
 +PyTypeObject gtkspell_SpellType;
  
- static PyObject *
- _wrap_gtkspell_new_attach (PyTypeObject *type, PyObject *args, PyObject *kwds)
+ static PyTypeObject *_PyGtkTextView_Type;
+ #define PyGtkTextView_Type (*_PyGtkTextView_Type)


Index: gnome-python2-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2-extras/devel/gnome-python2-extras.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- gnome-python2-extras.spec	7 Apr 2008 11:21:39 -0000	1.26
+++ gnome-python2-extras.spec	23 Jul 2008 16:50:46 -0000	1.27
@@ -21,8 +21,8 @@
 
 Name: gnome-python2-extras
 Version: 2.19.1
-Release: 15%{?dist}
-License: GPL/LGPL
+Release: 16%{?dist}
+License: GPLv2+ and LGPLv2+
 Group: Development/Languages
 Summary: The sources for additional. PyGNOME Python extension modules.
 URL: http://www.pygtk.org/
@@ -199,6 +199,9 @@
 %{_libdir}/pkgconfig/pygda-3.0.pc
 
 %changelog
+* Wed Jul 23 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 2.19.1-16
+- fix license tag
+
 * Mon Apr 07 2008 Matthew Barnes <mbarnes at redhat.com> - 2.19.1-15.fc9
 - Make gnome-python2-mozembed require gnome-python2-extras (RH bug #441228).
 




More information about the scm-commits mailing list