From b75f53038dd4dad0068a8e967ad9c7307f7a094bb4055b0c5955cbb45b3332ac Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 27 Mar 2023 12:43:16 +0000 Subject: [PATCH] Modify source-warns.dif OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=429 --- source-warns.dif | 45 +-------------------------------------------- texlive.changes | 2 ++ 2 files changed, 3 insertions(+), 44 deletions(-) diff --git a/source-warns.dif b/source-warns.dif index 09f42fa..f1cac37 100644 --- a/source-warns.dif +++ b/source-warns.dif @@ -1,6 +1,5 @@ --- libs/gmp/Makefile.in | 2 +- - libs/icu/icu-src/source/i18n/decNumber.h | 22 +++++++++++++--------- libs/lua53/Makefile.in | 4 ++-- libs/mpfr/Makefile.in | 2 +- libs/teckit/TECkit-src/source/Compiler.cpp | 12 +++++++----- @@ -8,7 +7,7 @@ texk/makeindexk/mkind.h | 20 +++++++++++++++++--- texk/makeindexk/scanid.h | 16 +++++++++++++++- texk/makeindexk/scanst.h | 16 +++++++++++++++- - 9 files changed, 86 insertions(+), 24 deletions(-) + 8 files changed, 73 insertions(+), 15 deletions(-) --- libs/gmp/Makefile.in +++ libs/gmp/Makefile.in 2016-06-07 13:29:33.925651292 +0000 @@ -21,48 +20,6 @@ AM_V_CC = $(am__v_CC_@AM_V@) am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) am__v_CC_0 = @echo " CC " $@; ---- libs/icu/icu-src/source/i18n/decNumber.h -+++ libs/icu/icu-src/source/i18n/decNumber.h 2016-06-07 13:29:33.925651292 +0000 -@@ -56,26 +56,30 @@ - /* For ICU, use one digit per byte, to make it easier to emulate the - * old DigitList interface on top of a decNumber - */ -- #define DECDPUN 1 /* DECimal Digits Per UNit [must be >0 */ -+ #define DECDPUN 3 /* DECimal Digits Per UNit [must be >0 */ - /* and <10; 3 or powers of 2 are best]. */ - -- /* DECNUMDIGITS is the default number of digits that can be held in */ -- /* the structure. If undefined, 1 is assumed and it is assumed */ -- /* that the structure will be immediately followed by extra space, */ -- /* as required. DECNUMDIGITS is always >0. */ -- #if !defined(DECNUMDIGITS) -- #define DECNUMDIGITS 1 -- #endif -- - /* The size (integer data type) of each unit is determined by the */ - /* number of digits it will hold. */ - #if DECDPUN<=2 - #define decNumberUnit uint8_t -+ #define DECNUMDIGITS 3 - #elif DECDPUN<=4 - #define decNumberUnit uint16_t -+ #define DECNUMDIGITS 2 - #else - #define decNumberUnit uint32_t -+ #define DECNUMDIGITS 1 - #endif -+ -+ /* DECNUMDIGITS is the default number of digits that can be held in */ -+ /* the structure. If undefined, 1 is assumed and it is assumed */ -+ /* that the structure will be immediately followed by extra space, */ -+ /* as required. DECNUMDIGITS is always >0. */ -+ #if !defined(DECNUMDIGITS) -+ #define DECNUMDIGITS 1 -+ #endif -+ - /* The number of units needed is ceil(DECNUMDIGITS/DECDPUN) */ - #define DECNUMUNITS ((DECNUMDIGITS+DECDPUN-1)/DECDPUN) - --- libs/lua53/Makefile.in +++ libs/lua53/Makefile.in 2016-06-07 13:29:33.925651292 +0000 @@ -238,11 +238,11 @@ am__depfiles_remade = ./$(DEPDIR)/luates diff --git a/texlive.changes b/texlive.changes index bdf98c6..06df9e2 100644 --- a/texlive.changes +++ b/texlive.changes @@ -2,6 +2,8 @@ Mon Mar 20 08:38:07 UTC 2023 - Dr. Werner Fink - Update to final TeXLive 2023 +- Do not touch libs/icu/icu-src/source/i18n/decNumber.h in + source-warns.dif as otherwise libicu does not compile ------------------------------------------------------------------- Thu Mar 9 13:45:37 UTC 2023 - Dr. Werner Fink