[python-cement] Updating to latest 2.2.0 sources

derks derks at fedoraproject.org
Fri Mar 28 17:52:16 UTC 2014


commit be094579acaf010b46bcc1934d5dc915aeaeed19
Author: BJ Dierkes <derks at datafolklabs.com>
Date:   Thu Mar 27 12:15:37 2014 -0500

    Updating to latest 2.2.0 sources

 .gitignore         |    1 +
 python-cement.spec |   21 +++++++++++++--------
 sources            |    2 +-
 3 files changed, 15 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf79245..f8f3dcf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /cement-1.9.14.tar.gz
 /cement-2.0.0.tar.gz
 /cement-2.0.2.tar.gz
+/cement-2.2.0.tar.gz
diff --git a/python-cement.spec b/python-cement.spec
index e30a98f..9105fd4 100644
--- a/python-cement.spec
+++ b/python-cement.spec
@@ -9,17 +9,17 @@
 
 %global srcname cement
 Name: python-%{srcname}
-Version: 2.0.2
-Release: 3%{?dist}
+Version: 2.2.0
+Release: 1%{?dist}
 Summary: CLI Application Framework for Python
 Group: Applications/System 
 License: BSD 
 
-URL: http://builtoncement.org
-Source0: http://builtoncement.org/cement/2.0/source/%{srcname}-%{version}.tar.gz 
+URL: http://builtoncement.com
+Source0: http://builtoncement.com/cement/2.2/source/%{srcname}-%{version}.tar.gz 
 
 #Patch1: py33-fixes.patch
-Patch2: cement-2.0.2-tests.patch
+#Patch2: cement-2.0.2-tests.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -38,7 +38,7 @@ sacrificing quality.
 
 %if 0%{?with_python3}
 %package -n python3-cement
-Summary: CLI Application Framework for Python 
+Summary: CLI Application Framework for Python 3
 Group: Applications/System
 
 %description -n python3-cement
@@ -51,7 +51,7 @@ sacrificing quality.
 %prep
 %setup -q -n cement-%{version}
 #%%patch1 -p1
-%patch2 -p1 -b .tests
+#%patch2 -p1 -b .tests
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -111,6 +111,11 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Fri Mar 28 2014 BJ Dierkes <derks at datafolklabs.com> - 2.2.0-1
+- Latest stable sources from upstream.  Full change log available at
+  http://builtoncement.com/2.2/changes.html
+- Removed Patch2: cement-2.0.2-tests.patch (applied upstream)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -139,7 +144,7 @@ rm -rf %{buildroot}
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
-* Sun Jul 16 2012 BJ Dierkes <wdierkes at rackspace.com> - 1.9.14-1
+* Mon Jul 16 2012 BJ Dierkes <wdierkes at rackspace.com> - 1.9.14-1
 - Latest source from upstream.
 
 * Tue Jul 03 2012 BJ Dierkes <wdierkes at rackspace.com> - 1.9.10-1
diff --git a/sources b/sources
index 5fb2da6..82c2ab2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2ab340e78af0d4cbeaf6c0b78840a64  cement-2.0.2.tar.gz
+434b1bcbf23f13fe27f0c87cdd8cb871  cement-2.2.0.tar.gz


More information about the scm-commits mailing list