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

Toshio くらとみ toshio at fedoraproject.org
Tue Jul 1 00:05:20 UTC 2014


commit cf0a5274c4d0e4ea8718e13b5b22818d4557209f
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 17:05:21 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-xappy.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-xappy.spec b/python-xappy.spec
index 4cdf276..647d5f1 100644
--- a/python-xappy.spec
+++ b/python-xappy.spec
@@ -5,7 +5,7 @@
 
 Name:           python-xappy
 Version:        0.6.0
-Release:        0.6.svn%{svnrev}%{?dist}
+Release:        0.7.svn%{svnrev}%{?dist}
 Summary:        An easy-to-use layer on top of the Xapian search engine
 
 Group:          Development/Languages
@@ -22,7 +22,7 @@ Source0:        http://xappy.googlecode.com/files/xappy-%{version}dev-r%{svnrev}
 BuildArch:      noarch
 
 BuildRequires:  python2-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 BuildRequires:  xapian-bindings-python
 
@@ -62,6 +62,9 @@ PYTHONPATH=$(pwd) nosetests -q
 %{python_sitelib}/*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.6.0-0.7.svn
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.0-0.6.svn624
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list