[veusz] Change BuildRequires python-setuptools-devel to python-setuptools

Jeremy Sanders jsanders at fedoraproject.org
Sat Mar 1 11:15:30 UTC 2014


commit 7b5fc49effbc7e4bede20bda40ccd7634316a5b5
Author: Jeremy Sanders <jeremy at jeremysanders.net>
Date:   Sat Mar 1 11:16:23 2014 +0000

    Change BuildRequires python-setuptools-devel to python-setuptools
    
      (as https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel)

 veusz.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/veusz.spec b/veusz.spec
index 3c54582..deecbfe 100644
--- a/veusz.spec
+++ b/veusz.spec
@@ -1,6 +1,6 @@
 Name:           veusz
 Version:        1.20.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GUI scientific plotting package
 
 Group:          Applications/Productivity
@@ -12,7 +12,7 @@ Patch1:         arm-self-test-fix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python2-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 BuildRequires:  numpy
 BuildRequires:  PyQt4-devel qt4-devel sip-devel
 BuildRequires:  h5py pyfits
@@ -156,6 +156,10 @@ rm -rf %{buildroot}
 %{python_sitearch}/veusz
 
 %changelog
+* Sat Mar 01 2014 Jeremy Sanders <jeremy at jeremysanders.net> 1.20.1-2
+- Change BuildRequires python-setuptools-devel to python-setuptools
+  (as https://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel)
+
 * Thu Feb 13 2014 Jeremy Sanders <jeremy at jeremysanders.net> 1.20.1-1
 - Update to Veusz 1.20.1
 - BuildRequires urw-fonts to fix self tests


More information about the scm-commits mailing list