Hello community, here is the log from the commit of package mupdf for openSUSE:Factory checked in at 2014-08-27 22:18:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mupdf (Old) and /work/SRC/openSUSE:Factory/.mupdf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mupdf" Changes: -------- --- /work/SRC/openSUSE:Factory/mupdf/mupdf.changes 2014-06-16 21:55:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mupdf.new/mupdf.changes 2014-08-27 22:18:21.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Aug 26 07:03:44 UTC 2014 - [email protected] + +- update to version 1.5 + * This is a bugfix release: dozens of bugs have been found and + exterminated! + * A typo resulting in a potential stack overflow that could + corrupt files when saving edits to a PDF has been fixed. + Another bug which caused a significant slowdown has also been + fixed. + +------------------------------------------------------------------- Old: ---- mupdf-1.4-source.tar.gz New: ---- mupdf-1.5-source.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mupdf.spec ++++++ --- /var/tmp/diff_new_pack.li70Y8/_old 2014-08-27 22:18:23.000000000 +0200 +++ /var/tmp/diff_new_pack.li70Y8/_new 2014-08-27 22:18:23.000000000 +0200 @@ -18,7 +18,7 @@ Name: mupdf -Version: 1.4 +Version: 1.5 Release: 0 Summary: Lightweight PDF and XPS Viewer and Parser and Rendering Library License: AGPL-3.0+ @@ -114,6 +114,7 @@ %doc CHANGES COPYING README docs/naming.txt docs/overview.txt %doc docs/progressive.txt docs/refcount.txt docs/examples/ %{_bindir}/mupdf +%{_bindir}/mupdf-x11-curl %{_bindir}/mudraw %{_bindir}/mutool %{_bindir}/mujstest ++++++ mupdf-1.4-source.tar.gz -> mupdf-1.5-source.tar.gz ++++++ /work/SRC/openSUSE:Factory/mupdf/mupdf-1.4-source.tar.gz /work/SRC/openSUSE:Factory/.mupdf.new/mupdf-1.5-source.tar.gz differ: char 5, line 1 ++++++ mupdf-fix-openjpeg2.patch ++++++ --- /var/tmp/diff_new_pack.li70Y8/_old 2014-08-27 22:18:23.000000000 +0200 +++ /var/tmp/diff_new_pack.li70Y8/_new 2014-08-27 22:18:23.000000000 +0200 @@ -1,23 +1,8 @@ -Index: mupdf-1.4-source/Makerules +Index: mupdf-1.5-source/source/fitz/load-jpx.c =================================================================== ---- mupdf-1.4-source.orig/Makerules -+++ mupdf-1.4-source/Makerules -@@ -71,8 +71,8 @@ SYS_X11_LIBS = $(shell pkg-config --libs - - SYS_FREETYPE_CFLAGS = $(shell pkg-config --cflags freetype2) - SYS_FREETYPE_LIBS = $(shell pkg-config --libs freetype2) --SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjpeg1) --SYS_OPENJPEG_LIBS = $(shell pkg-config --libs libopenjpeg1) -+SYS_OPENJPEG_CFLAGS = $(shell pkg-config --cflags libopenjp2) -+SYS_OPENJPEG_LIBS = $(shell pkg-config --libs libopenjp2) - SYS_JBIG2DEC_LIBS = -ljbig2dec - SYS_JPEG_LIBS = -ljpeg - SYS_ZLIB_LIBS = -lz -Index: mupdf-1.4-source/source/fitz/load-jpx.c -=================================================================== ---- mupdf-1.4-source.orig/source/fitz/load-jpx.c -+++ mupdf-1.4-source/source/fitz/load-jpx.c -@@ -117,7 +117,7 @@ fz_load_jpx(fz_context *ctx, unsigned ch +--- mupdf-1.5-source.orig/source/fitz/load-jpx.c ++++ mupdf-1.5-source/source/fitz/load-jpx.c +@@ -116,7 +116,7 @@ fz_load_jpx(fz_context *ctx, unsigned ch opj_stream_set_read_function(stream, fz_opj_stream_read); opj_stream_set_skip_function(stream, fz_opj_stream_skip); opj_stream_set_seek_function(stream, fz_opj_stream_seek); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
