Update to 3.21.1 git snapshot

This commit is contained in:
Kalev Lember 2016-08-23 13:18:19 +02:00
parent d7634f216c
commit ec91c1ddf9
2 changed files with 14 additions and 4 deletions

View File

@ -8,16 +8,23 @@
%define python3_version 3.1
%endif
%global commit0 f65bb1fc8f7f6172970545412fe56ab75f57904b
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
%global with_check 0
Name: pygobject3
Version: 3.21.0
Release: 2%{?dist}
Version: 3.21.1
Release: 0.1.git%{shortcommit0}%{?dist}
Summary: Python bindings for GObject Introspection
License: LGPLv2+ and MIT
URL: https://wiki.gnome.org/Projects/PyGObject
Source0: https://download.gnome.org/sources/pygobject/3.21/pygobject-%{version}.tar.xz
# git clone git://git.gnome.org/pygobject
# ./autogen.sh; make; make dist
# mv pygobject-3.21.1.tar.xz pygobject-3.21.1-`git rev-parse --short HEAD`.tar.xz
Source0: pygobject-%{version}-%{shortcommit0}.tar.xz
#Source0: https://download.gnome.org/sources/pygobject/3.21/pygobject-%{version}.tar.xz
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
@ -214,6 +221,9 @@ xvfb-run make DESTDIR=$RPM_BUILD_ROOT check V=1
%{_libdir}/pkgconfig/pygobject-3.0.pc
%changelog
* Tue Aug 23 2016 Kalev Lember <klember@redhat.com> - 3.21.1-0.1.git395779e
- Update to 3.21.1 git snapshot
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.21.0-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
a6dba83e3a7df52ba80bd02906f74611 pygobject-3.21.0.tar.xz
ae9bab5c600aaf94bc06cc6852257c8c pygobject-3.21.1-f65bb1f.tar.xz