rmattes pushed to python-rosdistro (el6). "Update to release 0.4.2 (#1207455)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu May 28 03:03:46 UTC 2015


From b5d8ce7b8fa4ae5790de737e7ca8f578272b611c Mon Sep 17 00:00:00 2001
From: Rich Mattes <richmattes at gmail.com>
Date: Wed, 27 May 2015 22:34:19 -0400
Subject: Update to release 0.4.2 (#1207455)


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 f1c089c..5685b1b 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 <richmattes at gmail.com> - 0.4.2-1
+- Update to release 0.4.2 (#1207455)
+
 * Wed Mar 04 2015 Rich Mattes <richmattes at gmail.com> - 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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-rosdistro.git/commit/?h=el6&id=b5d8ce7b8fa4ae5790de737e7ca8f578272b611c


More information about the scm-commits mailing list