From 1dd135ac4020a5e38898e61747d50a95fe32914413248e7ea5d93199eb1ffe45 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 12 May 2023 13:45:54 +0000 Subject: [PATCH] Accepting request 1086750 from home:polslinux:branches:Publishing - Update to 1.22.1: * New command line "mutool recolor" to change colorspace of PDF files. * New command line "mutool trim" to remove content outside mediabox. * New flag to "mutool draw": -KK to remove all non-textual content. * Support PDF page labels. * Layout HTML tables with variable column widths. * Added JPEG output format. JPEG should be used with care due to its lossy nature (if in doubt, use PDF instead). * Added PDF filter factories. * Added PDF color filter. * Added "culler" to sanitize filter. * Added flags to control embedding fonts in output. * New device methods for structured tags. * Increased maximum allowed image size. * Add magic flag to temporarily hide annotations when editing them. * Support RD in Square and Circle annotations. * Support dashed borders in annotations. * Support cloudy borders in annotations. * Improved layers in PDF files. * Fix performance issue with large PDF files and outlines. * Updated multi-threading examples. * Moved WASM project into separate repository. * Added Java and "mutool run" bindings for many more functions. OBS-URL: https://build.opensuse.org/request/show/1086750 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=110 --- mupdf-1.21.1-source.tar.gz | 3 --- mupdf-1.22.1-source.tar.gz | 3 +++ mupdf-no-strip.patch | 8 +++++--- mupdf.changes | 27 +++++++++++++++++++++++++++ mupdf.spec | 2 +- 5 files changed, 36 insertions(+), 7 deletions(-) delete mode 100644 mupdf-1.21.1-source.tar.gz create mode 100644 mupdf-1.22.1-source.tar.gz diff --git a/mupdf-1.21.1-source.tar.gz b/mupdf-1.21.1-source.tar.gz deleted file mode 100644 index f528c8d..0000000 --- a/mupdf-1.21.1-source.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b24ddbe12506cc82de08d5cd494614ba08346f8175db1d98bcf938ff94925a54 -size 57243762 diff --git a/mupdf-1.22.1-source.tar.gz b/mupdf-1.22.1-source.tar.gz new file mode 100644 index 0000000..bb4e00d --- /dev/null +++ b/mupdf-1.22.1-source.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62f3c0e456ebbc42e71f5a47f0f8cd12cec2bf0a8d72b79e35fa35a6538b25a +size 55044987 diff --git a/mupdf-no-strip.patch b/mupdf-no-strip.patch index 266c089..64917c7 100644 --- a/mupdf-no-strip.patch +++ b/mupdf-no-strip.patch @@ -1,6 +1,8 @@ ---- mupdf-1.16.1-source-orig/Makerules 2019-08-02 16:49:26.000000000 +0200 -+++ mupdf-1.16.1-source/Makerules 2019-08-16 15:27:08.767439923 +0200 -@@ -24,8 +24,8 @@ +Index: mupdf-1.22.1-source/Makerules +=================================================================== +--- mupdf-1.22.1-source.orig/Makerules ++++ mupdf-1.22.1-source/Makerules +@@ -83,8 +83,8 @@ ifeq ($(build),debug) CFLAGS += -pipe -g LDFLAGS += -g else ifeq ($(build),release) diff --git a/mupdf.changes b/mupdf.changes index 6572891..7b045ea 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri May 12 12:16:22 UTC 2023 - Paolo Stivanin + +- Update to 1.22.1: + * New command line "mutool recolor" to change colorspace of PDF files. + * New command line "mutool trim" to remove content outside mediabox. + * New flag to "mutool draw": -KK to remove all non-textual content. + * Support PDF page labels. + * Layout HTML tables with variable column widths. + * Added JPEG output format. JPEG should be used with care due to its + lossy nature (if in doubt, use PDF instead). + * Added PDF filter factories. + * Added PDF color filter. + * Added "culler" to sanitize filter. + * Added flags to control embedding fonts in output. + * New device methods for structured tags. + * Increased maximum allowed image size. + * Add magic flag to temporarily hide annotations when editing them. + * Support RD in Square and Circle annotations. + * Support dashed borders in annotations. + * Support cloudy borders in annotations. + * Improved layers in PDF files. + * Fix performance issue with large PDF files and outlines. + * Updated multi-threading examples. + * Moved WASM project into separate repository. + * Added Java and "mutool run" bindings for many more functions. + ------------------------------------------------------------------- Tue Mar 7 17:34:03 UTC 2023 - Jan Engelhardt diff --git a/mupdf.spec b/mupdf.spec index e676fa4..0d54d1d 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -18,7 +18,7 @@ Name: mupdf -Version: 1.21.1 +Version: 1.22.1 Release: 0 Summary: PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0-or-later