- Update to 1.23.6:
* Add new text file document handler. * Add interface for rearranging pages. * Fix double free bug in html parser. * Use CropBox as origin for fitz space in PDF documents so that page bounding box origin is at the top left. * Fix parsing of cmap with surrogate characters. * Fix bug in story handling resetting. * Various smaller fixes for pymupdf. OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=120
This commit is contained in:
parent
5f4748a846
commit
ff4dc3cb5d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:deb0347a3f9ce0967611d479a8a07b57e2c730b0aaf09dce28ee41abb9ac4838
|
|
||||||
size 55146083
|
|
3
mupdf-1.23.6-source.tar.gz
Normal file
3
mupdf-1.23.6-source.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ac11eb859dd404488e5153cdc9651bb4341e5baaf4d3b3f27e2afc82f9aadc29
|
||||||
|
size 55310697
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 28 07:04:21 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 1.23.6:
|
||||||
|
* Add new text file document handler.
|
||||||
|
* Add interface for rearranging pages.
|
||||||
|
* Fix double free bug in html parser.
|
||||||
|
* Use CropBox as origin for fitz space in PDF documents so that page bounding box origin is at the top left.
|
||||||
|
* Fix parsing of cmap with surrogate characters.
|
||||||
|
* Fix bug in story handling resetting.
|
||||||
|
* Various smaller fixes for pymupdf.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 11 08:05:24 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
Wed Oct 11 08:05:24 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mupdf
|
Name: mupdf
|
||||||
Version: 1.23.4
|
Version: 1.23.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PDF and XPS Viewer and Parser and Rendering Library
|
Summary: PDF and XPS Viewer and Parser and Rendering Library
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user