SHA256
1
0
forked from pool/mupdf

Accepting request 927490 from Publishing

OBS-URL: https://build.opensuse.org/request/show/927490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mupdf?expand=0&rev=44
This commit is contained in:
Dominique Leuenberger 2021-10-26 18:14:01 +00:00 committed by Git OBS Bridge
commit 657a95632d
4 changed files with 24 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:592d4f6c0fba41bb954eb1a41616661b62b134d5b383e33bd45a081af5d4a59a
size 53621544

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38f39943e408d60a3e7d6c2fca0d705163540ca24d65682d4426dc6f1fee28c5
size 64077324

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Oct 25 14:01:11 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <cges30901@gmail.com>

View File

@ -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