[python-rosdep/epel7] Update to release 0.11.2

rmattes rmattes at fedoraproject.org
Wed Mar 4 18:55:21 UTC 2015


commit 0e89e147db3cac8ddb4b375014699e3d296d0cf7
Author: Rich Mattes <richmattes at gmail.com>
Date:   Wed Mar 4 12:12:14 2015 -0500

    Update to release 0.11.2
    
    - Update to latest github guidelines
    - Use license macro for license file

 .gitignore         |  1 +
 python-rosdep.spec | 16 +++++++++++-----
 sources            |  2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f50450..9c327bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /rosdep-0.10.32-c0d51a5.tar.gz
 /rosdep-0.10.33-6dcd852.tar.gz
 /rosdep-0.11.0-13a9b20.tar.gz
+/rosdep-23f30f7e42f4a7184de001fe1ef21ad44a015a4c.tar.gz
diff --git a/python-rosdep.spec b/python-rosdep.spec
index fe3fedf..87eb29b 100644
--- a/python-rosdep.spec
+++ b/python-rosdep.spec
@@ -1,15 +1,15 @@
-%global commit 13a9b2095a3c68b18d94fd6db58bbac48a336361
+%global commit 23f30f7e42f4a7184de001fe1ef21ad44a015a4c
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global realname rosdep
 
 Name:           python-%{realname}
-Version:        0.11.0
+Version:        0.11.2
 Release:        1%{?dist}
 Summary:        ROS System Dependency Installer
 
 License:        BSD
 URL:            http://ros.org/wiki/%{realname}
-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
 
@@ -20,7 +20,7 @@ BuildRequires:  python2-devel
 # BuildRequires:  python-mock
 BuildRequires:  python-nose
 BuildRequires:  python-rosdistro >= 0.4.0
-BuildRequires:  python-rospkg
+BuildRequires:  python-rospkg >= 1.0.34
 BuildRequires:  python-sphinx
 
 Requires:       PyYAML >= 3.1
@@ -76,7 +76,8 @@ rm -f doc/_build/.buildinfo
 
 
 %files
-%doc LICENSE README.md doc/_build/html
+%license LICENSE
+%doc README.md doc/_build/html
 %{_bindir}/*
 %{python2_sitelib}/%{realname}-%{version}-py?.?.egg-info
 %{python2_sitelib}/%{realname}2
@@ -88,6 +89,11 @@ rm -f doc/_build/.buildinfo
 
 
 %changelog
+* Wed Mar 04 2015 Rich Mattes <richmattes at gmail.com> - 0.11.2-1
+- Update to release 0.11.2
+- Update to latest github guidelines
+- Use license macro for license file
+
 * Tue Dec 30 2014 Rich Mattes <richmattes at gmail.com> - 0.11.0-1
 - Update to release 0.11.0
 
diff --git a/sources b/sources
index 23761b1..f8beb68 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36ac79171e03ef1b29ed5206bb0130bb  rosdep-0.11.0-13a9b20.tar.gz
+326fd80dc086f6776dac2a82cfb973b1  rosdep-23f30f7e42f4a7184de001fe1ef21ad44a015a4c.tar.gz


More information about the scm-commits mailing list