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

Douglas Schilling Landgraf dougsland at fedoraproject.org
Wed Mar 19 02:24:16 UTC 2014


commit cbbfd5798e68b6a89459ee157f1e39789d40c0a7
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Tue Mar 18 22:23:59 2014 -0400

    python-pthreading-0.1.3

 .gitignore             |    1 +
 python-pthreading.spec |   10 +++++++---
 sources                |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f9d9dd9..2f3b923 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pthreading-0.1.1.tar.gz
 /pthreading-0.1.2.tar.gz
+/pthreading-0.1.3.tar.gz
diff --git a/python-pthreading.spec b/python-pthreading.spec
index 3be7bb7..98aced9 100644
--- a/python-pthreading.spec
+++ b/python-pthreading.spec
@@ -2,8 +2,8 @@
 
 Summary:       Re-implement threading.Lock, RLock and Condition with libpthread
 Name:          python-pthreading
-Version:       0.1.2
-Release:       1%{?dist}
+Version:       0.1.3
+Release:       0%{?dist}
 
 License:       GPLv2+
 Group:         System Environment/Libraries
@@ -40,9 +40,13 @@ implementation.
 %{python_sitelib}/pthreading.py*
 %{python_sitelib}/pthreading-%{version}-py*.egg-info
 
+%changelog
+* Tue Mar 18 2014 Douglas Schilling Landgraf <dougsland at redhat.com> - 0.1.3-0
+- Monkeypatch python's thread.allocate_lock
 
+* Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
-%changelog
 * Tue Jun 4 2013 Douglas Schilling Landgraf <dougsland at redhat.com> - 0.1.2-1
 - Release 0.1.2
 
diff --git a/sources b/sources
index 33c51bf..bd19f3c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f061c9483542c6add44b5d495501c204  pthreading-0.1.2.tar.gz
+515f3a9a1426c5fcb3a994354ed8955a  pthreading-0.1.3.tar.gz


More information about the scm-commits mailing list