[python-rospkg/el6] Update to release 1.0.35

rmattes rmattes at fedoraproject.org
Wed Mar 4 17:55:54 UTC 2015


commit b4b2afdc70806271fafb73e73e09a3a306ba6e84
Author: Rich Mattes <richmattes at gmail.com>
Date:   Wed Mar 4 11:55:11 2015 -0500

    Update to release 1.0.35
    
    - Remove Fedora 12 spec conditionals

 .gitignore         |  1 +
 python-rospkg.spec | 18 ++++++++----------
 sources            |  2 +-
 3 files changed, 10 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b72de51..004b25b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /rospkg-1.0.28-4cee3f4.tar.gz
 /rospkg-1.0.31-ee467fa.tar.gz
 /rospkg-1.0.33-bc34539.tar.gz
+/rospkg-d3c12bdfbf990b9910220642bafef16b4c830b63.tar.gz
diff --git a/python-rospkg.spec b/python-rospkg.spec
index 98553cf..15c7b47 100644
--- a/python-rospkg.spec
+++ b/python-rospkg.spec
@@ -1,22 +1,16 @@
-%if 0%{?fedora} > 12
-%global with_python3 1
-%else
-%{!?__python2: %global __python2 /usr/bin/python2}
-%{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
-%endif
-
-%global commit bc345392596d71177afbc16d0d10b8cb572cd901
+%global commit d3c12bdfbf990b9910220642bafef16b4c830b63
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global realname rospkg
+%global with_python3 1
 
 Name:           python-%{realname}
-Version:        1.0.33
+Version:        1.0.35
 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-infrastructure/%{realname}/archive/%{commit}/%{realname}-%{version}-%{shortcommit}.tar.gz
+Source0:        https://github.com/ros-infrastructure/%{realname}/archive/%{commit}/%{realname}-%{commit}.tar.gz
 
 BuildArch:      noarch
 
@@ -159,6 +153,10 @@ popd
 %endif
 
 %changelog
+* Wed Mar 04 2015 Rich Mattes <richmattes at gmail.com> - 1.0.35-1
+- Update to release 1.0.35
+- Remove Fedora 12 spec conditionals
+
 * Tue Dec 30 2014 Rich Mattes <richmattes at gmail.com> - 1.0.33-1
 - Update to release 1.0.33
 - Remove upstreamed patch
diff --git a/sources b/sources
index 26bc5ec..13cf787 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-10f8abb1f2ed80e519ffb0e46d130670  rospkg-1.0.33-bc34539.tar.gz
+d97aabe5b696b1cd042d9650e4e184f8  rospkg-d3c12bdfbf990b9910220642bafef16b4c830b63.tar.gz


More information about the scm-commits mailing list