From 4c87da6748650a98222c1a7c39b194dd98a6b26a7b43b306890f733d92e9b4cc Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 11 Oct 2023 09:33:20 +0000 Subject: [PATCH] Accepting request 1116823 from home:polslinux:branches:Publishing - Update to 1.23.4: * Fix bug causing a crash when cleaning up Android draw device upon destroy. * Fix bug where bitmaps were reused after being recycled in Android. * Add fixed padding to ink annotation to avoid unselectable bboxes for tiny strokes. * Add API for checking if an annotation has a Rect property. * Fix bug where cycles in structure trees caused eternal loops. * Fix bug where colorspaces were not retained for in-linee images during filtering. * Change default to use CropBox rather than MediaBox. OBS-URL: https://build.opensuse.org/request/show/1116823 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=116 --- mupdf-1.23.3-source.tar.gz | 3 --- mupdf-1.23.4-source.tar.gz | 3 +++ mupdf.changes | 12 ++++++++++++ mupdf.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 mupdf-1.23.3-source.tar.gz create mode 100644 mupdf-1.23.4-source.tar.gz diff --git a/mupdf-1.23.3-source.tar.gz b/mupdf-1.23.3-source.tar.gz deleted file mode 100644 index 2464d4c..0000000 --- a/mupdf-1.23.3-source.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ef9a6409bc0a3271586e1b16f78eb156a579521cd212a124b57c4da8b940aad -size 55144800 diff --git a/mupdf-1.23.4-source.tar.gz b/mupdf-1.23.4-source.tar.gz new file mode 100644 index 0000000..a178d47 --- /dev/null +++ b/mupdf-1.23.4-source.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb0347a3f9ce0967611d479a8a07b57e2c730b0aaf09dce28ee41abb9ac4838 +size 55146083 diff --git a/mupdf.changes b/mupdf.changes index cb54aad..a4ed06b 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Oct 11 08:05:24 UTC 2023 - Paolo Stivanin + +- Update to 1.23.4: + * Fix bug causing a crash when cleaning up Android draw device upon destroy. + * Fix bug where bitmaps were reused after being recycled in Android. + * Add fixed padding to ink annotation to avoid unselectable bboxes for tiny strokes. + * Add API for checking if an annotation has a Rect property. + * Fix bug where cycles in structure trees caused eternal loops. + * Fix bug where colorspaces were not retained for in-linee images during filtering. + * Change default to use CropBox rather than MediaBox. + ------------------------------------------------------------------- Wed Sep 20 05:56:12 UTC 2023 - Paolo Stivanin diff --git a/mupdf.spec b/mupdf.spec index 58f455f..cb9341a 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -18,7 +18,7 @@ Name: mupdf -Version: 1.23.3 +Version: 1.23.4 Release: 0 Summary: PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0-or-later