[python-rospkg] Update to release 1.0.26

rmattes rmattes at fedoraproject.org
Sat Feb 8 22:24:37 UTC 2014


commit 67b57a0885a769a29d289f236a60cf72ff9160cf
Author: Rich Mattes <richmattes at gmail.com>
Date:   Sat Feb 8 17:25:08 2014 -0500

    Update to release 1.0.26

 .gitignore         |    1 +
 python-rospkg.spec |    9 ++++++---
 sources            |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27a3854..7844842 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /ros-rospkg-1.0.18-0-g38332a1.tar.gz
 /ros-rospkg-1.0.20-0-g0a4448e.tar.gz
 /rospkg-1.0.21-f188dfb.tar.gz
+/rospkg-1.0.26-dc49f90.tar.gz
diff --git a/python-rospkg.spec b/python-rospkg.spec
index 93e0573..04ebefe 100644
--- a/python-rospkg.spec
+++ b/python-rospkg.spec
@@ -1,15 +1,15 @@
-%global commit f188dfb6ae2e06ed43fc8f2478e20529625d9ffb
+%global commit dc49f90de4105906b283507f68de6b15ff0e7b54
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global realname rospkg
 
 Name:           python-rospkg
-Version:        1.0.21
+Version:        1.0.26
 Release:        1%{?dist}
 Summary:        Utilities for ROS package, stack, and distribution information
 
 License:        BSD
 URL:            http://ros.org/wiki/rospkg
-Source0:        https://github.com/ros/%{realname}/archive/%{commit}/%{realname}-%{version}-%{shortcommit}.tar.gz
+Source0:        https://github.com/ros-infrastructure/%{realname}/archive/%{commit}/%{realname}-%{version}-%{shortcommit}.tar.gz
 # Remove dependency on catkin-sphinx for now
 Patch0:         rospkg-0.1.20-catkinsphinx.patch
 BuildArch:      noarch
@@ -52,6 +52,9 @@ sed -i 's|#!/usr/bin/env python||' $RPM_BUILD_ROOT%{python_sitelib}/%{realname}/
 %{_datadir}/%{realname}
 
 %changelog
+* Sat Feb 08 2014 Rich Mattes <richmattes at gmail.com> - 1.0.26-1
+- Update to release 1.0.26
+
 * Mon Aug 19 2013 Rich Mattes <richmattes at gmail.com> - 1.0.21-1
 - Update to release 1.0.21
 - Update to github sourceurl guidelines
diff --git a/sources b/sources
index 718bfff..2ef5bc1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-91e66d78a89fd72ea249d2af21a03043  rospkg-1.0.21-f188dfb.tar.gz
+2e6b474aa4fcf08d07783ad6ee727925  rospkg-1.0.26-dc49f90.tar.gz


More information about the scm-commits mailing list