Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mupdf for openSUSE:Factory checked in at 2023-09-20 13:31:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mupdf (Old) and /work/SRC/openSUSE:Factory/.mupdf.new.16627 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mupdf" Wed Sep 20 13:31:37 2023 rev:54 rq:1112469 version:1.23.3 Changes: -------- --- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes 2023-06-20 16:49:14.935682550 +0200 +++ /work/SRC/openSUSE:Factory/.mupdf.new.16627/mupdf.changes 2023-09-20 13:35:31.436261278 +0200 @@ -1,0 +2,31 @@ +Wed Sep 20 05:56:12 UTC 2023 - Paolo Stivanin <[email protected]> + +- Update to 1.23.3: + New features: + + New WASM library with same API as mutool run and Java, for both browser and Node environments. + + Support CropBox, TrimBox, BleedBox, and ArtBox in PDF tools and viewers. + + PhotoShop PSD image support. + + mupdf-gl: Custom ICC display profile support. + + mutool poster: Option to split in RTL direction. + Fixes: + + EPUB: Fix table cell height calculations. + + EPUB: Inherit table cell background color from table row. + + EPUB: Support files with partial encryption (only read unencrypted parts). + + EPUB: Support files with incorrect directory prefixes. + + TIFF: Stability improvements. + + MOBI: Stability improvements. + + PDF: Support old style border dash patterns. + + PDF: Support GoToR links to remote PDF documents. + + PDF: Improve link parsing and creation. + + ZIP: Improve unicode file name handling. + + Fall back to unhinted fonts if hints are broken. + + Recognize document types by sniffing contents (don't need to rely on mimetype or file extension). + NEW APIs: + + More PDF document permission flags. + + Tweaked exception error logging. + + pdf_minimize_document to squeeze amount of memory used by an open document. + Incompatible changes: + + pdf_field_name renamed to pdf_load_field_name. + + mutool run: Changed many methods to match Java and new WASM library. + +------------------------------------------------------------------- Old: ---- mupdf-1.22.2-source.tar.gz New: ---- mupdf-1.23.3-source.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mupdf.spec ++++++ --- /var/tmp/diff_new_pack.VqjXEX/_old 2023-09-20 13:35:33.676341530 +0200 +++ /var/tmp/diff_new_pack.VqjXEX/_new 2023-09-20 13:35:33.676341530 +0200 @@ -18,7 +18,7 @@ Name: mupdf -Version: 1.22.2 +Version: 1.23.3 Release: 0 Summary: PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0-or-later ++++++ mupdf-1.22.2-source.tar.gz -> mupdf-1.23.3-source.tar.gz ++++++ /work/SRC/openSUSE:Factory/mupdf/mupdf-1.22.2-source.tar.gz /work/SRC/openSUSE:Factory/.mupdf.new.16627/mupdf-1.23.3-source.tar.gz differ: char 5, line 1 ++++++ mupdf-no-strip.patch ++++++ --- /var/tmp/diff_new_pack.VqjXEX/_old 2023-09-20 13:35:33.740343824 +0200 +++ /var/tmp/diff_new_pack.VqjXEX/_new 2023-09-20 13:35:33.744343966 +0200 @@ -1,16 +1,12 @@ -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 +--- mupdf-1.23.3-source/Makerules.orig 2023-09-20 07:55:15.822969071 +0200 ++++ mupdf-1.23.3-source/Makerules 2023-09-20 07:55:39.019862276 +0200 +@@ -93,7 +93,7 @@ LDFLAGS += -g else ifeq ($(build),release) -- CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer + CFLAGS += -pipe -O2 -DNDEBUG - LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s -+ CFLAGS += -pipe -O2 -DNDEBUG + LDFLAGS += $(LDREMOVEUNREACH) else ifeq ($(build),small) - CFLAGS += -pipe -Os -DNDEBUG -fomit-frame-pointer + CFLAGS += -pipe -Os -DNDEBUG LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
