[python-django-threadedcomments] Replace python-setuptools-devel BR with python-setuptools

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


commit b2695633fe236b2837301027abcc42a82a7b54e6
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 14:52:48 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-django-threadedcomments.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-django-threadedcomments.spec b/python-django-threadedcomments.spec
index f5fe496..f0f19cb 100644
--- a/python-django-threadedcomments.spec
+++ b/python-django-threadedcomments.spec
@@ -1,6 +1,6 @@
 Name:           python-django-threadedcomments
 Version:        0.9.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A simple yet flexible threaded commenting system for Django
 
 Group:          Development/Languages
@@ -9,8 +9,8 @@ URL:            http://pypi.python.org/pypi/django-threadedcomments
 Source:         http://pypi.python.org/packages/source/d/django-threadedcomments/django-threadedcomments-%{version}.tar.gz
 
 BuildArch:      noarch
-BuildRequires:  python2-devel 
-BuildRequires:  python-setuptools-devel 
+BuildRequires:  python2-devel
+BuildRequires:  python-setuptools
 Requires:       python-django
 
 Provides: django-threadedcomments = %{version}-%{release} 
@@ -38,6 +38,9 @@ application would use.
 %doc LICENSE.txt README.rst CONTRIBUTORS.txt CHANGELOG.rst
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.9.0-7
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list