[pygobject2] update to upstream 2.27.0

John Palmieri (J5) johnp at fedoraproject.org
Wed Nov 10 19:38:07 UTC 2010


commit a44ae84da821117187493c4ed24933e12f365cfc
Author: John (J5) Palmieri <johnp at redhat.com>
Date:   Wed Nov 10 14:37:34 2010 -0500

    update to upstream 2.27.0
    
    - patches no longer needed as they are committed upstream

 .gitignore                 |    1 +
 pygobject-py3m4.patch      |   42 ----------
 pygobject-pycapsule.patch  |  185 --------------------------------------------
 pygobject2-py3k-dist.patch |   38 ---------
 pygobject2.spec            |   13 +--
 sources                    |    2 +-
 6 files changed, 7 insertions(+), 274 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c6559dc..e7d3539 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 pygobject-2.21.5.tar.bz2
 /pygobject-2.26.0.tar.bz2
+/pygobject-2.27.0.tar.bz2
diff --git a/pygobject2.spec b/pygobject2.spec
index f292fb9..82f399e 100644
--- a/pygobject2.spec
+++ b/pygobject2.spec
@@ -11,8 +11,8 @@
 ### Abstract ###
 
 Name: pygobject2
-Version: 2.26.0
-Release: 4%{?dist}
+Version: 2.27.0
+Release: 1%{?dist}
 License: LGPLv2+
 Group: Development/Languages
 Summary: Python 2 bindings for GObject 
@@ -20,9 +20,6 @@ URL: http://www.pygtk.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 #VCS: git:git://git.gnome.org/pygobject
 Source: http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.21/pygobject-%{version}.tar.bz2
-Patch1: pygobject-py3m4.patch
-Patch2: pygobject2-py3k-dist.patch
-Patch3: pygobject-pycapsule.patch
 ### Build Dependencies ###
 
 BuildRequires: glib2-devel >= %{glib2_version}
@@ -92,9 +89,6 @@ for use in Python 3 programs.
 
 %prep
 %setup -q -n pygobject-%{version}
-%patch1 -p1 -b .pygobject-py3m4
-%patch2 -p1 -b .pygobject-py3k-dist
-%patch3 -p1 -b .pygobject-pycapsule
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -183,6 +177,9 @@ rm examples/Makefile*
 %endif # with_python3
 
 %changelog
+* Wed Nov 10 2010 John (J5) Palmieri <johnp at redhat.com> - 2.27.0-1
+- update to upstream version 2.27.0
+
 * Thu Sep 30 2010 John (J5) Palmieri <johnp at redhat.com> - 2.26.0-4
 - Edit PyCapsule patch to only use PyCapsule in Python 3.x
   since this effects header files which require other modules to 
diff --git a/sources b/sources
index d803d8c..2224eba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e3352c4b83ce8dc15290e86dd9c2be0  pygobject-2.26.0.tar.bz2
+9e2496ffa4e55911f94232e29ee9f146  pygobject-2.27.0.tar.bz2


More information about the scm-commits mailing list