From 00127573f6589192fb1604da8a79b71fa70a58de1251d5a71fcf7395ba525f13 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 3 May 2018 08:20:39 +0000 Subject: [PATCH] Avoid hunks with source-dvipdfm-x.dif OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=291 --- source-dvipdfm-x.dif | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source-dvipdfm-x.dif b/source-dvipdfm-x.dif index d70b095..9d8274c 100644 --- a/source-dvipdfm-x.dif +++ b/source-dvipdfm-x.dif @@ -1,6 +1,6 @@ --- texk/dvipdfm-x/pngimage.c_orig 2018-04-27 02:37:38.954103428 +0200 +++ texk/dvipdfm-x/pngimage.c 2018-04-27 02:48:48.121731743 +0200 -@@ -966,12 +966,16 @@ +@@ -964,12 +964,16 @@ png_bytep trans; int num_trans; png_uint_32 i; @@ -17,7 +17,7 @@ smask = pdf_new_stream(STREAM_COMPRESS); dict = pdf_stream_dict(smask); -@@ -983,7 +987,8 @@ +@@ -981,7 +985,8 @@ pdf_add_dict(dict, pdf_new_name("ColorSpace"), pdf_new_name("DeviceGray")); pdf_add_dict(dict, pdf_new_name("BitsPerComponent"), pdf_new_number(8)); for (i = 0; i < width*height; i++) {