From f603d9218627ba584e878833030629eb259361ed54ac4bef3dd28b27da350c27 Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Tue, 23 Jan 2024 07:05:51 +0000 Subject: [PATCH] - 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 --- mupdf-1.23.7-source.tar.gz | 3 --- mupdf-1.23.9-source.tar.gz | 3 +++ mupdf.changes | 11 +++++++++++ mupdf.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 mupdf-1.23.7-source.tar.gz create mode 100644 mupdf-1.23.9-source.tar.gz diff --git a/mupdf-1.23.7-source.tar.gz b/mupdf-1.23.7-source.tar.gz deleted file mode 100644 index 0ac74a6..0000000 --- a/mupdf-1.23.7-source.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35a54933f400e89667a089a425f1c65cd69d462394fed9c0679e7c52efbaa568 -size 55312697 diff --git a/mupdf-1.23.9-source.tar.gz b/mupdf-1.23.9-source.tar.gz new file mode 100644 index 0000000..16f40f3 --- /dev/null +++ b/mupdf-1.23.9-source.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a5d66801d85f97d76da978b155f66a5659d1131070c0400f076883f604e297 +size 55315020 diff --git a/mupdf.changes b/mupdf.changes index 90f8328..5e32044 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jan 23 07:04:27 UTC 2024 - Paolo Stivanin + +- 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 diff --git a/mupdf.spec b/mupdf.spec index ae27c15..690640a 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -1,7 +1,7 @@ # # spec file for package mupdf # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2011 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: mupdf -Version: 1.23.7 +Version: 1.23.9 Release: 0 Summary: PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0-or-later