[python-testtools] Update to 0.9.16

Michel Alexandre Salim salimma at fedoraproject.org
Wed Sep 5 15:37:02 UTC 2012


commit 470e9bd885d39cc28c59dac274507291e0383424
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Wed Sep 5 22:36:57 2012 +0700

    Update to 0.9.16
    
    - Remove deprecated sections

 .gitignore            |    2 +-
 python-testtools.spec |   11 ++++++-----
 sources               |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f531cc..61884bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/testtools-0.9.15.tar.gz
+/testtools-0.9.16.tar.gz
diff --git a/python-testtools.spec b/python-testtools.spec
index 9e7441f..ce01c32 100644
--- a/python-testtools.spec
+++ b/python-testtools.spec
@@ -1,8 +1,6 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
-
 Name:           python-testtools
-Version:        0.9.15
-Release:        2%{?dist}
+Version:        0.9.16
+Release:        1%{?dist}
 Summary:        Extensions to the Python unit testing framework
 
 %if 0%{?rhel}
@@ -40,7 +38,6 @@ make -C doc html
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 
@@ -63,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep  5 2012 Michel Salim <salimma at fedoraproject.org> - 0.9.16-1
+- Update to 0.9.16
+- Remove deprecated sections
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.15-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d1b2472..8749f9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-01a30afb126de49de4998c255259d312  testtools-0.9.15.tar.gz
+87043d7dd084a9464fa1b2a9b83a1594  testtools-0.9.16.tar.gz


More information about the scm-commits mailing list