diff --git a/.gitignore b/.gitignore index 965e632..3be7f97 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,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 d410bce..c6b4741 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 - 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 - 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