[python-catkin_pkg] Updated to 0.2.3

Ankur Sinha ankursinha at fedoraproject.org
Wed Jul 16 11:37:27 UTC 2014


commit f27a4c6ab3039f4f039b99740b94103948d7b696
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Wed Jul 16 21:37:42 2014 +1000

    Updated to 0.2.3

 .gitignore             |    1 +
 python-catkin_pkg.spec |   14 ++++++++------
 sources                |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00d5f17..c041303 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /catkin_pkg-0.1.25-2f7a797.tar.gz
 /catkin_pkg-0.1.28-a1b41dc.tar.gz
 /catkin_pkg-0.2.2-8314c2e.tar.gz
+/catkin_pkg-0.2.3.tar.gz
diff --git a/python-catkin_pkg.spec b/python-catkin_pkg.spec
index 5d62925..0c47438 100644
--- a/python-catkin_pkg.spec
+++ b/python-catkin_pkg.spec
@@ -1,17 +1,16 @@
-%global commit 8314c2ea361d7c97deee6e6b4c3445599fbc754c
+%global commit 01f7077b3bda1b6f252a383ff3c7bc3b80d8fd16
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global module_name catkin_pkg
 
 Name:           python-%{module_name}
-Version:        0.2.2
-Release:        2%{?dist}
+Version:        0.2.3
+Release:        1%{?dist}
 Summary:        Library for retrieving information about catkin packages
 
 License:        BSD
 URL:            https://github.com/ros-infrastructure/%{module_name}
-Source0:        https://github.com/ros-infrastructure/%{module_name}/archive/%{commit}/%{module_name}-%{version}-%{shortcommit}.tar.gz
-
 BuildArch:      noarch
+Source0:        https://pypi.python.org/packages/source/c/%{module_name}/%{module_name}-%{version}.tar.gz
 
 Requires:       python-dateutil
 Requires:       python-docutils
@@ -26,7 +25,7 @@ BuildRequires:  python-mock
 Library for retrieving information about catkin packages
 
 %prep
-%setup -q -n %{module_name}-%{commit}
+%setup -q -n %{module_name}-%{version}
 
 %build
 %{__python} setup.py build
@@ -48,6 +47,9 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python_sitelib} nosetests -w test
 %{python_sitelib}/%{module_name}-%{version}-py?.?.egg-info
 
 %changelog
+* Wed Jul 16 2014 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.2.3-1
+- Update to latest upstream release
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index e78c585..1219c03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b9bdad6ffa2e896f7453d063161cce0  catkin_pkg-0.2.2-8314c2e.tar.gz
+09148c6e30e6a917b37c00bfe50fb44e  catkin_pkg-0.2.3.tar.gz


More information about the scm-commits mailing list