diff --git a/.gitignore b/.gitignore index 5670644..0d840ed 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /rosdistro-0.3.7-3b34fbc.tar.gz /rosdistro-0.4.0-0ee02cb.tar.gz /rosdistro-2638bd489fe709d334404f22cd4137fb39d4a2d8.tar.gz +/rosdistro-98c556080721f961bbcd0d7a6b70ec7d8ed33454.tar.gz diff --git a/python-rosdistro.spec b/python-rosdistro.spec index b559eaa..220a615 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 2638bd489fe709d334404f22cd4137fb39d4a2d8 +%global commit 98c556080721f961bbcd0d7a6b70ec7d8ed33454 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global realname rosdistro Name: python-%{realname} -Version: 0.4.1 +Version: 0.4.2 Release: 1%{?dist} Summary: File format for managing ROS Distributions @@ -40,6 +40,19 @@ Requires: python-catkin_pkg Requires: python-rospkg Requires: python-setuptools +%description +The rosdistro tool allows you to get access to the full dependency tree and +the version control system information of all packages and repositories. To +increase performance, the rosdistro tool will automatically look for a cache +file on your local disk. If no cache file is found locally, it will try to +download the latest cache file from the server. The cache files are only used +to improve performance, and are not needed to get correct results. rosdistro +will automatically go to Github to find any dependencies that are not part +of the cache file. Note that operation without a cache file can be very slow, +depending on your own internet connection and the response times of Github. +The rosdistro tool will always write the latest dependency information to a +local cache file, to speed up performance for the next query. + %if 0%{?with_python3} %package -n python3-%{realname} Summary: File format for managing ROS Distributions @@ -54,22 +67,7 @@ Requires: python3-PyYAML Requires: python3-catkin_pkg Requires: python3-rospkg Requires: python3-setuptools -%endif -%description -The rosdistro tool allows you to get access to the full dependency tree and -the version control system information of all packages and repositories. To -increase performance, the rosdistro tool will automatically look for a cache -file on your local disk. If no cache file is found locally, it will try to -download the latest cache file from the server. The cache files are only used -to improve performance, and are not needed to get correct results. rosdistro -will automatically go to Github to find any dependencies that are not part -of the cache file. Note that operation without a cache file can be very slow, -depending on your own internet connection and the response times of Github. -The rosdistro tool will always write the latest dependency information to a -local cache file, to speed up performance for the next query. - -%if 0%{?with_python3} %description -n python3-%{realname} The rosdistro tool allows you to get access to the full dependency tree and the version control system information of all packages and repositories. To @@ -160,6 +158,9 @@ popd %endif %changelog +* Wed May 27 2015 Rich Mattes - 0.4.2-1 +- Update to release 0.4.2 (#1207455) + * Wed Mar 04 2015 Rich Mattes - 0.4.1-1 - Update to release 0.4.1 diff --git a/sources b/sources index 277075e..c5bbd02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7db72566190bb3f4741ddfb7ad594258 rosdistro-2638bd489fe709d334404f22cd4137fb39d4a2d8.tar.gz +e13f91aa6a3118761b6d9c691c213650 rosdistro-98c556080721f961bbcd0d7a6b70ec7d8ed33454.tar.gz