[python-xlrd] Update to upstream.

Ján ONDREJ ondrejj at fedoraproject.org
Sun Oct 7 06:42:47 UTC 2012


commit d315f1f4acd738858b52f648c7500e950b368841
Author: Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date:   Sun Oct 7 08:42:32 2012 +0200

    Update to upstream.

 .gitignore       |    1 +
 python-xlrd.spec |   10 +++++++---
 sources          |    1 +
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6628a6b..2d5f7df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 xlrd-0.6.1.zip
 /xlrd-0.7.1.tar.gz
+/xlrd-0.8.0.tar.gz
diff --git a/python-xlrd.spec b/python-xlrd.spec
index e6e16de..3adec41 100644
--- a/python-xlrd.spec
+++ b/python-xlrd.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-xlrd
-Version:        0.7.1
-Release:        4%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        Library to extract data from Microsoft Excel (TM) spreadsheet files
 
 Group:          Development/Languages
@@ -24,7 +24,8 @@ Python (2.1 or later).  Strong support for Excel dates.  Unicode-aware.
 %build
 # fix CRLF to LF
 for i in */*.py *.html xlrd/doc/* xlrd/examples/*; do
-  dos2unix $i
+  # ignore missing files, they was may be only removed by mistake
+  dos2unix $i || :
 done
 for i in xlrd/doc/* xlrd/examples/xlrdnameAPIdemo.py; do
   iconv -f iso8859-1 -t UTF-8 $i > $i.tmp
@@ -58,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Sun Oct 07 2012 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.8.0-1
+- Update to upstream.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 9e1f33f..9e701d9 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 d0439a7ad1ae583a6ba3942efd0189c8  xlrd-0.7.1.tar.gz
+32af399c1e8b4b1e0b4752bab069f00b  xlrd-0.8.0.tar.gz


More information about the scm-commits mailing list