commit 1230115e71b1c59c47dc9717fe2807a923c9609c Author: Toshio Kuratomi toshio@fedoraproject.org Date: Mon Jun 30 16:53:18 2014 -0700
Replace python-setuptools-devel BR with python-setuptools
python-typepad.spec | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/python-typepad.spec b/python-typepad.spec index 80105ea..1341240 100644 --- a/python-typepad.spec +++ b/python-typepad.spec @@ -4,7 +4,7 @@
Name: python-typepad Version: 2.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Connectivity to the TypePad API through remote objects
Group: Development/Languages @@ -14,7 +14,7 @@ Source0: http://pypi.python.org/packages/source/t/%%7Bpkgname%7D/%%7Bpkgname%7D-% BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch -BuildRequires: python-devel python-setuptools-devel +BuildRequires: python-devel python-setuptools Requires: python-batchhttp python-httplib2 python-oauth python-remoteobjects python-simplejson
%description @@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog +* Mon Jun 30 2014 Toshio Kuratomi toshio@fedoraproject.org - 2.0-5 +- Replace python-setuptools-devel BR with python-setuptools + * Sat Jun 07 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
scm-commits@lists.fedoraproject.org