Hello community, here is the log from the commit of package mupdf for openSUSE:Factory checked in at 2018-01-20 11:24:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mupdf (Old) and /work/SRC/openSUSE:Factory/.mupdf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mupdf" Sat Jan 20 11:24:27 2018 rev:30 rq:564446 version:1.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes 2017-11-14 14:18:20.337174963 +0100 +++ /work/SRC/openSUSE:Factory/.mupdf.new/mupdf.changes 2018-01-20 11:24:30.510555634 +0100 @@ -1,0 +2,33 @@ +Sun Jan 14 03:11:32 UTC 2018 - [email protected] + +- Update to version 1.12.0 + * Color Management: + + LCMS2 library for color management + + CMYK rendering with overprint simulation + + Spot color rendering + + Transparency rendering fixes + * Structured text output improvements: + + Reworked structured text API + + Faster text searching + + Highlight and copy text by selecting lines instead of by + area + + New semantic XHTML output format + + New layout preserving HTML output format + * Features and improvements: + + Improved non-AA rendering with new scan converter + + Improved LARGEFILE support + + Improved TIFF support + + Improved documentation + + PCLm output. + + PSD output. + + New "mutool trace" tool. + + New "mutool sign" tool (work in progress). + + Text redaction (work in progress). + + Lots of bug fixes. +- Strip "-source" from tarball name +- Switch to xz release (13mb smaller) +- rebase fix-openjpeg-flags.patch +- drop reproducible.patch + * fixed upstream in 081d4c72430e3077a05499c783d9fbe24361b368 + +------------------------------------------------------------------- Old: ---- mupdf-1.11-source.tar.gz reproducible.patch New: ---- mupdf-1.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mupdf.spec ++++++ --- /var/tmp/diff_new_pack.akLOOA/_old 2018-01-20 11:24:32.598458019 +0100 +++ /var/tmp/diff_new_pack.akLOOA/_new 2018-01-20 11:24:32.602457832 +0100 @@ -1,7 +1,7 @@ # # spec file for package mupdf # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2011 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -18,18 +18,16 @@ Name: mupdf -Version: 1.11 +Version: 1.12.0 Release: 0 Summary: Lightweight PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0+ Group: Productivity/Office/Other Url: https://mupdf.com/ -Source0: https://mupdf.com/downloads/mupdf-%{version}-source.tar.gz +Source0: https://mupdf.com/downloads/mupdf-%{version}-source.tar.xz#/%{name}-%{version}.tar.xz Source1: mupdf.desktop Source2: mupdf.png Patch1: fix-openjpeg-flags.patch -# PATCH-FIX-UPSTREAM https://bugs.ghostscript.com/show_bug.cgi?id=697958 -Patch9: reproducible.patch BuildRequires: freetype-devel BuildRequires: gcc-c++ BuildRequires: jbig2dec-devel @@ -66,12 +64,10 @@ %prep %setup -q -n %{name}-%{version}-source %patch1 -p1 -%patch9 -p1 # do not use the inlined copies of build dpendencies except for mujs rm -rf $(ls -d thirdparty/*/ | grep -v mujs) -mkdir docs/examples for src in docs/*.c; do if [ -r "$src" ]; then ln -s "$src" "docs/examples/${src##*/}" @@ -120,8 +116,8 @@ %endif %files -%doc CHANGES COPYING README docs/naming.txt docs/overview.txt -%doc docs/progressive.txt docs/refcount.txt docs/examples/ +%doc CHANGES COPYING README +%doc docs/examples/ %{_bindir}/mupdf %{_bindir}/mutool %{_datadir}/applications/mupdf.desktop ++++++ fix-openjpeg-flags.patch ++++++ --- /var/tmp/diff_new_pack.akLOOA/_old 2018-01-20 11:24:32.622456897 +0100 +++ /var/tmp/diff_new_pack.akLOOA/_new 2018-01-20 11:24:32.622456897 +0100 @@ -1,12 +1,12 @@ -Index: mupdf-1.11-source/source/fitz/load-jpx.c +Index: b/source/fitz/load-jpx.c =================================================================== ---- mupdf-1.11-source.orig/source/fitz/load-jpx.c -+++ mupdf-1.11-source/source/fitz/load-jpx.c -@@ -444,7 +444,6 @@ fz_load_jpx_info(fz_context *ctx, unsign +--- a/source/fitz/load-jpx.c ++++ b/source/fitz/load-jpx.c +@@ -445,7 +445,6 @@ #else /* HAVE_LURATECH */ -#define OPJ_STATIC #define OPJ_HAVE_INTTYPES_H - #if !defined(_WIN32) && !defined(_WIN64) + #if !defined(_MSC_VER) || _MSC_VER >= 1600 #define OPJ_HAVE_STDINT_H
