commit e338d48c516a6c3f6e1680913b64bb726f7bacee Author: Toshio Kuratomi toshio@fedoraproject.org Date: Mon Jun 30 16:59:19 2014 -0700
Replace python-setuptools-devel BR with python-setuptools
python-weberror.spec | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/python-weberror.spec b/python-weberror.spec index 5209d48..9edc0d9 100644 --- a/python-weberror.spec +++ b/python-weberror.spec @@ -4,7 +4,7 @@
Name: python-weberror Version: 0.10.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Web Error handling and exception catching middleware
Group: Development/Languages @@ -18,7 +18,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch
BuildRequires: python2-devel -BuildRequires: python-setuptools-devel +BuildRequires: python-setuptools BuildRequires: python-nose BuildRequires: python-webob BuildRequires: python-webtest @@ -66,6 +66,9 @@ nosetests
%changelog +* Mon Jun 30 2014 Toshio Kuratomi toshio@fedoraproject.org - 0.10.3-8 +- Replace python-setuptools-devel BR with python-setuptools + * Sun Jun 08 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.10.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
scm-commits@lists.fedoraproject.org