Hello community, here is the log from the commit of package mupdf for openSUSE:Factory checked in at 2019-08-19 21:37:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mupdf (Old) and /work/SRC/openSUSE:Factory/.mupdf.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mupdf" Mon Aug 19 21:37:46 2019 rev:39 rq:724125 version:1.16.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes 2019-03-26 15:43:55.124185231 +0100 +++ /work/SRC/openSUSE:Factory/.mupdf.new.22127/mupdf.changes 2019-08-19 21:37:57.108363323 +0200 @@ -1,0 +2,60 @@ +Wed Aug 14 23:38:39 UTC 2019 - Xaver Hellauer <[email protected]> + +- Update to version 1.16.1 + * Changes in version 1.16.1: + * Bugfixes + * Changes in version 1.16.0: + * api: Major overhaul of color management architecture. + * api: Improved functions to verify/sign PDF documents. + * api: Number tree accessor function pdf_lookup_number. + * api: Parse and handle more options for PWG output. + * api: Removed obsolete gproof document type. + * api: User callbacks for warning and error messages. + * epub: Changed default page size to A5. + * epub: Draw embedded SVG documents in EPUB/XHTML. + * epub: New Noto fonts covering more unicode scripts. + * epub: Support small-caps font-variant. + * pdf: Add Redact annotation type and function to apply redactions. + * pdf: Add/remove/change encryption and password when saving PDF files. + * pdf: Improvements to text handling in PDF filter processor. + * pdf: MP and DP operators now call begin/end_layer device methods. + * pdf: New and improved progressive loading. + * svg: Draw external images in SVG documents. + * mutool show: Add 'form' selector to list PDF form fields. + * mutool sign: Sign PDF documents from the command line. + * mutool sign: Verify signatures in PDF documents from the command line. + * viewer: Option to save a script of user actions for replay with mutool run. + * viewer: Runtime toggle for ICC and spot rendering. + * viewer: Tooltip when hovering over a link in mupdf-gl. + * Changes in version 1.15.0: + * WebAssembly build target and examples. + * Improved forms API in both C and Java bindings. + * Improved forms JavaScript support. + * Create appearance streams for more form field types. + * Fixed many bugs in ICC color management. + * Fixed many memory leaks in error cleanup. + * Fixed bugs in pdfwrite output. + * Improved text extraction from LaTeX documents with math symbols. + * Improved trace device formatting. + * Support CBZ and CBT files larger than 2Gb. + * Show table of contents for FB2 and XHTML documents. + * Show embedded raster images in SVG and XHTML documents. + * Show FB2 cover page. + * Add option to save PDF files without encryption. + * Add inhibit-spaces option to stext device to turn off missing space detection. + * Simplified fz_try/fz_always/fz_catch macros. + * mupdf-gl improvements: + * Automatically open annotation editor when selecting an annotation. + * Full page color tinting option in mupdf-gl. + * Show/hide table of contents sections. + * Trigger a reload with sighup. + * Toggle spot color mode with 'e'. +- Remove merged patches: + * mupdf-CVE-2018-16647.patch + * mupdf-CVE-2018-16648.patch + * mupdf-CVE-2018-18662.patch + * 0001-Fix-699840-Use-saved-sig_widget-pointer-to-sign-sign.patch + * 0001-Write-placeholder-appearance-streams-for-digital-sig.patch + * 0001-fix-build-on-big-endian.patch + +------------------------------------------------------------------- Old: ---- 0001-Fix-699840-Use-saved-sig_widget-pointer-to-sign-sign.patch 0001-Write-placeholder-appearance-streams-for-digital-sig.patch 0001-fix-build-on-big-endian.patch mupdf-1.14.0-source.tar.xz mupdf-CVE-2018-16647.patch mupdf-CVE-2018-16648.patch mupdf-CVE-2018-18662.patch New: ---- mupdf-1.16.1-source.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mupdf.spec ++++++ --- /var/tmp/diff_new_pack.7gf18w/_old 2019-08-19 21:37:59.312361936 +0200 +++ /var/tmp/diff_new_pack.7gf18w/_new 2019-08-19 21:37:59.312361936 +0200 @@ -18,7 +18,7 @@ Name: mupdf -Version: 1.14.0 +Version: 1.16.1 Release: 0 Summary: PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0-or-later @@ -28,12 +28,6 @@ Source1: %{name}.desktop Source2: %{name}-gl.desktop Patch0: mupdf-no-strip.patch -Patch1: mupdf-CVE-2018-16647.patch -Patch2: mupdf-CVE-2018-16648.patch -Patch3: mupdf-CVE-2018-18662.patch -Patch4: 0001-Fix-699840-Use-saved-sig_widget-pointer-to-sign-sign.patch -Patch5: 0001-Write-placeholder-appearance-streams-for-digital-sig.patch -Patch6: 0001-fix-build-on-big-endian.patch BuildRequires: Mesa-libGL-devel BuildRequires: freeglut-devel BuildRequires: freetype2-devel @@ -78,12 +72,6 @@ %setup -q -n %{name}-%{version}-source %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 -d thirdparty/lcms2 for d in $(ls thirdparty | grep -v -e freeglut -e lcms2 -e mujs) do ++++++ mupdf-1.14.0-source.tar.xz -> mupdf-1.16.1-source.tar.xz ++++++ /work/SRC/openSUSE:Factory/mupdf/mupdf-1.14.0-source.tar.xz /work/SRC/openSUSE:Factory/.mupdf.new.22127/mupdf-1.16.1-source.tar.xz differ: char 26, line 1 ++++++ mupdf-no-strip.patch ++++++ --- /var/tmp/diff_new_pack.7gf18w/_old 2019-08-19 21:37:59.348361914 +0200 +++ /var/tmp/diff_new_pack.7gf18w/_new 2019-08-19 21:37:59.352361912 +0200 @@ -1,9 +1,8 @@ -diff -rub mupdf-1.14.0-source-orig/Makerules mupdf-1.14.0-source/Makerules ---- mupdf-1.14.0-source-orig/Makerules 2018-10-04 12:19:28.000000000 +0300 -+++ mupdf-1.14.0-source/Makerules 2019-03-11 16:22:57.232767035 +0200 +--- 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 @@ CFLAGS += -pipe -g - LDFLAGS += -g $(LDREMOVEUNREACH) + LDFLAGS += -g else ifeq ($(build),release) - CFLAGS += -pipe -O2 -DNDEBUG -fomit-frame-pointer - LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s
