This commit is contained in:
Kalev Lember 2012-06-19 20:15:28 +03:00
parent 4f86ea4e13
commit a4de5d6021
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/pygobject-3.1.93.tar.xz
/pygobject-3.2.0.tar.xz
/pygobject-3.3.1.tar.xz
/pygobject-3.3.2.tar.xz

View File

@ -11,7 +11,7 @@
### Abstract ###
Name: pygobject3
Version: 3.3.1
Version: 3.3.2
Release: 1%{?dist}
License: LGPLv2+ and MIT
Group: Development/Languages
@ -30,6 +30,7 @@ BuildRequires: python3-devel >= %{python3_version}
BuildRequires: python3-cairo-devel
%endif # if with_python3
BuildRequires: cairo-gobject-devel
BuildRequires: pycairo-devel
# The cairo override module depends on this
@ -143,6 +144,9 @@ find $RPM_BUILD_ROOT -name '*.a' -delete
%endif # with_python3
%changelog
* Tue Jun 19 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.2-1
- Update to 3.3.2
* Sat May 05 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.1-1
- Update to 3.3.1
- Dropped the now unneeded -lm patch

View File

@ -1 +1 @@
1f305006ab1561e34e24dc348f1188c0 pygobject-3.3.1.tar.xz
2aa64488c503cc72ca6a0906b773208d pygobject-3.3.2.tar.xz