From ad7e02bf9d075b443f5468c6aed3b8c3588d4831 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Dec 16 2014 04:06:27 +0000 Subject: Update to release 0.4.0 --- 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 f665b55..fddfeb5 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 - 0.4.0-1 +- Update to release 0.4.0 + * Sat Oct 25 2014 Scott K Logan - 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