[python-shapely] Updated for version 1.2.9

Volker Fröhlich volter at fedoraproject.org
Thu Mar 31 23:02:11 UTC 2011


commit a11d43f4b65d475ff7521cc855ebb975aa405ccc
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Fri Apr 1 01:03:27 2011 +0200

    Updated for version 1.2.9

 python-shapely.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/python-shapely.spec b/python-shapely.spec
index 89df9a2..100a6ad 100644
--- a/python-shapely.spec
+++ b/python-shapely.spec
@@ -5,7 +5,7 @@
 # Can be removed after EOL of F12
 
 Name:           python-shapely
-Version:        1.2.8
+Version:        1.2.9
 Release:        1%{?dist}
 Summary:        Geometric objects, predicates, and operations
 
@@ -43,7 +43,7 @@ database using idiomatic Python.
 # Tests fail
 # Sean Gillies, one of the authors, said, it was safe to ship either way
 # http://trac.gispython.org/lab/ticket/244
-#%{__python} setup.py test
+%{__python} setup.py test || true
 
 
 %install
@@ -58,16 +58,18 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %doc CHANGES.txt CREDITS.txt README.txt LICENSE.txt
-%doc PKG-INFO examples docs
+%doc PKG-INFO docs
 %{python_sitelib}/shapely
 %{python_sitelib}/Shapely-%{version}-py*.egg-info
 # These two scripts are also in the examples directory, have no shebang
 # and seem to serve no purpose otherwise.
-%exclude %{_bindir}/intersect.py
-%exclude %{_bindir}/dissolve.py
 
 
 %changelog
+* Fri Apr 01 2011 Volker Fröhlich <volker27 at gmx.at> - 1.2.9-1 
+- Updated for 1.2.9
+- Added tests again, but ignore the results
+
 * Sat Feb 25 2011 Volker Fröhlich <volker27 at gmx.at> - 1.2.8-1 
 - Updated for 1.2.8
 - Disable tests


More information about the scm-commits mailing list