[python-billiard] update to new upstream version 2.7.3.11

Matthias Runge mrunge at fedoraproject.org
Fri Aug 3 10:02:06 UTC 2012


commit 3f9a09b4a33a869b60d88f74fc72aeb3c09d882e
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Fri Aug 3 12:01:47 2012 +0200

    update to new upstream version 2.7.3.11

 .gitignore           |    1 +
 python-billiard.spec |    9 ++++++---
 sources              |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e21786b..6b05e76 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 billiard-0.3.1.tar.gz
 /billiard-2.7.3.9.tar.gz
+/billiard-2.7.3.11.tar.gz
diff --git a/python-billiard.spec b/python-billiard.spec
index 8fd3a19..bf5b32a 100644
--- a/python-billiard.spec
+++ b/python-billiard.spec
@@ -1,8 +1,8 @@
 %global srcname billiard
 
 Name:           python-%{srcname}
-Version:        2.7.3.9
-Release:        2%{?dist}
+Version:        2.7.3.11
+Release:        1%{?dist}
 Summary:        Multiprocessing Pool Extensions
 
 Group:          Development/Languages
@@ -27,12 +27,15 @@ rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
 
 %files
-%doc CHANGES.rst LICENSE.txt README.rst
+%doc CHANGES.txt LICENSE.txt README.rst
 %{python_sitearch}/_billiard*
 %{python_sitearch}/%{srcname}/
 %{python_sitearch}/%{srcname}*.egg-info
 
 %changelog
+* Fri Aug 03 2012 Matthias Runge <mrunge at matthias-runge.de> 2.7.3.11-1
+- update to new upstream version 2.7.3.11
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.7.3.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4dc6dc6..0f7ce58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-beaab52135f9c3e06229bd873bab01db  billiard-2.7.3.9.tar.gz
+f7e725162fcae22568f61bb25e953808  billiard-2.7.3.11.tar.gz


More information about the scm-commits mailing list