parent
77b06262fc
commit
8e53635184
@ -1 +1 @@
|
||||
pygobject-2.12.3.tar.bz2
|
||||
pygobject-2.13.1.tar.bz2
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: pygobject2
|
||||
Version: 2.12.3
|
||||
Release: 5%{?dist}
|
||||
Version: 2.13.1
|
||||
Release: 1%{?dist}
|
||||
License: LGPL
|
||||
Group: Development/Languages
|
||||
Summary: Python bindings for GObject
|
||||
@ -12,10 +12,6 @@ URL: http://www.pygtk.org/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Source: pygobject-%{version}.tar.bz2
|
||||
|
||||
### Patches ###
|
||||
|
||||
Patch1: pygobject-2.12.3-memory-leak.patch
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
Requires: glib2 >= 2.8
|
||||
@ -53,7 +49,6 @@ This package contains documentation files for pygobject2.
|
||||
|
||||
%prep
|
||||
%setup -q -n pygobject-%{version}
|
||||
%patch1 -p1 -b .memory-leak
|
||||
|
||||
%build
|
||||
# --disable-docs doesn't work; it builds the docs anyway.
|
||||
@ -97,6 +92,10 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/pygobject/xsl
|
||||
|
||||
%changelog
|
||||
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 2.13.1-1.fc8
|
||||
- Update to 2.13.1
|
||||
- Remove patch for RH bug #237179 (fixed upstream).
|
||||
|
||||
* Thu May 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.12.3-5.fc7
|
||||
- Fix devel subpackage dependency (RH bug #238793).
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user