From 950d5cfeab8b9216fb06f53e6ebd2e6c9e773abe4a7d7c4f68db2af850bf0ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 12 Nov 2015 13:24:11 +0000 Subject: [PATCH] - Update to version 1.8 * New URW fonts with greek and cyrillic. * 64-bit file support. * Updated FreeType to version 2.6.1. * Various font substitution bug fixes. * Fix setjmp/longjmp behaviour which could cause optimizing compilers to misbehave. * EPUB improvements: User style sheets, GIF images, Table of Contents, CJK text, Page margins and many bug fixes. OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=28 --- mupdf-1.7a-source.tar.gz | 3 --- mupdf-1.8-source.tar.gz | 3 +++ mupdf.changes | 13 +++++++++++++ mupdf.png | 4 ++-- mupdf.spec | 9 +++++---- 5 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 mupdf-1.7a-source.tar.gz create mode 100644 mupdf-1.8-source.tar.gz diff --git a/mupdf-1.7a-source.tar.gz b/mupdf-1.7a-source.tar.gz deleted file mode 100644 index d3d91c0..0000000 --- a/mupdf-1.7a-source.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8c035ffa011fc44f8a488f70da3e6e51889508bbf66fe6b90a63e0cfa6c17d1c -size 13310720 diff --git a/mupdf-1.8-source.tar.gz b/mupdf-1.8-source.tar.gz new file mode 100644 index 0000000..fa6241f --- /dev/null +++ b/mupdf-1.8-source.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a3c64d8b24920f87cf4ea9339a25abf7388496440f13b37482d1403c33c206 +size 14169777 diff --git a/mupdf.changes b/mupdf.changes index b5484d6..8a76206 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Nov 12 13:02:09 UTC 2015 - idonmez@suse.com + +- Update to version 1.8 + * New URW fonts with greek and cyrillic. + * 64-bit file support. + * Updated FreeType to version 2.6.1. + * Various font substitution bug fixes. + * Fix setjmp/longjmp behaviour which could cause optimizing + compilers to misbehave. + * EPUB improvements: User style sheets, GIF images, Table of Contents, + CJK text, Page margins and many bug fixes. + ------------------------------------------------------------------- Tue Aug 18 08:47:41 UTC 2015 - idonmez@suse.com diff --git a/mupdf.png b/mupdf.png index 288c41e..d71b2aa 100644 --- a/mupdf.png +++ b/mupdf.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:56a4fe7f311db9e93fbca7ed4374533c7369cdb090b007b5b3dc6ba7b94f0a4d -size 3009 +oid sha256:bf2f0a2f58ae6c08bd488e353911c47be0a2ea4627b5d748ea916a75ec944712 +size 73084 diff --git a/mupdf.spec b/mupdf.spec index 0383aea..34086f5 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -18,7 +18,7 @@ Name: mupdf -Version: 1.7a +Version: 1.8 Release: 0 Summary: Lightweight PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0+ @@ -80,13 +80,15 @@ done # do no set CFLAGS which is used by the build system itself! export XCFLAGS="%{optflags} -fPIC -pthread" make %{?_smp_mflags} \ + build=release \ verbose=yes \ NOCURL= \ CURL_CFLAGS="$(pkg-config --libs libcurl)" \ - CURL_LIBS=" -pthread $(pkg-config --libs libcurl)" + CURL_LIBS=" -pthread $(pkg-config --libs libcurl)" \ + HAVE_GLFW=no V=1 %install -%make_install prefix=%{_prefix} libdir=%{_libdir} +%make_install build=release prefix=%{_prefix} libdir=%{_libdir} mv %{buildroot}%{_bindir}/mupdf-x11 %{buildroot}%{_bindir}/mupdf @@ -115,7 +117,6 @@ install -D -p -m 644 %{SOURCE2} \ %doc docs/progressive.txt docs/refcount.txt docs/examples/ %{_bindir}/mupdf %{_bindir}/mupdf-x11-curl -%{_bindir}/mudraw %{_bindir}/mutool %{_bindir}/mujstest %{_datadir}/applications/mupdf.desktop