diff --git a/mupdf-1.8-source.tar.gz b/mupdf-1.8-source.tar.gz deleted file mode 100644 index fa6241f..0000000 --- a/mupdf-1.8-source.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2a3c64d8b24920f87cf4ea9339a25abf7388496440f13b37482d1403c33c206 -size 14169777 diff --git a/mupdf-1.9-source.tar.gz b/mupdf-1.9-source.tar.gz new file mode 100644 index 0000000..e71c4e1 --- /dev/null +++ b/mupdf-1.9-source.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1776eb4368467c553ce78ec89c731ed84917c6c7ee0396b15d8739356c98e296 +size 20470618 diff --git a/mupdf.changes b/mupdf.changes index 4c379c5..29c3417 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Apr 19 09:42:15 UTC 2016 - idonmez@suse.com + +- Update to version 1.9 + * Bidirectional layout for Arabic and Hebrew scripts. + * Shaping complex scripts for EPUB text layout. + * Noto fallback fonts for EPUB layout. + * mutool create: + - Create new PDF files from scratch. + - Read an annotated content stream in a text file and write a + PDF file, automatically embedding font and image resources. + * mutool run: + - Run javascript scripts with MuPDF bindings. + - The interface is similar to the new Java interface. + * mutool draw: + * Optional multi-threaded operation (Windows and pthreads). + * Optional low memory mode (primarily for testing). + ------------------------------------------------------------------- Mon Mar 21 18:57:22 UTC 2016 - idonmez@suse.com diff --git a/mupdf.spec b/mupdf.spec index b98594b..d7a9f5c 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -18,7 +18,7 @@ Name: mupdf -Version: 1.8 +Version: 1.9 Release: 0 Summary: Lightweight PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0+ @@ -38,6 +38,7 @@ BuildRequires: openjpeg2-devel BuildRequires: update-desktop-files BuildRequires: xorg-x11-devel BuildRequires: zlib-devel +BuildRequires: pkgconfig(harfbuzz) Requires: xdg-utils BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -127,5 +128,6 @@ install -D -p -m 644 %{SOURCE2} \ %defattr(-,root,root,-) %{_includedir}/mupdf/ %{_libdir}/libmupdf.a +%{_libdir}/libmupdfthird.a %changelog