[python-rosinstall_generator] Update to release 0.1.10

rmattes rmattes at fedoraproject.org
Tue Dec 30 17:26:05 UTC 2014


commit 95cd5c8df3b314eaa77edb0be9ed6cc9d854fc29
Author: Rich Mattes <richmattes at gmail.com>
Date:   Tue Dec 30 12:26:06 2014 -0500

    Update to release 0.1.10
    
    - Update to fedora github guidelines for source url

 .gitignore                       |    1 +
 python-rosinstall_generator.spec |   18 ++++++++++--------
 sources                          |    2 +-
 3 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5e5cd0..3a22506 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /rosinstall_generator-0.1.7.tar.gz
 /rosinstall_generator-0.1.8.tar.gz
 /rosinstall_generator-0.1.9.tar.gz
+/rosinstall_generator-52df911d78861ac8473613f3fb349569d737838c.tar.gz
diff --git a/python-rosinstall_generator.spec b/python-rosinstall_generator.spec
index 758971c..674c16b 100644
--- a/python-rosinstall_generator.spec
+++ b/python-rosinstall_generator.spec
@@ -1,17 +1,16 @@
+%global commit 52df911d78861ac8473613f3fb349569d737838c
+%global shortcommit %(c=%{commit}; echo ${c:0:7})
 %global module_name  rosinstall_generator
 
 Name:           python-%{module_name}
-Version:        0.1.9
-Release:        2%{?dist}
+Version:        0.1.10
+Release:        1%{?dist}
 Summary:        Generates rosinstall files
 
 License:        BSD
 URL:            http://wiki.ros.org/%{module_name}
 
-# wget --content-disposition
-# https://github.com/ros-infrastructure/rosinstall_generator/archive/0.1.9.tar.gz
-
-Source0:        %{module_name}-%{version}.tar.gz
+Source0:        https://github.com/ros-infrastructure/%{module_name}/archive/%{commit}/%{module_name}-%{commit}.tar.gz
 
 BuildArch:      noarch
 BuildRequires:  python2-devel
@@ -22,8 +21,7 @@ The rosinstall_generator generates rosinstall files containing information
 about repositories with ROS packages/stacks. 
 
 %prep
-%setup -q -n %{module_name}-%{version}
-
+%setup -qn %{module_name}-%{commit}
 
 %build
 %{__python2} setup.py build
@@ -41,6 +39,10 @@ about repositories with ROS packages/stacks.
 
 
 %changelog
+* Tue Dec 30 2014 Rich Mattes <richmattes at gmail.com> - 0.1.10-1
+- Update to release 0.1.10
+- Update to fedora github guidelines for source url
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 6eb4613..f6ed0be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3ef1c1ea8821d66681a8d904d0b6b8db  rosinstall_generator-0.1.9.tar.gz
+2bee7b426a5c23731ab326560a5615e1  rosinstall_generator-52df911d78861ac8473613f3fb349569d737838c.tar.gz


More information about the scm-commits mailing list