[python-pthreading] Revert monkey_patch: Fail if it is too late to monkey-patch to next version

Yaniv Bronhaim bronhaim at fedoraproject.org
Sun Jul 13 16:02:05 UTC 2014


commit 761c3293f680d5ae5f8976f6fd5e778485652adf
Author: Yaniv Bronhaim <ybronhei at redhat.com>
Date:   Sun Jul 13 19:01:44 2014 +0300

    Revert monkey_patch: Fail if it is too late to monkey-patch to next
    version

 python-pthreading.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/python-pthreading.spec b/python-pthreading.spec
index e1180d6..5f38557 100644
--- a/python-pthreading.spec
+++ b/python-pthreading.spec
@@ -3,7 +3,7 @@
 Summary:       Re-implement threading.Lock, RLock and Condition with libpthread
 Name:          python-pthreading
 Version:       0.1.3
-Release:       2%{?dist}
+Release:       3%{?dist}
 
 License:       GPLv2+
 Group:         System Environment/Libraries
@@ -15,8 +15,7 @@ BuildArch: noarch
 BuildRequires: python2
 
 Patch0: python-pthreading-01-COPYING-and-tests.patch
-Patch1: 0002-monkey_patch-Fail-if-it-is-too-late-to-monkey-patch.patch
-Patch2: 0003-Add-the-missing-locked-interface.patch
+Patch1: 0003-Add-the-missing-locked-interface.patch
 
 %description
 The pthreading module provides Lock and Condition synchronization
@@ -29,7 +28,6 @@ implementation.
 %setup -q -n pthreading-%{version}
 %patch0
 %patch1 -p1
-%patch2 -p1
 
 %build
 
@@ -46,6 +44,9 @@ implementation.
 %{python_sitelib}/pthreading-%{version}-py*.egg-info
 
 %changelog
+* Sun Jul 13 2014 Yaniv Bronhaim <ybronhei at redhat.com> - 0.1.3-3
+* revert monkey_patch: Fail if it is too late to monkey-patch and delay to 0.1.4
+
 * Thu Jul 10 2014 Douglas SChilling Landgraf <dougsland at redhat.com> - 0.1.3-2
 - monkey_patch: Fail if it is too late to monkey-patch
 - Add the missing locked() interface


More information about the scm-commits mailing list