[python-xlrd] new version

Ján ONDREJ ondrejj at fedoraproject.org
Mon Aug 23 18:58:25 UTC 2010


commit 4aedfbfafcbf240a19564f99e0ca6af52b861813
Author: Jan ONDREJ (SAL) <ondrejj(at)salstar.sk>
Date:   Mon Aug 23 20:57:48 2010 +0200

    new version

 .gitignore       |    1 +
 python-xlrd.spec |   17 ++++++++++-------
 sources          |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2bcf0f..6628a6b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 xlrd-0.6.1.zip
+/xlrd-0.7.1.tar.gz
diff --git a/python-xlrd.spec b/python-xlrd.spec
index db8ef97..e4f8522 100644
--- a/python-xlrd.spec
+++ b/python-xlrd.spec
@@ -1,14 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-xlrd
-Version:        0.6.1
-Release:        10%{?dist}
-Summary:        Library to extract data from Microsoft Excel (tm) spreadsheet files
+Version:        0.7.1
+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
-Source0:        http://www.lexicon.net/sjmachin/xlrd-%{version}.zip
+Source0:        http://pypi.python.org/packages/source/x/xlrd/xlrd-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -58,6 +58,12 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 
 %changelog
+* Mon Aug 23 2010 Ján ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.7.1-1
+- new version
+- fixed summary spelling
+- fixed egg-info condition
+- fixed source URL for new version
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.6.1-10
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
@@ -73,9 +79,6 @@ rm -rf $RPM_BUILD_ROOT
 * Mon Jun 2 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.6.1-5
 - removed "" for fedora macro
 
-* Thu Jan 3 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.6.1-5
-- updated /usr/bin/ by bindir macro
-
 * Tue Jan 1 2008 Jan ONDREJ (SAL) <ondrejj(at)salstar.sk> - 0.6.1-4
 - added eggs for Fedora >= 9
 
diff --git a/sources b/sources
index 2f3df59..9e1f33f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3da69ffa47dff466f181c2e149a2c02  xlrd-0.6.1.zip
+d0439a7ad1ae583a6ba3942efd0189c8  xlrd-0.7.1.tar.gz


More information about the scm-commits mailing list