- Update to 2.13.2
This commit is contained in:
parent
8e53635184
commit
cd25853f18
@ -1 +1 @@
|
||||
pygobject-2.13.1.tar.bz2
|
||||
pygobject-2.13.2.tar.bz2
|
||||
|
||||
@ -1,9 +1,14 @@
|
||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
|
||||
# Last updated for version 2.13.2
|
||||
%define automake_version 1.6.3-5
|
||||
%define glib2_version 2.8.0
|
||||
%define python2_version 2.3.5
|
||||
|
||||
### Abstract ###
|
||||
|
||||
Name: pygobject2
|
||||
Version: 2.13.1
|
||||
Version: 2.13.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPL
|
||||
Group: Development/Languages
|
||||
@ -14,15 +19,15 @@ Source: pygobject-%{version}.tar.bz2
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
Requires: glib2 >= 2.8
|
||||
Requires: python2 >= 2.3.5
|
||||
Requires: glib2 >= %{glib2_version}
|
||||
Requires: python2 >= %{python2_version}
|
||||
|
||||
### Build Dependencies ###
|
||||
|
||||
BuildRequires: automake >= 1.6.3-5
|
||||
BuildRequires: glib2-devel >= 2.8
|
||||
BuildRequires: automake >= %{automake_version}
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: libtool
|
||||
BuildRequires: python2-devel >= 2.3.5
|
||||
BuildRequires: python2-devel >= %{python2_version}
|
||||
|
||||
%description
|
||||
pygobject2 provides a convenient wrapper for the GObject library
|
||||
@ -92,6 +97,9 @@ rm -fr $RPM_BUILD_ROOT
|
||||
%{_datadir}/pygobject/xsl
|
||||
|
||||
%changelog
|
||||
* Sat Jul 07 2007 Matthew Barnes <mbarnes@redhat.com> - 2.13.2-1.fc8
|
||||
- Update to 2.13.2
|
||||
|
||||
* 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).
|
||||
|
||||
Loading…
Reference in New Issue
Block a user