[python-billiard] update to 3.3.0.13 and introduce epoch, sigh

Matthias Runge mrunge at fedoraproject.org
Wed Jan 8 10:18:00 UTC 2014


commit 5fb53fab4812f0d41523e8bf473676271d02ca11
Author: Matthias Runge <mrunge at redhat.com>
Date:   Wed Jan 8 11:17:34 2014 +0100

    update to 3.3.0.13 and introduce epoch, sigh

 .gitignore           |    1 +
 python-billiard.spec |    9 +++++++--
 sources              |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b4553ee..5e6e907 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ billiard-0.3.1.tar.gz
 /billiard-3.3.0.0.tar.gz
 >>>>>>> 8afb41b03b018a570216749faa8029ad2cd757db
 /billiard-3.3.0.7.tar.gz
+/billiard-3.3.0.13.tar.gz
diff --git a/python-billiard.spec b/python-billiard.spec
index c726073..0aa1cc1 100644
--- a/python-billiard.spec
+++ b/python-billiard.spec
@@ -1,14 +1,15 @@
 %global srcname billiard
 
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} > 12
 %global with_python3 1
 %else
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
 %endif
 
 Name:           python-%{srcname}
-Version:        3.3.0.7
+Version:        3.3.0.13
 Release:        1%{?dist}
+Epoch:          1
 Summary:        Multiprocessing Pool Extensions
 
 Group:          Development/Languages
@@ -93,6 +94,10 @@ popd
 %endif # with_python3
 
 %changelog
+* Wed Jan 08 2014 Matthias Runge <mrunge at redhat.com> - 3.3.0.13-1
+- update to 3.3.013 (rhbz#1034114)
+- use epoch:1 (rhbz#1028626)
+
 * Thu Nov 21 2013 Matthias Runge <mrunge at redhat.com> - 3.3.0.7-1
 - update to 3.3.0.7 (rhbz#1026722)
 
diff --git a/sources b/sources
index 740c613..0c791e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17ac801ca4cf007ad5f62567f668f66f  billiard-3.3.0.7.tar.gz
+554307f13d2126f0bf7b4f8253fce7c1  billiard-3.3.0.13.tar.gz


More information about the scm-commits mailing list