[python-ptrace] Replace python-setuptools-devel BR with python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 23:17:55 UTC 2014


commit 911bc4c633cedf3e1bd0990521cd98ae3267b9c0
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 16:17:56 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-ptrace.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-ptrace.spec b/python-ptrace.spec
index bb65b3b..44e40cb 100644
--- a/python-ptrace.spec
+++ b/python-ptrace.spec
@@ -3,7 +3,7 @@
 Summary:       Debugger using ptrace written in Python
 Name:          python-ptrace
 Version:       0.6.6
-Release:       4%{?dist}
+Release:       5%{?dist}
 License:       GPLv2
 Group:         Development/Tools
 URL:           https://bitbucket.org/haypo/python-ptrace
@@ -11,7 +11,7 @@ Source0:       http://pypi.python.org/packages/source/p/python-ptrace/%{name}-%{
 Patch0:        python-ptrace-0.6.6-dict.patch
 BuildRequires: python-devel
 BuildRequires: python-tools
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
 %if 0%{?with_python3}
 BuildRequires: python3-devel
 BuildRequires: python3-setuptools
@@ -121,6 +121,9 @@ pushd %{py3dir}
 %endif
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.6-5
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list