From ec91c1ddf93472c9dc12a6c5c721814bf9192f11 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 23 Aug 2016 13:18:19 +0200 Subject: [PATCH] Update to 3.21.1 git snapshot --- pygobject3.spec | 16 +++++++++++++--- sources | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/pygobject3.spec b/pygobject3.spec index 4ecc4f7..626c69f 100644 --- a/pygobject3.spec +++ b/pygobject3.spec @@ -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 - 3.21.1-0.1.git395779e +- Update to 3.21.1 git snapshot + * Tue Jul 19 2016 Fedora Release Engineering - 3.21.0-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index f51f7fd..68d9293 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6dba83e3a7df52ba80bd02906f74611 pygobject-3.21.0.tar.xz +ae9bab5c600aaf94bc06cc6852257c8c pygobject-3.21.1-f65bb1f.tar.xz