[python-rosdep] Update to release 0.10.28

Scott K Logan cottsay at fedoraproject.org
Tue Jul 1 16:52:51 UTC 2014


commit 15ac5e98a8019064584617b0a6e553e7f838f254
Author: Scott K Logan <logans at cottsay.net>
Date:   Tue Jul 1 11:49:21 2014 -0500

    Update to release 0.10.28

 .gitignore                              |    1 +
 python-rosdep.spec                      |   13 +++++++------
 rosdep-0.10.27-unicode-exceptions.patch |   31 -------------------------------
 sources                                 |    2 +-
 4 files changed, 9 insertions(+), 38 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 81ed8c4..d021a27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /rosdep-0.10.21-4029af6.tar.gz
 /rosdep-0.10.25-d95ac0c.tar.gz
 /rosdep-0.10.27-62905bb.tar.gz
+/rosdep-0.10.28-575d8a3.tar.gz
diff --git a/python-rosdep.spec b/python-rosdep.spec
index bb8c4dd..b75ce34 100644
--- a/python-rosdep.spec
+++ b/python-rosdep.spec
@@ -1,17 +1,16 @@
-%global commit 62905bb516c7842c9d98050a5c7e57b51f0d3a4d
+%global commit 575d8a38d1ceca2097ffe3a45acbf017e5b1c7c7
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global realname rosdep
 
 Name:           python-rosdep
-Version:        0.10.27
-Release:        3%{?dist}
+Version:        0.10.28
+Release:        1%{?dist}
 Summary:        ROS System Dependency Installer
 
 License:        BSD
 URL:            http://ros.org/wiki/rosdep
 Source0:        https://github.com/ros-infrastructure/%{realname}/archive/%{commit}/%{realname}-%{version}-%{shortcommit}.tar.gz
-# Submitted and applied upstream
-Patch0:         %{realname}-0.10.27-unicode-exceptions.patch
+
 BuildArch:      noarch
 
 BuildRequires:  PyYAML
@@ -42,7 +41,6 @@ specify a dependency on 'boost'.
 
 %prep
 %setup -qn %{realname}-%{commit}
-%patch0 -p1 -b .unicode-exceptions
 
 
 %build
@@ -90,6 +88,9 @@ rm -f doc/_build/.buildinfo
 
 
 %changelog
+* Tue Jul 01 2014 Scott K Logan <logans at cottsay.net> - 0.10.28-1
+- Update to release 0.10.28
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.27-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index b067d83..934cbfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3588ed1fbf9a7bdf97d1e6d594a8bc95  rosdep-0.10.27-62905bb.tar.gz
+ad0dc196e416675129334b887abdba69  rosdep-0.10.28-575d8a3.tar.gz


More information about the scm-commits mailing list