From 37d59b30401353bd38e6984eda6bea53321cc7d4afdec5113b9dbf5240ef7e60 Mon Sep 17 00:00:00 2001 From: Guido Berhoerster Date: Mon, 5 Jan 2015 22:45:59 +0000 Subject: [PATCH] Accepting request 279998 from home:jcsl:test - update to version 1.6 * Features: + Color detection device (mudraw -T). + Sepia mode full-page color tinting in X11 and win32 viewer (keybinding: shift-C). + Re-implement printf and strtod due to portability issue with locales and number formatting. + Add experimental 'gsview' project: a Windows Modern UI viewer. + Improve XML parser interface. * Bug fixes: + CBZ page ordering + ZIP64 support + iOS and Android bug fixes + Miscellaneous minor fixes OBS-URL: https://build.opensuse.org/request/show/279998 OBS-URL: https://build.opensuse.org/package/show/Publishing/mupdf?expand=0&rev=21 --- mupdf-1.5-source.tar.gz | 3 --- mupdf-1.6-source.tar.xz | 3 +++ mupdf.changes | 18 ++++++++++++++++++ mupdf.spec | 4 ++-- 4 files changed, 23 insertions(+), 5 deletions(-) delete mode 100644 mupdf-1.5-source.tar.gz create mode 100644 mupdf-1.6-source.tar.xz diff --git a/mupdf-1.5-source.tar.gz b/mupdf-1.5-source.tar.gz deleted file mode 100644 index 528501e..0000000 --- a/mupdf-1.5-source.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e41fa8951de3b44a5ec95052b8897fbcca1eb721e0fd0289862e31e2f03f846a -size 13269193 diff --git a/mupdf-1.6-source.tar.xz b/mupdf-1.6-source.tar.xz new file mode 100644 index 0000000..ebe1563 --- /dev/null +++ b/mupdf-1.6-source.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb4fbf31131257036aee3d488543f5229ec91bb706794afa625033cfb246fff +size 8464296 diff --git a/mupdf.changes b/mupdf.changes index 0acd08d..06f85a4 100644 --- a/mupdf.changes +++ b/mupdf.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Dec 31 00:10:35 UTC 2014 - trcs@gmx.com + +- update to version 1.6 + * Features: + + Color detection device (mudraw -T). + + Sepia mode full-page color tinting in X11 and win32 viewer + (keybinding: shift-C). + + Re-implement printf and strtod due to portability issue with + locales and number formatting. + + Add experimental 'gsview' project: a Windows Modern UI viewer. + + Improve XML parser interface. + * Bug fixes: + + CBZ page ordering + + ZIP64 support + + iOS and Android bug fixes + + Miscellaneous minor fixes + ------------------------------------------------------------------- Tue Aug 26 07:03:44 UTC 2014 - gber@opensuse.org diff --git a/mupdf.spec b/mupdf.spec index 157e1a2..55706a4 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -18,13 +18,13 @@ Name: mupdf -Version: 1.5 +Version: 1.6 Release: 0 Summary: Lightweight PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0+ Group: Productivity/Office/Other Url: http://mupdf.com/ -Source0: http://mupdf.com/downloads/mupdf-%{version}-source.tar.gz +Source0: http://mupdf.com/downloads/mupdf-%{version}-source.tar.xz Source1: mupdf.desktop Source2: mupdf.png # PATCH-FIX-OPENSUSE mupdf-fix-openjpeg2.patch gber@opensuse.org -- Fix build against openjpeg2 2.1 on openSUSE