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

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 21:46:40 UTC 2014


commit c86521648c283ee7cd1cbd73a325eb2ff8033d3f
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:46:40 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-dictclient.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-dictclient.spec b/python-dictclient.spec
index 9339f58..29ea61b 100644
--- a/python-dictclient.spec
+++ b/python-dictclient.spec
@@ -2,7 +2,7 @@
 
 Name:           python-dictclient
 Version:        1.0.1
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        Python client for DICT protocol
 
 Group:          Development/Languages
@@ -12,7 +12,7 @@ Source0:        http://gopher.quux.org:70/devel/dictclient/dictclient_1.0.1.tar.
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildArch:      noarch
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 
 %description
 A client library for the DICT protocol.
@@ -42,6 +42,9 @@ CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' bu
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.0.1-12
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list