[python-rosinstall/f17] Update to release 0.6.20

rmattes rmattes at fedoraproject.org
Sat Oct 27 02:34:24 UTC 2012


commit 3f43e4808d36519a07419c891534c6ad6c3dc9e7
Author: Rich Mattes <richmattes at gmail.com>
Date:   Fri Oct 26 21:35:33 2012 -0400

    Update to release 0.6.20

 .gitignore             |    1 +
 python-rosinstall.spec |   16 ++++++++--------
 sources                |    2 +-
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8819c4b..fa31359 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /rosinstall-0.6.19.tar.bz2
+/vcstools-rosinstall-0.6.20-0-gf6c8e8a.tar.gz
diff --git a/python-rosinstall.spec b/python-rosinstall.spec
index f00e7bf..4fef424 100644
--- a/python-rosinstall.spec
+++ b/python-rosinstall.spec
@@ -1,18 +1,15 @@
 %global realname rosinstall
-
+%global gitrev f6c8e8a
 Name:           python-rosinstall
-Version:        0.6.19
-Release:        2%{?dist}
+Version:        0.6.20
+Release:        1%{?dist}
 Summary:        ROS installation utilities
 
 License:        BSD
 URL:            http://www.ros.org/wiki/rosinstall
 BuildArch:      noarch
-#source obtained from hg snapshot:
-#hg clone https://kforge.ros.org/vcstools/rosinstall; cd rosinstall
-#hg checkout 0.6.19; rm -rf .hg*; cd ..; mv rosinstall rosinstall-0.6.19
-#tar cjf rosinstall-0.6.19.tar.bz2 rosinstall-0.6.19
-Source0:        %{realname}-%{version}.tar.bz2
+#wget --content-disposition https://github.com/vcstools/rosinstall/tarball/0.6.20
+Source0:        vcstools-%{realname}-%{version}-0-g${gitrev}.tar.gz
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
@@ -51,6 +48,9 @@ rm -rf doc/_build/html/.buildinfo
 %{_mandir}/man1/%{realname}.1.gz
 
 %changelog
+* Fri Oct 26 2012 Rich Mattes <richmattes at gmail.com> - 0.6.20-1
+- Update to release 0.6.20
+
 * Mon Oct 08 2012 Rich Mattes <richmattes at gmail.com> - 0.6.19-2
 - Separated build and install steps for setup.py
 - Added README and LICENSE
diff --git a/sources b/sources
index 6e0ac44..6603fb2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa91a5cfcf82f7ab5fc36a9be4a3254c  rosinstall-0.6.19.tar.bz2
+fe0401d6000153907d5fcebf5c7201e3  vcstools-rosinstall-0.6.20-0-gf6c8e8a.tar.gz


More information about the scm-commits mailing list