[python-cpopen/el6] Adding 1.3 changes

Yaniv Bronhaim bronhaim at fedoraproject.org
Mon Jan 6 16:42:48 UTC 2014


commit aed8148fb7f80394e24a2c53618e6dccac42aa6f
Author: Yaniv Bronhaim <ybronhei at redhat.com>
Date:   Mon Jan 6 18:44:41 2014 +0200

    Adding 1.3 changes

 .gitignore         |    1 +
 python-cpopen.spec |   11 +++++++++--
 sources            |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9cf2191..8c6a29e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /cpopen-1.2.2.tar.gz
 /cpopen-1.2.3.tar.gz
+/cpopen-1.3.tar.gz
diff --git a/python-cpopen.spec b/python-cpopen.spec
index 1114821..025f45e 100644
--- a/python-cpopen.spec
+++ b/python-cpopen.spec
@@ -3,8 +3,8 @@
 %global libname cpopen
 
 Name:           python-%{libname}
-Version:        1.2.3
-Release:        7%{?dist}
+Version:        1.3
+Release:        1%{?dist}
 Summary:        Creates a sub-process in simpler safer manner
 
 License:        GPLv2+
@@ -37,6 +37,13 @@ code.
 %attr(755, root, root) %{python_sitearch}/%{libname}/%{libname}.so*
 
 %changelog
+* Mon Jan 6 2014 Yaniv Bronhaim <ybronhei at redhat.com> - 1.3-1
+- Bumping minor version
+- Fix tests and make check
+- Make default target build and add make dist target
+- raise OSError with errno
+- use OSError instead childErrno when childErrno was failed to be read
+
 * Thu Jan 2 2014 Yaniv Bronhaim <ybronhei at redhat.com> - 1.2.3-7
 - Changing Obsoletes and Provides of vdsm-python-cpopen package
 
diff --git a/sources b/sources
index 2d2adcd..2e40503 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e45ba569f1221fa719d6651323597bf3  cpopen-1.2.3.tar.gz
+dfad63e1d51774153274d3b0f8770ffc  cpopen-1.3.tar.gz


More information about the scm-commits mailing list