[python-astroid] - Upstream v1.1 Drop patches now included in upstream

Brian C. Lane bcl at fedoraproject.org
Tue Apr 22 18:51:53 UTC 2014


commit 275cd16adfa042190b901835f0f17df30fd0b753
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Apr 22 11:51:40 2014 -0700

    - Upstream v1.1
      Drop patches now included in upstream

 ...-illegal-symbols-in-gobject-introspection.patch |   50 --------------------
 ...-Fix-function-detection-on-newer-pygobjec.patch |   33 -------------
 python-astroid.spec                                |   20 +++-----
 3 files changed, 8 insertions(+), 95 deletions(-)
---
diff --git a/python-astroid.spec b/python-astroid.spec
index 7bddd00..e02874d 100644
--- a/python-astroid.spec
+++ b/python-astroid.spec
@@ -5,21 +5,17 @@
 %endif
 
 # This needs to be pulled from the source tarball
-%global commit f67f24131b3a
+%global commit e003574ae51b
 
 
 Name:           python-astroid
-Version:        1.0.1
-Release:        3%{?dist}
+Version:        1.1
+Release:        1%{?dist}
 Summary:        Python Abstract Syntax Tree New Generation
 Group:          Development/Languages
 License:        GPLv2+
 URL:            http://www.astroid.org
-Source0:        https://bitbucket.org/logilab/astroid/get/astroid-version-%{version}.tar.bz2
-
-Patch0:         0001-Ignore-illegal-symbols-in-gobject-introspection.patch
-# Fix some gobject introspection false positives (bz #1079643)
-Patch1: 0002-brain-py2gi-Fix-function-detection-on-newer-pygobjec.patch
+Source0:        https://bitbucket.org/logilab/astroid/get/astroid-%{version}.tar.bz2
 
 
 Provides:       python-astroid = %{version}-%{release}
@@ -56,10 +52,6 @@ python module with some additional methods and attributes.
 %prep
 %setup -q -n logilab-astroid-%{commit}
 
-%patch0 -p1
-# Fix some gobject introspection false positives (bz #1079643)
-%patch1 -p1
-
 %if 0%{?with_python3}
 rm -rf %{py3dir}
 cp -a . %{py3dir}
@@ -121,6 +113,10 @@ popd
 %endif # with_python3
 
 %changelog
+* Tue Apr 22 2014 Brian C. Lane <bcl at redhat.com> 1.1-1
+- Upstream v1.1
+  Drop patches now included in upstream
+
 * Tue Apr 01 2014 Cole Robinson <crobinso at redhat.com> - 1.0.1-3
 - Fix some gobject introspection false positives (bz #1079643)
 


More information about the scm-commits mailing list