[python-googlevoice] Replace the python-setuptools-devel BR with python-setuptools

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


commit 4a5b23144c43c12dd4d517e3a3539d37cc381b31
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 15:36:28 2014 -0700

    Replace the python-setuptools-devel BR with python-setuptools

 python-googlevoice.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-googlevoice.spec b/python-googlevoice.spec
index 897e3d1..6efe583 100644
--- a/python-googlevoice.spec
+++ b/python-googlevoice.spec
@@ -2,7 +2,7 @@
 
 Name:           python-googlevoice
 Version:        0.5
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Python language bindings for the Google Voice API
 
 Group:          Development/Languages
@@ -13,7 +13,7 @@ Source1:        http://pygooglevoice.googlecode.com/files/pygooglevoice-%{versio
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 
 Provides:       pygooglevoice = %{version}
 
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5-9
+- Replace the python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list