diff --git a/mupdf-1.16.1-source.tar.xz b/mupdf-1.16.1-source.tar.xz deleted file mode 100644 index 673d86e..0000000 --- a/mupdf-1.16.1-source.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6fe78184bd5208f9595e4d7f92bc8df50af30fbe8e2c1298b581c84945f2f5da -size 45800404 diff --git a/mupdf-1.17.0-source.tar.xz b/mupdf-1.17.0-source.tar.xz new file mode 100644 index 0000000..8ff5299 --- /dev/null +++ b/mupdf-1.17.0-source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c935fb2593d9a28d9b56b59dad6e3b0716a6790f8a257a68fa7dcb4430bc6086 +size 48559964 diff --git a/mupdf.changes b/mupdf.changes index 3552818..967ff84 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Fri Jun 19 08:24:38 UTC 2020 - Dan Čermák + +- 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 diff --git a/mupdf.spec b/mupdf.spec index 17286b0..68ac7ef 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -18,17 +18,18 @@ Name: mupdf -Version: 1.16.1 +Version: 1.17.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: https://mupdf.com/downloads/archive/%{name}-%{version}-source.tar.xz +Source0: %{URL}/downloads/archive/%{name}-%{version}-source.tar.xz Source1: %{name}.desktop Source2: %{name}-gl.desktop Patch0: mupdf-no-strip.patch BuildRequires: Mesa-libGL-devel +BuildRequires: fdupes BuildRequires: freeglut-devel BuildRequires: freetype2-devel BuildRequires: gcc-c++ @@ -69,9 +70,7 @@ This package contains development files needed for developing applications based on mupdf. %prep -%setup -q -n %{name}-%{version}-source - -%patch0 -p1 +%autosetup -p1 -n %{name}-%{version}-source for d in $(ls thirdparty | grep -v -e freeglut -e lcms2 -e mujs) do @@ -110,6 +109,7 @@ chmod 0644 %{buildroot}%{_libdir}/*.a find %{buildroot}/%{_mandir} -type f -exec chmod 0644 {} \; find %{buildroot}/%{_includedir} -type f -exec chmod 0644 {} \; cd %{buildroot}/%{_bindir} && ln -s %{name}-x11 %{name} +%fdupes %{buildroot}%{_datadir} %suse_update_desktop_file mupdf