[python-rospkg/f20] Update to release 1.0.33

rmattes rmattes at fedoraproject.org
Tue Dec 30 18:04:16 UTC 2014


commit 1944b4d4ec84462c7b14ccbc6359d936df2a3984
Author: Rich Mattes <richmattes at gmail.com>
Date:   Tue Dec 30 11:38:14 2014 -0500

    Update to release 1.0.33
    
    - Remove upstreamed patch

 .gitignore                           |    1 +
 python-rospkg.spec                   |   12 ++++++------
 rospkg-1.0.31-arch-detect-test.patch |   22 ----------------------
 sources                              |    2 +-
 4 files changed, 8 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d848fdf..1b6e822 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /rospkg-1.0.28-4cee3f4.tar.gz
 /rospkg-1.0.29-276598d.tar.gz
 /rospkg-1.0.31-ee467fa.tar.gz
+/rospkg-1.0.33-bc34539.tar.gz
diff --git a/python-rospkg.spec b/python-rospkg.spec
index dbffcc0..58c7801 100644
--- a/python-rospkg.spec
+++ b/python-rospkg.spec
@@ -5,12 +5,12 @@
 %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
 %endif
 
-%global commit ee467fa505d04850ebc992d48b5374fb8b054446
+%global commit bc345392596d71177afbc16d0d10b8cb572cd901
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global realname rospkg
 
 Name:           python-%{realname}
-Version:        1.0.31
+Version:        1.0.33
 Release:        1%{?dist}
 Summary:        Utilities for ROS package, stack, and distribution information
 
@@ -18,9 +18,6 @@ License:        BSD
 URL:            http://ros.org/wiki/rospkg
 Source0:        https://github.com/ros-infrastructure/%{realname}/archive/%{commit}/%{realname}-%{version}-%{shortcommit}.tar.gz
 
-# Add armv7l/ppc/ppc64 to the allowed arches in the arch detect test (submitted upstream)
-Patch0:         %{realname}-1.0.31-arch-detect-test.patch
-
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
@@ -71,7 +68,6 @@ release your code for others to use.
 
 %prep
 %setup -qn %{realname}-%{commit}
-%patch0 -p1 -b .arch-detect-test
 
 %if 0%{?with_python3}
 rm -rf %{py3dir}
@@ -163,6 +159,10 @@ popd
 %endif
 
 %changelog
+* Tue Dec 30 2014 Rich Mattes <richmattes at gmail.com> - 1.0.33-1
+- Update to release 1.0.33
+- Remove upstreamed patch
+
 * Sat Oct 25 2014 Scott K Logan <logans at cottsay.net> - 1.0.31-1
 - Update to release 1.0.31
 - Fix test failure on PPC
diff --git a/sources b/sources
index 41c26ff..26bc5ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d7e0313efab1a16f447c38c12983d52b  rospkg-1.0.31-ee467fa.tar.gz
+10f8abb1f2ed80e519ffb0e46d130670  rospkg-1.0.33-bc34539.tar.gz


More information about the scm-commits mailing list