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

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


commit 75ddd3dad01c01b694c823c51fd6dfd36c4f35df
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 15:23:34 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-editdist.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-editdist.spec b/python-editdist.spec
index 99839f2..ebff02c 100644
--- a/python-editdist.spec
+++ b/python-editdist.spec
@@ -1,11 +1,11 @@
 Summary: CPython module to quickly calculate Levenshtein's edit distance
 Name: python-editdist
 Version: 0.3
-Release: 7%{?dist}
+Release: 8%{?dist}
 Source0: http://py-editdist.googlecode.com/files/py-editdist-%{version}.tar.gz
 License: BSD and ISC
 Group: Development/Libraries
-BuildRequires: python-devel python-setuptools-devel
+BuildRequires: python-devel python-setuptools
 URL: http://code.google.com/p/py-editdist/
 
 %description
@@ -29,6 +29,9 @@ PYTHONPATH=%{buildroot}/%{python_sitearch} %{__python} test.py
 %doc LICENSE README TODO ChangeLog 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.3-8
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list