- Update to 1.23.9:

* Fix text moving after redaction.
  * Add use-cid-for-unknown-unicode option to stext device.
  * Move previously private APIs into public headers so they can be used in python bindings.
  * Add version numbers to shared library installation targets on Linux/OpenBSD.
  * Avoid setuptools problems for python bindings in python 3.12.
  * Fix makefile so python bindings build with tesseract.

OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=124
This commit is contained in:
Paolo Stivanin 2024-01-23 07:05:51 +00:00 committed by Git OBS Bridge
parent 9add266c4a
commit f603d92186
4 changed files with 16 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 23 07:04:27 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to 1.23.9:
* Fix text moving after redaction.
* Add use-cid-for-unknown-unicode option to stext device.
* Move previously private APIs into public headers so they can be used in python bindings.
* Add version numbers to shared library installation targets on Linux/OpenBSD.
* Avoid setuptools problems for python bindings in python 3.12.
* Fix makefile so python bindings build with tesseract.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 20 08:50:28 UTC 2023 - Paolo Stivanin <info@paolostivanin.com> Wed Dec 20 08:50:28 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package mupdf # spec file for package mupdf
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# Copyright (c) 2011 Guido Berhoerster. # Copyright (c) 2011 Guido Berhoerster.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: mupdf Name: mupdf
Version: 1.23.7 Version: 1.23.9
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