1
0
Kyrill Detinov 2012-02-19 10:14:44 +00:00 committed by Git OBS Bridge
parent 8364bc15d2
commit 0e830e103e
4 changed files with 20 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3733903f6d8eadeda68ea993f04d91d16cfc9a545ff6dee55f9c0c5098cb514d
size 119594

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3243e68b7d0a88c0fa84086478b9f1b60653ea12c78ace3c425c6e83f6be20c
size 119969

View File

@ -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 Sat Oct 22 17:28:05 UTC 2011 - lazy.kent@opensuse.org
- Update to 0.3.4. - Update to 0.3.4.
+ Fix compatibility with Python 3.X (broken in 0.3.3). * Fix compatibility with Python 3.X (broken in 0.3.3).
+ Update various external documentation URLs. * Update various external documentation URLs.
- Build requires python-distribute instead of python-setuptools. - Build requires python-distribute instead of python-setuptools.
- Build doc package. Build requires python-sphinx, graphviz and - Build doc package. Build requires python-sphinx, graphviz and
graphviz-gnome. 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 Wed Apr 13 23:55:38 UTC 2011 - lazy.kent@opensuse.org
- Update to 0.3.3. - 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 Sat Nov 20 18:55:34 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.3.1. - 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 Fri Oct 29 07:22:41 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.3.0. - Update to 0.3.0.
+ Add support for Python 3. * Add support for Python 3.
- BuildRequires python-setuptools. - BuildRequires python-setuptools.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Jun 26 09:27:45 UTC 2010 - lazy.kent.suse@gmail.com Sat Jun 26 09:27:45 UTC 2010 - lazy.kent.suse@gmail.com
- Update to 0.1.18. - 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 Tue Apr 6 15:57:26 UTC 2010 - lazy.kent.suse@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-djvulibre # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,7 @@
# #
Name: python-djvulibre Name: python-djvulibre
Version: 0.3.4 Version: 0.3.5
Release: 0 Release: 0
License: GPL-2.0 License: GPL-2.0
Summary: Python Support for the DjVu Image Format 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 Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
BuildRequires: graphviz BuildRequires: graphviz
BuildRequires: graphviz-gnome BuildRequires: graphviz-gnome
BuildRequires: libdjvulibre-devel
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: python-Cython BuildRequires: python-Cython
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-distribute BuildRequires: python-distribute
# Starting openSUSE 12.1 the package name is python-Sphinx. # Starting openSUSE 12.1 the package name is python-Sphinx.
BuildRequires: python-sphinx BuildRequires: python-sphinx
BuildRequires: pkgconfig(ddjvuapi)
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%py_requires %py_requires
@ -54,6 +54,7 @@ This package contains technical documentation.
%prep %prep
%setup -q %setup -q
chmod -x examples/*
%build %build
export CFLAGS="%{optflags} -fno-strict-aliasing" export CFLAGS="%{optflags} -fno-strict-aliasing"