- Add patch for RH bug #544946 (error on gtk.gdk.threads_init).
This commit is contained in:
parent
3de6b2527f
commit
59d1ffa0d2
@ -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 @@ URL: http://www.pygtk.org/
|
||||
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 @@ This package contains documentation files for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n pygobject-%{version}
|
||||
%patch0 -p1 -b .threads-init
|
||||
|
||||
%build
|
||||
%configure --enable-thread
|
||||
@ -110,6 +116,9 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/pygobject/xsl
|
||||
|
||||
%changelog
|
||||
* Thu Aug 07 2008 Matthew Barnes <mbarnes@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@redhat.com> - 2.15.2-1.fc10
|
||||
- Update to 2.15.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user