This commit is contained in:
Matthias Clasen 2012-02-07 06:30:41 -05:00
parent 1e0d7ec5aa
commit 622d39703e
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@
/pygobject-3.0.1.tar.xz
/pygobject-3.0.2.tar.xz
/pygobject-3.0.3.tar.xz
/pygobject-3.1.0.tar.xz

View File

@ -11,15 +11,15 @@
### Abstract ###
Name: pygobject3
Version: 3.0.3
Release: 2%{?dist}
Version: 3.1.0
Release: 1%{?dist}
License: LGPLv2+ and MIT
Group: Development/Languages
Summary: Python 2 bindings for GObject Introspection
URL: https://live.gnome.org/PyGObject
BuildRoot: %{_tmppath}/%{name}-%{version}-root
#VCS: git:git://git.gnome.org/pygobject
Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.0/pygobject-%{version}.tar.xz
Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.1/pygobject-%{version}.tar.xz
### Patches ###
Patch0: lm.patch
@ -151,6 +151,9 @@ find $RPM_BUILD_ROOT -name '*.a' -delete
%endif # with_python3
%changelog
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.1.0-1
- Update to 3.1.0
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

View File

@ -1 +1 @@
d17e2565e139d647e8ee50fd1126aa9e pygobject-3.0.3.tar.xz
afe40defaf1dbe88f3a1111685a84a0a pygobject-3.1.0.tar.xz