From e60df12c49cc3200e4af20eed91079befc3b1b678ff69ae4595985c7a297e0dd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 23 Aug 2022 09:00:41 +0000 Subject: [PATCH] Accepting request 997600 from home:dirkmueller:Factory - update to 1.20.3: * return error, not success when unable to lock native device resource. * Bug 705620: Start journal operation instead of pushing local xref. * Ensure AndroidDrawDevice is destroyed, even upon exception. * source/pdf/pdf-clean.c: fix segv from incorrect call to fz_drop_pixmap(). * Bug 705681: Enclose code in begin/end operation. * Guard against SEGVs when calling archive functions with NULL archive. OBS-URL: https://build.opensuse.org/request/show/997600 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=100 --- mupdf-1.20.0-source.tar.zst | 3 --- mupdf-1.20.3-source.tar.zst | 3 +++ mupdf.changes | 11 +++++++++++ mupdf.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 mupdf-1.20.0-source.tar.zst create mode 100644 mupdf-1.20.3-source.tar.zst diff --git a/mupdf-1.20.0-source.tar.zst b/mupdf-1.20.0-source.tar.zst deleted file mode 100644 index 09bd9e5..0000000 --- a/mupdf-1.20.0-source.tar.zst +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee51ebf8de0b2d4a4643041a7ed76147296a194a03e5a8a4f58c960597c007ab -size 70134965 diff --git a/mupdf-1.20.3-source.tar.zst b/mupdf-1.20.3-source.tar.zst new file mode 100644 index 0000000..3eb871c --- /dev/null +++ b/mupdf-1.20.3-source.tar.zst @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108c4ad87d5cdd3ad47a3a872acdf101693283442469629dabb7631f1f3a0b3f +size 69709366 diff --git a/mupdf.changes b/mupdf.changes index 6461d58..e110610 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Aug 17 19:15:55 UTC 2022 - Dirk Müller + +- update to 1.20.3: + * return error, not success when unable to lock native device resource. + * Bug 705620: Start journal operation instead of pushing local xref. + * Ensure AndroidDrawDevice is destroyed, even upon exception. + * source/pdf/pdf-clean.c: fix segv from incorrect call to fz_drop_pixmap(). + * Bug 705681: Enclose code in begin/end operation. + * Guard against SEGVs when calling archive functions with NULL archive. + ------------------------------------------------------------------- Mon Aug 1 21:28:07 UTC 2022 - Dirk Müller diff --git a/mupdf.spec b/mupdf.spec index 3b157c8..5929fe3 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -18,7 +18,7 @@ Name: mupdf -Version: 1.20.0 +Version: 1.20.3 Release: 0 Summary: PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0-or-later