[python-pthreading/f19] python-pthreading 0.1.3-3

Douglas Schilling Landgraf dougsland at fedoraproject.org
Thu Jul 17 14:56:41 UTC 2014


commit e88ca6446c947395323953dab7586233992a8d7a
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Thu Jul 17 10:56:45 2014 -0400

    python-pthreading 0.1.3-3

 ...ch-Fail-if-it-is-too-late-to-monkey-patch.patch |  132 --------------------
 python-pthreading.spec                             |    9 +-
 2 files changed, 5 insertions(+), 136 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