- Update to 2.13.1

- Remove patch for RH bug #237179 (fixed upstream).
This commit is contained in:
Matthew Barnes 2007-05-18 13:47:52 +00:00
parent 77b06262fc
commit 8e53635184
3 changed files with 8 additions and 9 deletions

View File

@ -1 +1 @@
pygobject-2.12.3.tar.bz2
pygobject-2.13.1.tar.bz2

View File

@ -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).

View File

@ -1 +1 @@
009986021225b7ea6e0ba848707785af pygobject-2.12.3.tar.bz2
b51a3105de27eb20ddd3ff2b99ffe39c pygobject-2.13.1.tar.bz2