From bd0598fbfe031847e96294b5f2e2004d1a9da1c802b01310dca976fd9ceb5896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 19 Apr 2016 09:54:56 +0000 Subject: [PATCH 1/2] - 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). OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=34 --- mupdf-1.8-source.tar.gz | 3 --- mupdf-1.9-source.tar.gz | 3 +++ mupdf.changes | 18 ++++++++++++++++++ mupdf.spec | 4 +++- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 mupdf-1.8-source.tar.gz create mode 100644 mupdf-1.9-source.tar.gz 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 From cc6faf65b1842995e31fbe99c904380f1647e1a4a07edc080316fd2ad8e72aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 19 Apr 2016 09:55:57 +0000 Subject: [PATCH 2/2] - OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=35 --- mupdf.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mupdf.changes b/mupdf.changes index 29c3417..bc680bf 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -13,8 +13,8 @@ Tue Apr 19 09:42:15 UTC 2016 - idonmez@suse.com - 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). + - 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