[python-rosinstall/el6] Update to release 0.7.3

rmattes rmattes at fedoraproject.org
Sun Feb 9 01:52:34 UTC 2014


commit 481344768772d70186926482e79d1d6128dbd2f0
Author: Rich Mattes <richmattes at gmail.com>
Date:   Sat Feb 8 20:25:05 2014 -0500

    Update to release 0.7.3

 .gitignore             |    1 +
 python-rosinstall.spec |   17 +++++++++++++----
 sources                |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a59f22..62ba879 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /vcstools-rosinstall-0.6.26-0-g6d482b2.tar.gz
 /rosinstall-0.6.28-980042b.tar.gz
 /rosinstall-0.6.29-a9e8e8d.tar.gz
+/rosinstall-0.7.3-72e52d6.tar.gz
diff --git a/python-rosinstall.spec b/python-rosinstall.spec
index 0de68b6..c4069e1 100644
--- a/python-rosinstall.spec
+++ b/python-rosinstall.spec
@@ -1,8 +1,8 @@
-%global commit a9e8e8daab81d1a4d73722c030a66d8d14d38931
+%global commit 72e52d61328131b704b243cd45ec892b28484ad2
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global realname rosinstall
 Name:           python-rosinstall
-Version:        0.6.29
+Version:        0.7.3
 Release:        1%{?dist}
 Summary:        ROS installation utilities
 
@@ -15,8 +15,14 @@ BuildRequires:  python-devel
 BuildRequires:  python-rosdistro
 BuildRequires:  python-setuptools-devel
 BuildRequires:  python-sphinx
-Requires:       python-vcstools
-Requires:       python-rosdistro
+BuildRequires:  python-catkin-sphinx
+
+# install_requires from setup.py
+Requires:       python-vcstools > 0.1.30
+Requires:       PyYAML
+Requires:       python-rosdistro > 0.3.0
+Requires:       python-catkin_pkg
+Requires:       python-wstool > 0.1.0
 
 %description
 rosinstall is a tool to check out ROS source code (or any source code, really)
@@ -60,6 +66,9 @@ rm -rf doc/_build/html/.buildinfo
 %endif
 
 %changelog
+* Sat Feb 08 2014 Rich Mattes <richmattes at gmail.com> - 0.7.3-1
+- Update to release 0.7.3
+
 * Mon Aug 19 2013 Rich Mattes <richmattes at gmail.com> - 0.6.29-1
 - Update to release 0.6.29
 
diff --git a/sources b/sources
index eed80e0..f45abca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-198c89759738d1f278b1530c8a0bd3c0  rosinstall-0.6.29-a9e8e8d.tar.gz
+3d5684571c47c22c197f25fbf08cf04a  rosinstall-0.7.3-72e52d6.tar.gz


More information about the scm-commits mailing list