diff --git a/mupdf-1.11-openjpeg.patch b/mupdf-1.11-openjpeg.patch index 6525403..5539cdb 100644 --- a/mupdf-1.11-openjpeg.patch +++ b/mupdf-1.11-openjpeg.patch @@ -1,8 +1,8 @@ -diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c -index d01de58..a07dbb5 100644 ---- a/source/fitz/load-jpx.c -+++ b/source/fitz/load-jpx.c -@@ -443,15 +443,19 @@ fz_load_jpx_info(fz_context *ctx, unsigned char *data, size_t size, int *wp, int +diff --git i/source/fitz/load-jpx.c w/source/fitz/load-jpx.c +index d01de585..9934e47a 100644 +--- i/source/fitz/load-jpx.c ++++ w/source/fitz/load-jpx.c +@@ -443,12 +443,15 @@ fz_load_jpx_info(fz_context *ctx, unsigned char *data, size_t size, int *wp, int } #else /* HAVE_LURATECH */ @@ -18,13 +18,8 @@ index d01de58..a07dbb5 100644 +#endif #define USE_JPIP --#include -+#include -+ - - struct fz_jpxd_s - { -@@ -920,6 +924,9 @@ fz_load_jpx_info(fz_context *ctx, unsigned char *data, size_t size, int *wp, int + #include +@@ -920,6 +923,9 @@ fz_load_jpx_info(fz_context *ctx, unsigned char *data, size_t size, int *wp, int } #endif /* HAVE_LURATECH */ diff --git a/mupdf.spec b/mupdf.spec index d659acd..99b1a25 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -1,6 +1,6 @@ Name: mupdf Version: 1.11 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A lightweight PDF viewer and toolkit Group: Applications/Publishing License: GPLv3 @@ -81,6 +81,9 @@ update-desktop-database &> /dev/null || : %{_libdir}/lib%{name}*.a %changelog +* Sat Nov 11 2017 Michael J Gruber - 1.11-8 +* repair FTBFS from version specific patch in 412e729 ("New release 1.11", 2017-04-11) + * Sat Nov 11 2017 Michael J Gruber - 1.11-7 - rebuild with jbig2dec 0.14 (#1456731)