Dr. Werner Fink 2019-07-04 07:35:43 +00:00 committed by Git OBS Bridge
parent 6fdc103597
commit 55283f8e77
2 changed files with 7 additions and 13 deletions

View File

@ -22,8 +22,7 @@
texk/texlive/tl_scripts/texconfig.sh | 35 ---
texk/texlive/tl_scripts/texlinks.sh | 53 +++-
texk/web2c/Makefile.in | 7
texk/web2c/luatexdir/image/pdftoepdf.c | 1
texk/web2c/luatexdir/luapplib/ppheap.c | 60 ++---
texk/web2c/luatexdir/luapplib/ppheap.c | 61 ++---
texk/web2c/luatexdir/luapplib/ppload.c | 4
texk/web2c/uptexdir/tests/gkhugeng.err | 8
texk/web2c/window/regis.c | 8
@ -31,7 +30,7 @@
texk/web2c/window/x11-Xt.c | 4
texk/xdvik/psgs.c | 22 +
texk/xdvik/xdvi-sh.in | 19 +
32 files changed, 393 insertions(+), 190 deletions(-)
31 files changed, 393 insertions(+), 190 deletions(-)
--- libs/icu/icu-src/source/common/Makefile.in
+++ libs/icu/icu-src/source/common/Makefile.in 2018-04-10 09:02:17.774983801 +0000
@ -1027,16 +1026,6 @@
$(srcdir)/c-auto.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
rm -f w2c/stamp-h1
--- texk/web2c/luatexdir/image/pdftoepdf.c
+++ texk/web2c/luatexdir/image/pdftoepdf.c 2019-05-20 11:45:50.307508800 +0000
@@ -73,6 +73,7 @@
}
tmp.file_path = file_path;
pdf_doc = (PdfDocument *) avl_find(PdfDocumentTree, &tmp);
+ pdf_doc->memstream = NULL; /* Not initialized in line 1048: deletePdfDocumentPdfDoc() */
return pdf_doc;
}
--- texk/web2c/luatexdir/luapplib/ppheap.c
+++ texk/web2c/luatexdir/luapplib/ppheap.c 2019-05-20 12:04:35.067508800 +0000
@@ -101,21 +101,25 @@

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 4 06:35:49 UTC 2019 - Dr. Werner Fink <werner@suse.de>
- Clean patch source.dif that is remove left over from TeXLive 2018 (boo#1140203)
-------------------------------------------------------------------
Fri May 31 12:29:26 UTC 2019 - Dr. Werner Fink <werner@suse.de>