[python-rosinstall/el6] Replace python-setuptools-devel BR with python-setuptools

rmattes rmattes at fedoraproject.org
Tue Dec 30 18:48:00 UTC 2014


commit fc41a731c0eacac3dbe53d5b8a083a759a210632
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 16:37:42 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools
    
    Conflicts:
    	python-rosinstall.spec

 python-rosinstall.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-rosinstall.spec b/python-rosinstall.spec
index c4069e1..25f1014 100644
--- a/python-rosinstall.spec
+++ b/python-rosinstall.spec
@@ -3,7 +3,7 @@
 %global realname rosinstall
 Name:           python-rosinstall
 Version:        0.7.3
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        ROS installation utilities
 
 License:        BSD
@@ -13,7 +13,7 @@ Source0:        https://github.com/vcstools/%{realname}/archive/%{commit}/%{real
 
 BuildRequires:  python-devel
 BuildRequires:  python-rosdistro
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 BuildRequires:  python-sphinx
 BuildRequires:  python-catkin-sphinx
 
@@ -66,6 +66,9 @@ rm -rf doc/_build/html/.buildinfo
 %endif
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.7.3-3
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Feb 08 2014 Rich Mattes <richmattes at gmail.com> - 0.7.3-1
 - Update to release 0.7.3
 


More information about the scm-commits mailing list