Hello community, here is the log from the commit of package python-odfpy for openSUSE:Factory checked in at 2013-09-16 12:46:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-odfpy (Old) and /work/SRC/openSUSE:Factory/.python-odfpy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-odfpy" Changes: -------- --- /work/SRC/openSUSE:Factory/python-odfpy/python-odfpy.changes 2012-10-09 13:59:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-odfpy.new/python-odfpy.changes 2013-09-16 12:46:05.000000000 +0200 @@ -1,0 +2,17 @@ +Fri Sep 13 14:58:14 UTC 2013 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- odfpy-0.9.3.tar.bz2 New: ---- odfpy-0.9.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-odfpy.spec ++++++ --- /var/tmp/diff_new_pack.AqwJsF/_old 2013-09-16 12:46:06.000000000 +0200 +++ /var/tmp/diff_new_pack.AqwJsF/_new 2013-09-16 12:46:06.000000000 +0200 @@ -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 @@ 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 @@ %defattr(-,root,root,-) %{_bindir}/* %{_mandir}/man1/* -%python_sitelib/* +%{python_sitelib}/* %changelog ++++++ odfpy-0.9.3.tar.bz2 -> odfpy-0.9.6.tar.bz2 ++++++ ++++ 3582 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
