forked from pool/texlive
.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=360
This commit is contained in:
parent
d42f657d27
commit
66fb7ad934
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
texk/upmendex/convert.c | 2 +-
|
||||||
utils/lacheck/lacheck.test | 3 ++-
|
utils/lacheck/lacheck.test | 3 ++-
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
2 files changed, 3 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
--- utils/lacheck/lacheck.test
|
--- utils/lacheck/lacheck.test
|
||||||
+++ utils/lacheck/lacheck.test 2018-04-10 08:57:17.672625041 +0000
|
+++ utils/lacheck/lacheck.test 2018-04-10 08:57:17.672625041 +0000
|
||||||
@ -12,3 +13,14 @@
|
|||||||
+test -e $srcdir/test.old || > $srcdir/test.old
|
+test -e $srcdir/test.old || > $srcdir/test.old
|
||||||
+diff $srcdir/test.old test.out || true
|
+diff $srcdir/test.old test.out || true
|
||||||
|
|
||||||
|
--- texk/upmendex/convert.c
|
||||||
|
+++ texk/upmendex/convert.c 2020-04-22 06:10:54.285427585 +0000
|
||||||
|
@@ -187,7 +187,7 @@ static int dcomp(const void *bf1, const
|
||||||
|
int convert(UChar *buff1, UChar *buff2)
|
||||||
|
{
|
||||||
|
int i=0,j=0,k;
|
||||||
|
- char errbuff[BUFFERLEN],errbuff2[BUFFERLEN];
|
||||||
|
+ char errbuff[BUFFERLEN+42],errbuff2[BUFFERLEN];
|
||||||
|
int wclen;
|
||||||
|
UChar buff3[3];
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 22 06:18:45 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
- Extend patch source-overflow.dif to catch an overflow found
|
||||||
|
by fortify on ppc64
|
||||||
|
- TeXLive 2020 requires harfbuzz >= 2.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 20 07:02:13 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
Mon Apr 20 07:02:13 UTC 2020 - Dr. Werner Fink <werner@suse.de>
|
||||||
|
|
||||||
|
@ -127,7 +127,9 @@ BuildRequires: ghostscript-library
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: graphite2-devel
|
BuildRequires: graphite2-devel
|
||||||
BuildRequires: gsl-devel
|
BuildRequires: gsl-devel
|
||||||
BuildRequires: harfbuzz-devel
|
%if 0%{?sle_version} >= 150200
|
||||||
|
BuildRequires: harfbuzz-devel >= 2.6
|
||||||
|
%endif
|
||||||
BuildRequires: jpeg
|
BuildRequires: jpeg
|
||||||
BuildRequires: libOSMesa-devel
|
BuildRequires: libOSMesa-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
@ -3996,7 +3998,9 @@ fi
|
|||||||
--with-system-cairo \
|
--with-system-cairo \
|
||||||
--with-system-includes=/usr/include/cairo \
|
--with-system-includes=/usr/include/cairo \
|
||||||
--with-system-mpfr \
|
--with-system-mpfr \
|
||||||
|
%if 0%{?sle_version} >= 150200
|
||||||
--with-system-harfbuzz \
|
--with-system-harfbuzz \
|
||||||
|
%endif
|
||||||
--with-system-icu \
|
--with-system-icu \
|
||||||
--with-system-graphite2 \
|
--with-system-graphite2 \
|
||||||
--with-system-potrace \
|
--with-system-potrace \
|
||||||
|
Loading…
Reference in New Issue
Block a user