diff --git a/python-djvulibre-0.3.4.tar.gz b/python-djvulibre-0.3.4.tar.gz deleted file mode 100644 index c823e26..0000000 --- a/python-djvulibre-0.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3733903f6d8eadeda68ea993f04d91d16cfc9a545ff6dee55f9c0c5098cb514d -size 119594 diff --git a/python-djvulibre-0.3.5.tar.gz b/python-djvulibre-0.3.5.tar.gz new file mode 100644 index 0000000..044be0a --- /dev/null +++ b/python-djvulibre-0.3.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3243e68b7d0a88c0fa84086478b9f1b60653ea12c78ace3c425c6e83f6be20c +size 119969 diff --git a/python-djvulibre.changes b/python-djvulibre.changes index 44ed232..85018f8 100644 --- a/python-djvulibre.changes +++ b/python-djvulibre.changes @@ -1,9 +1,16 @@ +------------------------------------------------------------------- +Sun Feb 19 09:20:25 UTC 2012 - lazy.kent@opensuse.org + +- Update to 0.3.5. + * Compilation improvement. +- Remove executable bit from examples. + ------------------------------------------------------------------- Sat Oct 22 17:28:05 UTC 2011 - lazy.kent@opensuse.org - Update to 0.3.4. - + Fix compatibility with Python 3.X (broken in 0.3.3). - + Update various external documentation URLs. + * Fix compatibility with Python 3.X (broken in 0.3.3). + * Update various external documentation URLs. - Build requires python-distribute instead of python-setuptools. - Build doc package. Build requires python-sphinx, graphviz and graphviz-gnome. @@ -19,26 +26,26 @@ Fri Sep 9 11:54:36 UTC 2011 - lazy.kent@opensuse.org Wed Apr 13 23:55:38 UTC 2011 - lazy.kent@opensuse.org - Update to 0.3.3. - + Fix test suite compatibility with Python 3. + * Fix test suite compatibility with Python 3. ------------------------------------------------------------------- Sat Nov 20 18:55:34 UTC 2010 - lazy.kent.suse@gmail.com - Update to 0.3.1. - + Fix encoding issues with djvu.decode.ErrorMessage. + * Fix encoding issues with djvu.decode.ErrorMessage. ------------------------------------------------------------------- Fri Oct 29 07:22:41 UTC 2010 - lazy.kent.suse@gmail.com - Update to 0.3.0. - + Add support for Python 3. + * Add support for Python 3. - BuildRequires python-setuptools. ------------------------------------------------------------------- Sat Jun 26 09:27:45 UTC 2010 - lazy.kent.suse@gmail.com - Update to 0.1.18. - + Fix handling of non-ASCII metadata. + * Fix handling of non-ASCII metadata. ------------------------------------------------------------------- Tue Apr 6 15:57:26 UTC 2010 - lazy.kent.suse@gmail.com diff --git a/python-djvulibre.spec b/python-djvulibre.spec index a4a7a94..1770dce 100644 --- a/python-djvulibre.spec +++ b/python-djvulibre.spec @@ -1,7 +1,7 @@ # # spec file for package python-djvulibre # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # Name: python-djvulibre -Version: 0.3.4 +Version: 0.3.5 Release: 0 License: GPL-2.0 Summary: Python Support for the DjVu Image Format @@ -25,13 +25,13 @@ Group: Development/Libraries/Python Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz BuildRequires: graphviz BuildRequires: graphviz-gnome -BuildRequires: libdjvulibre-devel BuildRequires: pkg-config BuildRequires: python-Cython BuildRequires: python-devel BuildRequires: python-distribute # Starting openSUSE 12.1 the package name is python-Sphinx. BuildRequires: python-sphinx +BuildRequires: pkgconfig(ddjvuapi) BuildRoot: %{_tmppath}/%{name}-%{version}-build %py_requires @@ -54,6 +54,7 @@ This package contains technical documentation. %prep %setup -q +chmod -x examples/* %build export CFLAGS="%{optflags} -fno-strict-aliasing"