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

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


commit 69e1a76799f6847abd5614435e580305f691d165
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 15:27:31 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-feedcache.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-feedcache.spec b/python-feedcache.spec
index 7b20a31..d578454 100644
--- a/python-feedcache.spec
+++ b/python-feedcache.spec
@@ -4,7 +4,7 @@
 
 Name:           python-feedcache
 Version:        1.3.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Wrapper for Mark Pilgrim's FeedParser module which caches feed content
 
 Group:          Development/Languages
@@ -15,7 +15,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 
 Requires:       python-feedparser
 
@@ -56,6 +56,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.3.1-7
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list