[python-cement] bump release

derks derks at fedoraproject.org
Tue Jul 12 23:33:00 UTC 2011


commit 76937c216fb29ecbfc14c2c2024bc0cfe6256b5d
Author: BJ Dierkes <wdierkes at rackspace.com>
Date:   Tue Jul 12 18:32:31 2011 -0500

    bump release

 python-cement.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/python-cement.spec b/python-cement.spec
index 41a9a0c..13072c2 100644
--- a/python-cement.spec
+++ b/python-cement.spec
@@ -33,7 +33,7 @@
 
 Name: python-cement
 Version: 0.8.18
-Release: 1%{?dist}
+Release: 2%{?dist}
 Summary: CLI Application Framework for Python
 Group: Development/Libraries    
 
@@ -43,7 +43,6 @@ License: MIT and Python
 
 URL: http://builtoncement.org
 Source0: http://builtoncement.org/cement/0.8/source/cement-%{version}.tar.gz 
-Source1: test_runner.py
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -115,7 +114,6 @@ Framework for Python.
 %patch2 -p1 -b .paths
 
 mv src/cement/LICENSE.psf .
-cp -a %SOURCE1 src/cement.test/test_runner.py
 
 %build
 pushd src/cement/
@@ -163,7 +161,6 @@ popd
 %if 0%{?_with_tests}
 pushd src/cement.test
 %{__python} setup.py nosetests 
-#%%{__python} ./test_runner.py
 popd
 %endif
 
@@ -193,13 +190,16 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Tue Jul 12 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.8.18-2
+- Removed Patch0: cement-testing.patch (reworked in Patch2)
+- Added Patch1: cement-0.8.18-setuptools.patch
+- Added Patch2: cement-0.8.18-paths.patch
+- No longer include 'test_runner.py' hack (just use setup.py nosetests)
+
 * Thu Jul 07 2011 BJ Dierkes <wdierkes at rackspace.com> - 0.8.18-1
 - Latest sources from upstream.  Full changelog available at:
   http://builtoncement.org/cement/0.8/doc/changes.html
 - BuildRequire: python-coverage for tests
-- Added Patch1: cement-0.8.18-setuptools.patch
-- Removed Patch0 (testing)
-- Added Patch2 (paths)
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.16-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild


More information about the scm-commits mailing list