From 8f251c5dc9f2ee20d76b09c1279cce5cee08410624b11a9100328d4291024ae3 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 16 Sep 2013 07:33:12 +0000 Subject: [PATCH] Accepting request 198988 from home:poorboywilly:branches:devel:languages:python Update to 0.9.6 and spec cleanup OBS-URL: https://build.opensuse.org/request/show/198988 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-odfpy?expand=0&rev=6 --- odfpy-0.9.3.tar.bz2 | 3 --- odfpy-0.9.6.tar.bz2 | 3 +++ python-odfpy.changes | 17 +++++++++++++++++ python-odfpy.spec | 11 ++++++----- 4 files changed, 26 insertions(+), 8 deletions(-) delete mode 100644 odfpy-0.9.3.tar.bz2 create mode 100644 odfpy-0.9.6.tar.bz2 diff --git a/odfpy-0.9.3.tar.bz2 b/odfpy-0.9.3.tar.bz2 deleted file mode 100644 index 60fead7..0000000 --- a/odfpy-0.9.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8548e1e4c9a37552b561875f4de0638136079e8ddc2cfc345801aa02eab60e6 -size 437625 diff --git a/odfpy-0.9.6.tar.bz2 b/odfpy-0.9.6.tar.bz2 new file mode 100644 index 0000000..df663d7 --- /dev/null +++ b/odfpy-0.9.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f53f82d3e9ef40f74d13cbd45795f5d7b8770ebcc5eea9f4524dd878ccc0db +size 417809 diff --git a/python-odfpy.changes b/python-odfpy.changes index 840b805..671a493 100644 --- a/python-odfpy.changes +++ b/python-odfpy.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Fri Sep 13 14:58:14 UTC 2013 - os-dev@jacraig.com + +- Update to 0.9.6: + * This maintenance release adds the sources for the man-pages, and replaces + the thumbnail icon because the original has disappeared from + http://www.zwahlendesign.ch/en/node/20 along with the license statement. +- Changes from 0.9.5: + * Added missing license declarations. +- Changes from 0.9.4: + * This is a patch to fix an issue where chart styles were lost when saving a + ODT document. +- Change BuildRequires from distribute to setuptools. +- Spec file cleanup: + * Only add python_sitelib definition if needed and add braces when it is + used. + ------------------------------------------------------------------- Mon Oct 8 16:38:17 UTC 2012 - cfarrell@suse.com diff --git a/python-odfpy.spec b/python-odfpy.spec index ec00078..9183b24 100644 --- a/python-odfpy.spec +++ b/python-odfpy.spec @@ -17,7 +17,7 @@ Name: python-odfpy -Version: 0.9.3 +Version: 0.9.6 Release: 0 Url: http://opendocumentfellowship.com/development/projects/odfpy Summary: Python API and tools to manipulate OpenDocument files @@ -26,14 +26,15 @@ Group: Development/Languages/Python Source: odfpy-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute +BuildRequires: python-setuptools %if 0%{?suse_version} %py_requires -%if 0%{?suse_version} > 1110 +%if 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else BuildArch: noarch %endif %endif -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description Odfpy is a library to read and write OpenDocument v. 1.1 files. @@ -76,6 +77,6 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %defattr(-,root,root,-) %{_bindir}/* %{_mandir}/man1/* -%python_sitelib/* +%{python_sitelib}/* %changelog