rpms/gnome-python2-extras/devel gnome-python2-extras.spec, 1.32, 1.33

Matthew Barnes mbarnes at fedoraproject.org
Mon Oct 27 15:13:18 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/gnome-python2-extras/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11473

Modified Files:
	gnome-python2-extras.spec 
Log Message:

* Mon Oct 27 2008 Matthew Barnes <mbarnes at redhat.com> - 2.19.1-22
- Fix build break with libgdl-2.24.0 (GNOME bug #553911).
- Bump libgdl_version to 2.24.0.



Index: gnome-python2-extras.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2-extras/devel/gnome-python2-extras.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- gnome-python2-extras.spec	27 Oct 2008 14:36:33 -0000	1.32
+++ gnome-python2-extras.spec	27 Oct 2008 15:12:47 -0000	1.33
@@ -8,13 +8,13 @@
 %define gecko_version 1.9.0.2
 %define gtkspell_version 2.0.7
 %define libgda_version 2.99.6
-%define libgdl_version 0.7.1
+%define libgdl_version 2.24.0
 
 ### Abstract ###
 
 Name: gnome-python2-extras
 Version: 2.19.1
-Release: 21%{?dist}
+Release: 22%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Development/Languages
 Summary: The sources for additional. PyGNOME Python extension modules.
@@ -30,6 +30,9 @@
 Patch1: gnome-python-extras-2.19.1-xulrunner.patch
 Patch2: gnome-python-extras-2.19.1-pkg-config.patch
 
+# GNOME bug #553911
+Patch3: gnome-python-extras-2.19.1-no-gdl-icons.patch
+
 ### Dependencies ###
 
 Requires: gnome-python2 >= %{gnome_python_version}
@@ -129,6 +132,7 @@
 %setup -q -n gnome-python-extras-%{version}
 %patch1 -p1 -b .xulrunner
 %patch2 -p1 -b .pkg-config
+%patch3 -p1 -b .no-gdl-icons
 
 %build
 %configure --with-gtkmozembed=xulrunner
@@ -187,6 +191,10 @@
 %{_libdir}/pkgconfig/pygda-3.0.pc
 
 %changelog
+* Mon Oct 27 2008 Matthew Barnes <mbarnes at redhat.com> - 2.19.1-22
+- Fix build break with libgdl-2.24.0 (GNOME bug #553911).
+- Bump libgdl_version to 2.24.0.
+
 * Mon Oct 27 2008 Matthew Barnes <mbarnes at redhat.com> - 2.19.1-21
 - Provide Python bindings for libgdl on ppc64 (RH bug #468693).
 




More information about the scm-commits mailing list