[pygobject3] 3.3.1

Kalev Lember kalev at fedoraproject.org
Sat May 5 17:27:04 UTC 2012


commit 4f86ea4e1397a25456bcf6d76582810b9f308fed
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sat May 5 20:26:35 2012 +0300

    3.3.1
    
    - Dropped the now unneeded -lm patch

 .gitignore      |    1 +
 lm.patch        |   15 ---------------
 pygobject3.spec |   15 ++++++---------
 sources         |    2 +-
 4 files changed, 8 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3c771e5..c36b12d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /pygobject-3.1.92.tar.xz
 /pygobject-3.1.93.tar.xz
 /pygobject-3.2.0.tar.xz
+/pygobject-3.3.1.tar.xz
diff --git a/pygobject3.spec b/pygobject3.spec
index d340112..0ffea92 100644
--- a/pygobject3.spec
+++ b/pygobject3.spec
@@ -11,17 +11,14 @@
 ### Abstract ###
 
 Name: pygobject3
-Version: 3.2.0
+Version: 3.3.1
 Release: 1%{?dist}
 License: LGPLv2+ and MIT
 Group: Development/Languages
 Summary: Python 2 bindings for GObject Introspection
 URL: https://live.gnome.org/PyGObject
 #VCS: git:git://git.gnome.org/pygobject
-Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.2/pygobject-%{version}.tar.xz
-
-### Patches ###
-Patch0: lm.patch
+Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/3.3/pygobject-%{version}.tar.xz
 
 ### Build Dependencies ###
 
@@ -34,7 +31,6 @@ BuildRequires: python3-cairo-devel
 %endif # if with_python3
 
 BuildRequires: pycairo-devel
-BuildRequires: automake, autoconf, libtool
 
 # The cairo override module depends on this
 Requires: pycairo
@@ -74,9 +70,6 @@ for use in Python 3 programs.
 
 %prep
 %setup -q -n pygobject-%{version}
-%patch0 -p1 -b .lm
-
-autoreconf
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -150,6 +143,10 @@ find $RPM_BUILD_ROOT -name '*.a' -delete
 %endif # with_python3
 
 %changelog
+* Sat May 05 2012 Kalev Lember <kalevlember at gmail.com> - 3.3.1-1
+- Update to 3.3.1
+- Dropped the now unneeded -lm patch
+
 * Tue Mar 27 2012 Kalev Lember <kalevlember at gmail.com> - 3.2.0-1
 - Update to 3.2.0
 
diff --git a/sources b/sources
index 2d422d5..8a67811 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5b0fd7138df98b42545f41ec043a995  pygobject-3.2.0.tar.xz
+1f305006ab1561e34e24dc348f1188c0  pygobject-3.3.1.tar.xz


More information about the scm-commits mailing list