Update to 3.18.0

This commit is contained in:
Kalev Lember 2015-09-22 09:28:45 +02:00
parent a750423a9c
commit 1c46fa7536
2 changed files with 9 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Last updated for version 3.14.0
# Last updated for version 3.18.0
%define glib2_version 2.38.0
%define gobject_introspection_version 1.39.0
%define python2_version 2.3.5
%define python2_version 2.7
%if 0%{?fedora} > 12
%global with_python3 1
@ -11,13 +11,13 @@
%global with_check 0
Name: pygobject3
Version: 3.17.90
Release: 2%{?dist}
Version: 3.18.0
Release: 1%{?dist}
Summary: Python bindings for GObject Introspection
License: LGPLv2+ and MIT
URL: https://live.gnome.org/PyGObject
Source0: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.17/pygobject-%{version}.tar.xz
Source0: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.18/pygobject-%{version}.tar.xz
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
@ -215,6 +215,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
%{_libdir}/pkgconfig/pygobject-3.0.pc
%changelog
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
- Update to 3.18.0
* Sat Aug 22 2015 Kalev Lember <klember@redhat.com> - 3.17.90-2
- Rename Python 2 subpackage to python-gobject for consistency with the
python3-gobject package

View File

@ -1 +1 @@
f5403b71cb61387c2f88ef0e6c94e6b3 pygobject-3.17.90.tar.xz
2ac5d4398e7ecabf64b3deb65c799516 pygobject-3.18.0.tar.xz