[python-rosdistro/f19] Update to release 0.4.0

Scott K Logan cottsay at fedoraproject.org
Tue Dec 16 04:22:16 UTC 2014


commit 6646a7f84919b86772fc153cbab9934c7070213f
Author: Scott K Logan <logans at cottsay.net>
Date:   Mon Dec 15 20:00:35 2014 -0800

    Update to release 0.4.0

 .gitignore            |    1 +
 python-rosdistro.spec |    9 +++++++--
 sources               |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d3cfdd5..81c5c16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /rosdistro-0.3.4-dce80f7.tar.gz
 /rosdistro-0.3.5-1eb929b.tar.gz
 /rosdistro-0.3.7-3b34fbc.tar.gz
+/rosdistro-0.4.0-0ee02cb.tar.gz
diff --git a/python-rosdistro.spec b/python-rosdistro.spec
index 5544b7c..2fe8ac7 100644
--- a/python-rosdistro.spec
+++ b/python-rosdistro.spec
@@ -5,12 +5,12 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
 %endif
 
-%global commit 3b34fbcd28a67bab3c2d869e367bceac9bc32773
+%global commit 0ee02cbea2ca28c693652e2d1c95b68a97712758
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global realname rosdistro
 
 Name:           python-%{realname}
-Version:        0.3.7
+Version:        0.4.0
 Release:        1%{?dist}
 Summary:        File format for managing ROS Distributions
 
@@ -144,6 +144,7 @@ popd
 %{_bindir}/rosdistro_build_cache
 %{_bindir}/rosdistro_reformat
 %{_bindir}/rosdistro_migrate_to_rep_141
+%{_bindir}/rosdistro_migrate_to_rep_143
 %{python2_sitelib}/%{realname}
 %{python2_sitelib}/%{realname}-%{version}-py?.?.egg-info
 
@@ -153,11 +154,15 @@ popd
 %{_bindir}/python3-rosdistro_build_cache
 %{_bindir}/python3-rosdistro_reformat
 %{_bindir}/python3-rosdistro_migrate_to_rep_141
+%{_bindir}/python3-rosdistro_migrate_to_rep_143
 %{python3_sitelib}/%{realname}
 %{python3_sitelib}/%{realname}-%{version}-py?.?.egg-info
 %endif
 
 %changelog
+* Mon Dec 15 2014 Scott K Logan <logans at cottsay.net> - 0.4.0-1
+- Update to release 0.4.0
+
 * Sat Oct 25 2014 Scott K Logan <logans at cottsay.net> - 0.3.7-1
 - Update to release 0.3.7
 - Remove argparse patch (fixed upstream)
diff --git a/sources b/sources
index 79dd893..0644474 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63389a0511293249811732f92c3b9e8c  rosdistro-0.3.7-3b34fbc.tar.gz
+89b92acc030ae6b3c14cf204e3339b41  rosdistro-0.4.0-0ee02cb.tar.gz


More information about the scm-commits mailing list