[python-bloom/el6] Update to 0.5.15

Scott K Logan cottsay at fedoraproject.org
Sun Dec 14 07:36:05 UTC 2014


commit 59723e826fc042a1755738d8b8d7f403568536e8
Author: Scott K Logan <logans at cottsay.net>
Date:   Sat Dec 13 23:19:45 2014 -0800

    Update to 0.5.15

 .gitignore        |    1 +
 python-bloom.spec |    9 ++++++---
 sources           |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df961ed..0424129 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /bloom-0.5.4-ebab9f2.tar.gz
 /bloom-0.5.14-8a40c3e.tar.gz
+/bloom-0.5.15-b440a0d.tar.gz
diff --git a/python-bloom.spec b/python-bloom.spec
index 8464b4b..5f7f358 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 8a40c3eca6d97b5a42fbbe30bdd0b3eb460f7552
+%global commit b440a0dc40d2a3f38aa1ed1732eeb7ffa4fade76
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           python-bloom
-Version:        0.5.14
+Version:        0.5.15
 Release:        1%{?dist}
 Summary:        Bloom is a release automation tool
 
@@ -32,7 +32,7 @@ Requires:       python-catkin_pkg >= 0.2.2
 Requires:       python-dateutil
 Requires:       python-empy
 Requires:       python-rosdep >= 0.10.25
-Requires:       python-rosdistro >= 0.3.0
+Requires:       python-rosdistro >= 0.4.0
 Requires:       python-setuptools
 Requires:       python-vcstools >= 0.1.22
 
@@ -78,6 +78,9 @@ PYTHONPATH=%{buildroot}%{python2_sitelib} nosetests test/test_code_format.py
 %{_datadir}/man/man1/bloom.1.gz
 
 %changelog
+* Sat Dec 13 2014 Scott K Logan <logans at cottsay.net> - 0.5.15-1
+- Update to 0.5.15
+
 * Fri Nov 28 2014 Scott K Logan <logans at cottsay.net> - 0.5.14-1
 - Update to 0.5.14
 
diff --git a/sources b/sources
index 6f522d2..2fae970 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f130b3eae9e2afd9f90062d8afaf7e4  bloom-0.5.14-8a40c3e.tar.gz
+e70d217410d7f0cf832b1e8ae26c6248  bloom-0.5.15-b440a0d.tar.gz


More information about the scm-commits mailing list