[pyshp] New upstream release 1.2.0

Volker Fröhlich volter at fedoraproject.org
Fri Oct 11 21:28:41 UTC 2013


commit 4898f71b22fd4e74c387efc6b6a3516332a64988
Author: Volker Fröhlich <volker27 at gmx.at>
Date:   Fri Oct 11 23:25:28 2013 +0200

    New upstream release 1.2.0

 .gitignore |    1 +
 pyshp.spec |   16 +++++++++++-----
 sources    |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8dbe31b..a2a142e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pyshp-1.1.4.zip
+/pyshp-1.2.0.zip
diff --git a/pyshp.spec b/pyshp.spec
index 772a7ec..6462082 100644
--- a/pyshp.spec
+++ b/pyshp.spec
@@ -4,8 +4,8 @@
 %endif
 
 Name:           pyshp
-Version:        1.1.4
-Release:        7%{?dist}
+Version:        1.2.0
+Release:        1%{?dist}
 Summary:        Pure Python read/write support for ESRI Shapefile format
 Group:          Development/Libraries
 License:        MIT
@@ -39,6 +39,10 @@ Pure Python read/write support for ESRI Shapefile format
 %prep
 %setup -q
 
+# Change line endings, otherwise doctest fails
+# Remaining tests should only fail due to missing test data
+sed -i 's/.$//' README.txt changelog.txt
+
 # Delete the egg info to certainly ship the generated
 rm -rf pyshp.egg-info
 
@@ -76,10 +80,9 @@ pushd %{py3dir}
 
 
 %files
-# The author will ship a license file from releases after 1.1.4 on.
-
+# Oct 2013: Mailed the author about including a license file
 # Same information as in PKG-INFO
-#%%doc README.txt
+%doc changelog.txt README.txt
 %{python_sitelib}/shapefile.py*
 %{python_sitelib}/%{name}-%{version}-py*.egg-info
 
@@ -92,6 +95,9 @@ pushd %{py3dir}
 
 
 %changelog
+* Sun Oct 06 2013 Volker Fröhlich <volker27 at gmx.at> - 1.2.0-1
+- New upstream release
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.4-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 18367a8..8916021 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67153ea40a3d162ce5946b23b8f67d6a  pyshp-1.1.4.zip
+1ab1a1c76740636eeaa3af5889c033ea  pyshp-1.2.0.zip


More information about the scm-commits mailing list