From 82814d4a321297ad3f820adb8583162cc1ee247401a705874e44846e91930138 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 26 Oct 2021 11:25:12 +0000 Subject: [PATCH] Accepting request 927320 from home:AndreasStieger:branches:Publishing mupdf 1.19.0 OBS-URL: https://build.opensuse.org/request/show/927320 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=95 --- mupdf-1.18.0-source.tar.xz | 3 --- mupdf-1.19.0-source.tar.xz | 3 +++ mupdf.changes | 16 ++++++++++++++++ mupdf.spec | 10 +++++----- 4 files changed, 24 insertions(+), 8 deletions(-) delete mode 100644 mupdf-1.18.0-source.tar.xz create mode 100644 mupdf-1.19.0-source.tar.xz diff --git a/mupdf-1.18.0-source.tar.xz b/mupdf-1.18.0-source.tar.xz deleted file mode 100644 index d1df841..0000000 --- a/mupdf-1.18.0-source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:592d4f6c0fba41bb954eb1a41616661b62b134d5b383e33bd45a081af5d4a59a -size 53621544 diff --git a/mupdf-1.19.0-source.tar.xz b/mupdf-1.19.0-source.tar.xz new file mode 100644 index 0000000..486c613 --- /dev/null +++ b/mupdf-1.19.0-source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f39943e408d60a3e7d6c2fca0d705163540ca24d65682d4426dc6f1fee28c5 +size 64077324 diff --git a/mupdf.changes b/mupdf.changes index 5f7e00b..44b14d0 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Oct 25 14:01:11 UTC 2021 - Andreas Stieger + +- update to 1.19.0 + * Remov support for Luratech JBIG2 and JPEG2000 decoders + * Add 'extract' library for more output options: DOCX, ODT + * Journal for undo and redo + * Snapshot for auto-save and restore + * Reflow document wrapper + * Rollover appearance for annotations and widgets + * Customize appearance of signed digital signatures + * Progress and cancel callbacks to OCR functions + * Create signature form fields + * Improved Font and format support + * developer visible improvements + ------------------------------------------------------------------- Sun Oct 25 12:05:00 UTC 2020 - Hsiu-Ming Chang diff --git a/mupdf.spec b/mupdf.spec index 72ee86d..1eea139 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -1,7 +1,7 @@ # # spec file for package mupdf # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2011 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -18,13 +18,13 @@ Name: mupdf -Version: 1.18.0 +Version: 1.19.0 Release: 0 Summary: PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0-or-later Group: Productivity/Office/Other URL: https://mupdf.com/ -Source0: %{URL}/downloads/archive/%{name}-%{version}-source.tar.xz +Source0: https://mupdf.com/downloads/archive/%{name}-%{version}-source.tar.xz Source1: %{name}.desktop Source2: %{name}-gl.desktop Patch0: mupdf-no-strip.patch @@ -35,12 +35,12 @@ BuildRequires: freetype2-devel BuildRequires: gcc-c++ BuildRequires: jbig2dec-devel BuildRequires: libcurl-devel +BuildRequires: libgumbo-devel BuildRequires: libjpeg-devel BuildRequires: openjpeg2-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: zlib-devel -BuildRequires: libgumbo-devel BuildRequires: pkgconfig(harfbuzz) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(openssl) @@ -73,7 +73,7 @@ based on mupdf. %prep %autosetup -p1 -n %{name}-%{version}-source -for d in $(ls thirdparty | grep -v -e freeglut -e lcms2 -e mujs) +for d in $(ls thirdparty | grep -v -e freeglut -e lcms2 -e mujs -e extract) do rm -rf thirdparty/$d done