3.1.0
This commit is contained in:
parent
1e0d7ec5aa
commit
622d39703e
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user