[python-rosdep/el6] Update to release 0.10.18

rmattes rmattes at fedoraproject.org
Sun Jun 2 15:54:39 UTC 2013


commit 64e59502c7615e7f9d7d27e5dd263c5633f0b598
Author: Rich Mattes <richmattes at gmail.com>
Date:   Sat Jun 1 20:52:26 2013 -0400

    Update to release 0.10.18
    
    - Update github source url

 .gitignore         |    1 +
 python-rosdep.spec |   17 +++++++++++------
 sources            |    2 +-
 3 files changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f37a203..0ea5e39 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ros-rosdep-0.10.7-0-ga9d29d2.tar.gz
 /ros-rosdep-0.10.14-0-g76a8fef.tar.gz
+/rosdep-0.10.18-91fb685.tar.gz
diff --git a/python-rosdep.spec b/python-rosdep.spec
index c600edc..3b24372 100644
--- a/python-rosdep.spec
+++ b/python-rosdep.spec
@@ -1,14 +1,15 @@
-%global gitrev 76a8fef
+%global commit 91fb68520473d2603b9ff7b878423b915d7e8d51
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global realname rosdep
+
 Name:           python-rosdep
-Version:        0.10.14
-Release:        1.20130318git%{gitrev}%{?dist}
+Version:        0.10.18
+Release:        1.20130601git%{shortcommit}%{?dist}
 Summary:        ROS System Dependency Installer
 
 License:        BSD
 URL:            http://ros.org/wiki/rosdep
-# wget --content-disposition https://github.com/ros/rosdep/tarball/0.10.14
-Source0:        ros-%{realname}-%{version}-0-g%{gitrev}.tar.gz
+Source0:        https://github.com/ros/%{realname}/archive/%{commit}/%{realname}-%{version}-%{shortcommit}.tar.gz
 # Change all "pip" executable references to "python-pip"
 # Fedora-only patch, not submitted upstream.
 Patch0:         %{realname}-0.10.14-pythonpip.patch
@@ -38,7 +39,7 @@ specify a dependency on 'boost'.
 
 
 %prep
-%setup -q -n ros-%{realname}-%{gitrev}
+%setup -qn %{realname}-%{commit}
 %patch0 -p0 -b .pythonpip
 %patch1 -p0 -b .catkinsphinx
 
@@ -78,6 +79,10 @@ sed -i 's|#!/usr/bin/env python||' $RPM_BUILD_ROOT%{python_sitelib}/rosdep2/plat
 
 
 %changelog
+* Sat Jun 01 2013 Rich Mattes <richmattes at gmail.com> - 0.10.18-1.20130601git91fb6852
+- Update to release 0.10.18
+- Update github source url
+
 * Mon Mar 18 2013 Rich Mattes <richmattes at gmail.com> - 0.10.14-1.20130318git76a8fef
 - Update to release 0.10.14
 - Fix installer to look for python-pip instead of pip (rhbz922296)
diff --git a/sources b/sources
index d4aa8a4..1407aca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2bee6ec4182495149fa88c5bca81080e  ros-rosdep-0.10.14-0-g76a8fef.tar.gz
+7ea033acc32b5a239f38bf6d6599780f  rosdep-0.10.18-91fb685.tar.gz


More information about the scm-commits mailing list