[python-Levenshtein] replace python-setuptools-devel BR with python-setuptools

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


commit a831c8ae05321a0876c4a89798c9df80f5a0207a
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:11:55 2014 -0700

    replace python-setuptools-devel BR with python-setuptools

 python-Levenshtein.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-Levenshtein.spec b/python-Levenshtein.spec
index 0c99504..4e4ddb2 100644
--- a/python-Levenshtein.spec
+++ b/python-Levenshtein.spec
@@ -3,7 +3,7 @@
 Name:         python-Levenshtein
 Summary:      Python extension computing string distances and similarities
 Version:      0.10.1
-Release:      18%{?dist}
+Release:      19%{?dist}
 
 Group:        Development/Libraries
 License:      GPLv2+
@@ -25,7 +25,7 @@ Source1:      genextdoc.py
 BuildRoot:    %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: python2-devel
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
 
 %description
 Levenshtein computes Levenshtein distances, similarity ratios, generalized
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/Levenshtein.so
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.10.1-19
+- replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.1-18
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list