[python-subprocess32] Update to 3.2.6

Peter Robinson pbrobinson at fedoraproject.org
Fri Jul 4 15:19:13 UTC 2014


commit f2e7395ce0efd45d23d6dde5d17671fa50370b08
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 4 16:19:17 2014 +0100

    Update to 3.2.6

 .gitignore               |    3 +--
 python-subprocess32.spec |   12 +++++++-----
 sources                  |    2 +-
 3 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 943b201..337e4b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/subprocess32-3.2.3.tar.gz
-/subprocess32-3.2.5rc1.tar.gz
+/subprocess32-3.*.tar.gz
diff --git a/python-subprocess32.spec b/python-subprocess32.spec
index 3288c10..0ea9b08 100644
--- a/python-subprocess32.spec
+++ b/python-subprocess32.spec
@@ -7,13 +7,13 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
 Name:           python-subprocess32
-Version:        3.2.5
-Release:        0.2.rc1%{?dist}
+Version:        3.2.6
+Release:        1%{?dist}
 Summary:        Backport of subprocess module from Python 3.2 to Python 2.*
 
 License:        Python
 URL:            http://pypi.python.org/pypi/subprocess32/
-Source0:        http://python-subprocess32.googlecode.com/files/subprocess32-%{version}rc1.tar.gz
+Source0:        http://python-subprocess32.googlecode.com/files/subprocess32-%{version}.tar.gz
 
 BuildRequires:  python2-devel
 BuildRequires:  python-test
@@ -23,7 +23,7 @@ Backport of the subprocess module from Python 3.2 for use on 2.x.
 
 
 %prep
-%setup -q -n subprocess32-%{version}rc1
+%setup -q -n subprocess32-%{version}
 
 
 %build
@@ -31,7 +31,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
 
@@ -47,6 +46,9 @@ PYTHONPATH=$(pwd) %{__python} test_subprocess32.py
 
 
 %changelog
+* Fri Jul  4 2014 Peter Robinson <pbrobinson at fedoraproject.org> 3.2.6-1
+- Update to 3.2.6
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.5-0.2.rc1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index c42410f..5a1ab3f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f5f46106368be6336b54af95d048fea9  subprocess32-3.2.5rc1.tar.gz
+754c5ab9f533e764f931136974b618f1  subprocess32-3.2.6.tar.gz


More information about the scm-commits mailing list