commit ba0be5275fbf378cba21c7221ee99cf26d87b0e8 Author: Toshio Kuratomi toshio@fedoraproject.org Date: Mon Jun 30 16:03:45 2014 -0700
Replace python-setuptools-devel BR with python-setuptools
python-musicbrainz2.spec | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/python-musicbrainz2.spec b/python-musicbrainz2.spec index d3a09ab..cc84886 100644 --- a/python-musicbrainz2.spec +++ b/python-musicbrainz2.spec @@ -2,7 +2,7 @@
Name: python-musicbrainz2 Version: 0.7.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Library which provides access to the MusicBrainz Database
Group: Development/Languages @@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
-BuildRequires: python-setuptools-devel +BuildRequires: python-setuptools
Requires: libdiscid
@@ -51,6 +51,9 @@ CFLAGS="%{optflags}" %{__python} setup.py test %{python_sitelib}/*
%changelog +* Mon Jun 30 2014 Toshio Kuratomi toshio@fedoraproject.org - 0.7.0-9 +- Replace python-setuptools-devel BR with python-setuptools + * Sat Jun 07 2014 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.7.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
scm-commits@lists.fedoraproject.org