[python-bloom/el6] Update to 0.5.14

Scott K Logan cottsay at fedoraproject.org
Fri Nov 28 20:58:00 UTC 2014


commit e1ea2829839fc9bf00d44ac6d350cb075753b4d0
Author: Scott K Logan <logans at cottsay.net>
Date:   Fri Nov 28 12:40:42 2014 -0800

    Update to 0.5.14

 .gitignore        |    1 +
 python-bloom.spec |    9 ++++++---
 sources           |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f49e6f..df961ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /bloom-0.5.4-ebab9f2.tar.gz
+/bloom-0.5.14-8a40c3e.tar.gz
diff --git a/python-bloom.spec b/python-bloom.spec
index 8eba01f..8464b4b 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 ebab9f2699406bc5d32782571e83dd3caeb488db
+%global commit 8a40c3eca6d97b5a42fbbe30bdd0b3eb460f7552
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           python-bloom
-Version:        0.5.4
+Version:        0.5.14
 Release:        1%{?dist}
 Summary:        Bloom is a release automation tool
 
@@ -28,7 +28,7 @@ BuildRequires:  python-sphinx
 %endif
 BuildRequires:  python2-devel
 Requires:       PyYAML
-Requires:       python-catkin_pkg >= 0.1.14
+Requires:       python-catkin_pkg >= 0.2.2
 Requires:       python-dateutil
 Requires:       python-empy
 Requires:       python-rosdep >= 0.10.25
@@ -78,6 +78,9 @@ PYTHONPATH=%{buildroot}%{python2_sitelib} nosetests test/test_code_format.py
 %{_datadir}/man/man1/bloom.1.gz
 
 %changelog
+* Fri Nov 28 2014 Scott K Logan <logans at cottsay.net> - 0.5.14-1
+- Update to 0.5.14
+
 * Fri Apr 11 2014 Scott K Logan <logans at cottsay.net> - 0.5.4-1
 - Update to 0.5.4
 - Removed setuptools patch
diff --git a/sources b/sources
index 46a3907..6f522d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-059a2f3bfe30869ee95be868dfede55a  bloom-0.5.4-ebab9f2.tar.gz
+5f130b3eae9e2afd9f90062d8afaf7e4  bloom-0.5.14-8a40c3e.tar.gz


More information about the scm-commits mailing list