Accepting request 815897 from home:dancermak:branches:Publishing
Update to version 1.17.0 OBS-URL: https://build.opensuse.org/request/show/815897 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=91
This commit is contained in:
parent
4b5808a431
commit
87ba2d5c84
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6fe78184bd5208f9595e4d7f92bc8df50af30fbe8e2c1298b581c84945f2f5da
|
|
||||||
size 45800404
|
|
3
mupdf-1.17.0-source.tar.xz
Normal file
3
mupdf-1.17.0-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c935fb2593d9a28d9b56b59dad6e3b0716a6790f8a257a68fa7dcb4430bc6086
|
||||||
|
size 48559964
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 19 08:24:38 UTC 2020 - Dan Čermák <dcermak@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.17.0
|
||||||
|
|
||||||
|
* api: Improved accessors for markup/ink/polygon annotation data.
|
||||||
|
* api: Chapter based API for faster EPUB loading.
|
||||||
|
* api: Add more documentation to header files.
|
||||||
|
* api: Improved digital signature signing and verification.
|
||||||
|
* api: Validate changes in a signed PDF file.
|
||||||
|
|
||||||
|
* build: Moved windows build to VS2019 solution.
|
||||||
|
|
||||||
|
* pdf: Redaction now works on images and links as well as text.
|
||||||
|
* pdf: Greek, Cyrillic, Chinese, Japanese, and Korean scripts in forms and annotations.
|
||||||
|
* pdf: File attachment annotations.
|
||||||
|
* pdf: Use CCITT Fax compression for 1-bit images when creating PDF files.
|
||||||
|
|
||||||
|
* epub: More forgiving XHTML parsing.
|
||||||
|
* epub: Accelerator files to cache chapter data for faster EPUB loading.
|
||||||
|
* epub: Optimized memory use.
|
||||||
|
|
||||||
|
* mutool run: Edit Markup, Ink, and Polygon annotation data.
|
||||||
|
* mutool run: Fill out form fields.
|
||||||
|
* viewer: Ask for confirmation before closing a PDF with unsaved changes.
|
||||||
|
* viewer: Embed and extract file attachment annotations.
|
||||||
|
|
||||||
|
* library: Miscellaneous bugfixes.
|
||||||
|
* library: Fixes to store operation.
|
||||||
|
|
||||||
|
* thirdparty: Updated Harfbuzz to 2.6.4.
|
||||||
|
* thirdparty: Updated jbig2dec to 0.18.
|
||||||
|
* thirdparty: Updated MuJS to 1.0.7.
|
||||||
|
* thirdparty: Updated OpenJPEG to 2.3.1.
|
||||||
|
* thirdparty: Updated cURL to 7.66.0 (windows only).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 12 08:32:08 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
Fri Jun 12 08:32:08 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
10
mupdf.spec
10
mupdf.spec
@ -18,17 +18,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: mupdf
|
Name: mupdf
|
||||||
Version: 1.16.1
|
Version: 1.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: PDF and XPS Viewer and Parser and Rendering Library
|
Summary: PDF and XPS Viewer and Parser and Rendering Library
|
||||||
License: AGPL-3.0-or-later
|
License: AGPL-3.0-or-later
|
||||||
Group: Productivity/Office/Other
|
Group: Productivity/Office/Other
|
||||||
URL: https://mupdf.com/
|
URL: https://mupdf.com/
|
||||||
Source0: https://mupdf.com/downloads/archive/%{name}-%{version}-source.tar.xz
|
Source0: %{URL}/downloads/archive/%{name}-%{version}-source.tar.xz
|
||||||
Source1: %{name}.desktop
|
Source1: %{name}.desktop
|
||||||
Source2: %{name}-gl.desktop
|
Source2: %{name}-gl.desktop
|
||||||
Patch0: mupdf-no-strip.patch
|
Patch0: mupdf-no-strip.patch
|
||||||
BuildRequires: Mesa-libGL-devel
|
BuildRequires: Mesa-libGL-devel
|
||||||
|
BuildRequires: fdupes
|
||||||
BuildRequires: freeglut-devel
|
BuildRequires: freeglut-devel
|
||||||
BuildRequires: freetype2-devel
|
BuildRequires: freetype2-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -69,9 +70,7 @@ This package contains development files needed for developing applications
|
|||||||
based on mupdf.
|
based on mupdf.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-source
|
%autosetup -p1 -n %{name}-%{version}-source
|
||||||
|
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
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)
|
||||||
do
|
do
|
||||||
@ -110,6 +109,7 @@ chmod 0644 %{buildroot}%{_libdir}/*.a
|
|||||||
find %{buildroot}/%{_mandir} -type f -exec chmod 0644 {} \;
|
find %{buildroot}/%{_mandir} -type f -exec chmod 0644 {} \;
|
||||||
find %{buildroot}/%{_includedir} -type f -exec chmod 0644 {} \;
|
find %{buildroot}/%{_includedir} -type f -exec chmod 0644 {} \;
|
||||||
cd %{buildroot}/%{_bindir} && ln -s %{name}-x11 %{name}
|
cd %{buildroot}/%{_bindir} && ln -s %{name}-x11 %{name}
|
||||||
|
%fdupes %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%suse_update_desktop_file mupdf
|
%suse_update_desktop_file mupdf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user