[python-shapely] Replace obsolete python-setuptools-devel with python-setuptools

Volker Fröhlich volter at fedoraproject.org
Sat Apr 19 17:12:22 UTC 2014


commit fe94e4ed269f1d64f5828980aa7209835f0de5a2
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Sat Apr 19 19:10:18 2014 +0200

    Replace obsolete python-setuptools-devel with python-setuptools

 python-shapely.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-shapely.spec b/python-shapely.spec
index 4231c3f..c216fbf 100644
--- a/python-shapely.spec
+++ b/python-shapely.spec
@@ -5,7 +5,7 @@
 
 Name:           python-shapely
 Version:        1.3.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Manipulation and analysis of geometric objects in the Cartesian plane
 
 Group:          Development/Libraries
@@ -23,7 +23,7 @@ Patch0:         %{name}-1.3.0-encoding.patch
 # if the environment variable sdist is set.
 
 BuildRequires:  python2-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 BuildRequires:  geos-devel
 # Tests use numpy
 BuildRequires:  numpy
@@ -133,6 +133,9 @@ pushd %{py3dir}
 %endif # with_python3
 
 %changelog
+* Sat Apr 19 2014 Volker Fröhlich <volker27 at gmx.at> - 1.3.0-2
+- Replace obsolete python-setuptools-devel with python-setuptools
+
 * Wed Feb 12 2014 Volker Fröhlich <volker27 at gmx.at> - 1.3.0-1
 - New upstream release
 - Use a better summary


More information about the scm-commits mailing list