[python-xlrd] Update to upstream, fix url and description

Ján ONDREJ ondrejj at fedoraproject.org
Tue Apr 23 10:33:21 UTC 2013


commit 2ab81d4e3668493d116e46cb98aab60de7af1f23
Author: Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date:   Tue Apr 23 12:33:10 2013 +0200

    Update to upstream, fix url and description

 python-xlrd.spec |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/python-xlrd.spec b/python-xlrd.spec
index 8903b7c..1afdb17 100644
--- a/python-xlrd.spec
+++ b/python-xlrd.spec
@@ -1,13 +1,13 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-xlrd
-Version:        0.8.0
-Release:        2%{?dist}
+Version:        0.9.2
+Release:        1%{?dist}
 Summary:        Library to extract data from Microsoft Excel (TM) spreadsheet files
 
 Group:          Development/Languages
 License:        BSD
-URL:            http://www.lexicon.net/sjmachin/xlrd.htm
+URL:            http://www.python-excel.org/
 Source0:        http://pypi.python.org/packages/source/x/xlrd/xlrd-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -15,8 +15,9 @@ BuildArch:      noarch
 BuildRequires:  python-devel, dos2unix
 
 %description
-Extract data from new and old Excel spreadsheets on any platform.  Pure
-Python (2.1 or later).  Strong support for Excel dates.  Unicode-aware.
+Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards)
+on any platform.  Pure Python (2.6, 2.7, 3.2+).  Strong support for Excel
+dates.  Unicode-aware.
 
 %prep
 %setup -q -n xlrd-%{version}
@@ -59,6 +60,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Tue Apr 23 2013 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.9.2-1
+- Update to upstream.
+- Updated URL and description.
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list