3.3.2
This commit is contained in:
parent
4f86ea4e13
commit
a4de5d6021
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user