[python-pthreading/f19] Release 0.1.2

Douglas Schilling Landgraf dougsland at fedoraproject.org
Tue Jun 4 22:19:08 UTC 2013


commit fc06a85456e12217394a24aeda194613ad4fa0ee
Author: Douglas Schilling Landgraf <dougsland at redhat.com>
Date:   Tue Jun 4 19:18:25 2013 -0300

    Release 0.1.2

 .gitignore             |    1 +
 python-pthreading.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b9d4d96..f9d9dd9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pthreading-0.1.1.tar.gz
+/pthreading-0.1.2.tar.gz
diff --git a/python-pthreading.spec b/python-pthreading.spec
index c98f8a7..3be7bb7 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.1
-Release:       2%{?dist}
+Version:       0.1.2
+Release:       1%{?dist}
 
 License:       GPLv2+
 Group:         System Environment/Libraries
@@ -43,6 +43,9 @@ implementation.
 
 
 %changelog
+* Tue Jun 4 2013 Douglas Schilling Landgraf <dougsland at redhat.com> - 0.1.2-1
+- Release 0.1.2
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 15ad6b7..33c51bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4ba7f5d60b0595ec82192746295bd5b0  pthreading-0.1.1.tar.gz
+f061c9483542c6add44b5d495501c204  pthreading-0.1.2.tar.gz


More information about the scm-commits mailing list