[python-transaction] - Update to 1.1.1 - Run the test suite

Luke Macken lmacken at fedoraproject.org
Thu Sep 30 20:03:49 UTC 2010


commit 3effa2431aef2f39da139a3fa60cc1ef1c759cd7
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Sep 30 16:03:47 2010 -0400

    - Update to 1.1.1
    - Run the test suite

 .gitignore              |    1 +
 python-transaction.spec |   11 +++++++++--
 sources                 |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7762455..013d8eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 transaction-1.1.0.tar.gz
+/transaction-1.1.1.tar.gz
diff --git a/python-transaction.spec b/python-transaction.spec
index 85cc862..2630933 100644
--- a/python-transaction.spec
+++ b/python-transaction.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           python-transaction
-Version:        1.1.0
-Release:        2%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        Transaction management for Python
 
 Group:          Development/Languages
@@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 
+%check
+PYTHONPATH=$(pwd) %{__python} setup.py test
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -54,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Sep 30 2010 Luke Macken <lmacken at redhat.com> - 1.1.1-1
+- Update to 1.1.1
+- Run the test suite
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index de76112..939a63d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0447d43034d24b8d43576ea16acf37e2  transaction-1.1.0.tar.gz
+30b062baa34fe1521ad979fb088c8c55  transaction-1.1.1.tar.gz


More information about the scm-commits mailing list