From 4f1ca626038ba2429d41f3a10e309dcdfbd923c8 Mon Sep 17 00:00:00 2001 From: Rich Mattes Date: Oct 19 2015 01:53:03 +0000 Subject: Update to release 1.0.37 (rhbz#1270086) --- diff --git a/python-rospkg.spec b/python-rospkg.spec index 39600cc..ba1cb57 100644 --- a/python-rospkg.spec +++ b/python-rospkg.spec @@ -5,13 +5,13 @@ %{!?python2_sitelib: %global python2_sitelib %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %endif -%global commit d3c12bdfbf990b9910220642bafef16b4c830b63 +%global commit 0e983634d75aeb198e8e19a66872d9a3129c7412 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global realname rospkg Name: python-%{realname} -Version: 1.0.35 -Release: 2%{?dist} +Version: 1.0.37 +Release: 1%{?dist} Summary: Utilities for ROS package, stack, and distribution information License: BSD @@ -38,6 +38,12 @@ BuildRequires: python-coverage Requires: PyYAML Requires: python-argparse +%description +The ROS packaging system simplifies development and distribution of code +libraries. It enables you to easily specify dependencies between code +libraries, easily interact with those libraries from the command-line, and +release your code for others to use. + %if 0%{?with_python3} %package -n python3-%{realname} Summary: Utilities for ROS package, stack, and distribution information @@ -50,15 +56,7 @@ BuildRequires: python3-PyYAML BuildRequires: python3-setuptools BuildRequires: python3-sphinx Requires: python3-PyYAML -%endif -%description -The ROS packaging system simplifies development and distribution of code -libraries. It enables you to easily specify dependencies between code -libraries, easily interact with those libraries from the command-line, and -release your code for others to use. - -%if 0%{?with_python3} %description -n python3-%{realname} The ROS packaging system simplifies development and distribution of code libraries. It enables you to easily specify dependencies between code @@ -159,6 +157,9 @@ popd %endif %changelog +* Sun Oct 18 2015 Rich Mattes - 1.0.37-1 +- Update to release 1.0.37 (rhbz#1270086) + * Thu Jun 18 2015 Fedora Release Engineering - 1.0.35-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild