[python-bloom/el6] Update to 0.5.16

Scott K Logan cottsay at fedoraproject.org
Tue Dec 16 05:14:05 UTC 2014


commit f75a003fbe56289fa9b43ebf020c37b826f0e472
Author: Scott K Logan <logans at cottsay.net>
Date:   Mon Dec 15 21:03:53 2014 -0800

    Update to 0.5.16

 .gitignore        |    1 +
 python-bloom.spec |    7 +++++--
 sources           |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0424129..d0f77af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /bloom-0.5.4-ebab9f2.tar.gz
 /bloom-0.5.14-8a40c3e.tar.gz
 /bloom-0.5.15-b440a0d.tar.gz
+/bloom-0.5.16-3111a8e.tar.gz
diff --git a/python-bloom.spec b/python-bloom.spec
index 5f7f358..ce19422 100644
--- a/python-bloom.spec
+++ b/python-bloom.spec
@@ -3,11 +3,11 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 %endif
 
-%global commit b440a0dc40d2a3f38aa1ed1732eeb7ffa4fade76
+%global commit 3111a8e64bb33ede02dfe398bea0ef4ded4cf68b
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           python-bloom
-Version:        0.5.15
+Version:        0.5.16
 Release:        1%{?dist}
 Summary:        Bloom is a release automation tool
 
@@ -78,6 +78,9 @@ PYTHONPATH=%{buildroot}%{python2_sitelib} nosetests test/test_code_format.py
 %{_datadir}/man/man1/bloom.1.gz
 
 %changelog
+* Mon Dec 15 2014 Scott K Logan <logans at cottsay.net> - 0.5.16-1
+- Update to 0.5.16
+
 * Sat Dec 13 2014 Scott K Logan <logans at cottsay.net> - 0.5.15-1
 - Update to 0.5.15
 
diff --git a/sources b/sources
index 2fae970..9264d43 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e70d217410d7f0cf832b1e8ae26c6248  bloom-0.5.15-b440a0d.tar.gz
+163f6ace9377ca6c6d1671ace4e027f9  bloom-0.5.16-3111a8e.tar.gz


More information about the scm-commits mailing list