SHA256
1
0
forked from pool/mupdf

Accepting request 1061907 from home:dirkmueller:Factory

- update to 1.21.1:
  * Garbage collection problem causing file bloat on clean
  * Don't assume sorted objects in pdf_objcmp
  * Don't layout empty documents
  * Type 3 font char bboxes
  * Added MOBI input format support
  * Added Story API for creating PDF documents from formatted text
  * Added API to create, edit, and delete links
  * Support custom images for Stamp annotations
  * Support interior color on Polygon annotations
  * Support line endings on PolyLine annotations
  * Improved SVG output
  * C++/Python/C# binding:
    * Changes to naming of wrapper functions and classes
    * Added limited support for callbacks into Python, using SWIG Directors

OBS-URL: https://build.opensuse.org/request/show/1061907
OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=104
This commit is contained in:
Martin Pluskal 2023-01-31 15:37:33 +00:00 committed by Git OBS Bridge
parent 9b49507fda
commit ea1341dd57
4 changed files with 24 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Dec 17 17:35:13 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.21.1:
* Garbage collection problem causing file bloat on clean
* Don't assume sorted objects in pdf_objcmp
* Don't layout empty documents
* Type 3 font char bboxes
* Added MOBI input format support
* Added Story API for creating PDF documents from formatted text
* Added API to create, edit, and delete links
* Support custom images for Stamp annotations
* Support interior color on Polygon annotations
* Support line endings on PolyLine annotations
* Improved SVG output
* C++/Python/C# binding:
* Changes to naming of wrapper functions and classes
* Added limited support for callbacks into Python, using SWIG Directors
-------------------------------------------------------------------
Wed Aug 17 19:15:55 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -18,13 +18,13 @@
Name: mupdf
Version: 1.20.3
Version: 1.21.1
Release: 0
Summary: PDF and XPS Viewer and Parser and Rendering Library
License: AGPL-3.0-or-later
Group: Productivity/Office/Other
URL: https://mupdf.com/
Source0: https://mupdf.com/downloads/archive/%{name}-%{version}-source.tar.zst
Source0: https://mupdf.com/downloads/archive/%{name}-%{version}-source.tar.gz
Source1: %{name}.desktop
Source2: %{name}-gl.desktop
Patch0: mupdf-no-strip.patch