[python-cement] Removing Patch1: py33-fixes.patch

derks derks at fedoraproject.org
Mon Aug 27 23:02:25 UTC 2012


commit 38679c889ecdae673ed85222a13a843ad2ed1790
Author: BJ Dierkes <wdierkes at rackspace.com>
Date:   Mon Aug 20 22:41:03 2012 -0500

    Removing Patch1: py33-fixes.patch

 .gitignore         |    1 +
 py33-fixes.patch   |   12 ------------
 python-cement.spec |   14 ++++++++------
 sources            |    2 +-
 4 files changed, 10 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bdacdde..bf79245 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /cement-1.9.10.tar.gz
 /cement-1.9.14.tar.gz
 /cement-2.0.0.tar.gz
+/cement-2.0.2.tar.gz
diff --git a/python-cement.spec b/python-cement.spec
index 0204014..54594cc 100644
--- a/python-cement.spec
+++ b/python-cement.spec
@@ -9,7 +9,7 @@
 
 %global srcname cement
 Name: python-%{srcname}
-Version: 2.0.0 
+Version: 2.0.2
 Release: 1%{?dist}
 Summary: CLI Application Framework for Python
 Group: Applications/System 
@@ -18,10 +18,7 @@ License: BSD
 URL: http://builtoncement.org
 Source0: http://builtoncement.org/cement/2.0/source/%{srcname}-%{version}.tar.gz 
 
-# Fix python 3.3 incompatibilities
-# Reported upstream as https://github.com/cement/cement/issues/156
-# (Test suite passes with python 2.7, 3.2, 3.3b1)
-Patch1: py33-fixes.patch
+#Patch1: py33-fixes.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -52,7 +49,7 @@ sacrificing quality.
 
 %prep
 %setup -q -n cement-%{version}
-%patch1 -p1
+#%%patch1 -p1
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -112,6 +109,11 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Mon Aug 27 2012 BJ Dierkes <wdierkes at rackspace.com> - 2.0.2-1
+- Latest sources from upstream.
+  http://builtoncement.com/2.0/changes.html  
+- Removed Patch1: py33-fixes.patch (applied upstream)
+
 * Mon Aug 06 2012 BJ Dierkes <wdierkes at rackspace.com> - 2.0.0-1
 - Latest sources from upstream.  
   http://cement.readthedocs.org/en/stable-2.0.x/changes/#fri-aug-03-2012
diff --git a/sources b/sources
index 8087463..5fb2da6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a54a2c1c9a168e706d10af2720e8e779  cement-2.0.0.tar.gz
+a2ab340e78af0d4cbeaf6c0b78840a64  cement-2.0.2.tar.gz


More information about the scm-commits mailing list