rpms/pygobject2/devel pygobject2.spec,1.37,1.38

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Thu Aug 7 19:20:17 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/pygobject2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24796

Modified Files:
	pygobject2.spec 
Log Message:

* Thu Aug 07 2008 Matthew Barnes <mbarnes at redhat.com> - 2.15.2-2.fc10
- Add patch for RH bug #544946 (error on gtk.gdk.threads_init).



Index: pygobject2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pygobject2/devel/pygobject2.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- pygobject2.spec	26 Jul 2008 12:32:00 -0000	1.37
+++ pygobject2.spec	7 Aug 2008 19:19:47 -0000	1.38
@@ -8,7 +8,7 @@
 
 Name: pygobject2
 Version: 2.15.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python bindings for GObject
@@ -16,6 +16,11 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 Source: pygobject-%{version}.tar.bz2
 
+### Patches ###
+
+# RH bug #544946
+Patch0: pygobject-2.15.2-threads-init.patch
+
 ### Build Dependencies ###
 
 BuildRequires: automake
@@ -56,6 +61,7 @@
 
 %prep
 %setup -q -n pygobject-%{version}
+%patch0 -p1 -b .threads-init
 
 %build
 %configure --enable-thread
@@ -110,6 +116,9 @@
 %{_datadir}/pygobject/xsl
 
 %changelog
+* Thu Aug 07 2008 Matthew Barnes <mbarnes at redhat.com> - 2.15.2-2.fc10
+- Add patch for RH bug #544946 (error on gtk.gdk.threads_init).
+
 * Sat Jul 26 2008 Matthew Barnes <mbarnes at redhat.com> - 2.15.2-1.fc10
 - Update to 2.15.2
 




More information about the fedora-extras-commits mailing list