Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package texlive for openSUSE:Factory checked in at 2022-11-08 11:47:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive (Old) and /work/SRC/openSUSE:Factory/.texlive.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive" Tue Nov 8 11:47:29 2022 rev:83 rq:1034285 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive/texlive.changes 2022-07-26 19:42:49.698603307 +0200 +++ /work/SRC/openSUSE:Factory/.texlive.new.1597/texlive.changes 2022-11-08 11:47:34.159764491 +0100 @@ -1,0 +2,5 @@ +Fri Oct 28 09:55:07 UTC 2022 - Dr. Werner Fink <[email protected]> + +- Make it build even ol ppc64le + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ source-ppc64.dif ++++++ --- /var/tmp/diff_new_pack.gBrd2u/_old 2022-11-08 11:47:36.007773876 +0100 +++ /var/tmp/diff_new_pack.gBrd2u/_new 2022-11-08 11:47:36.035774018 +0100 @@ -1,7 +1,8 @@ --- - libs/luajit/configure | 9 +++++++++ - libs/luajit/m4/lj-system.m4 | 8 +++++++- - 2 files changed, 16 insertions(+), 1 deletion(-) + libs/luajit/configure | 9 +++++++++ + libs/luajit/m4/lj-system.m4 | 8 +++++++- + texk/dvisvgm/dvisvgm-src/libs/xxHash/xxhash.h | 6 +++--- + 3 files changed, 19 insertions(+), 4 deletions(-) --- libs/luajit/configure +++ libs/luajit/configure 2020-04-30 15:42:15.998038368 +0000 @@ -38,4 +39,33 @@ AS_IF([test "x$build" != "x$host"], [AS_CASE([$LJHOST], +--- texk/dvisvgm/dvisvgm-src/libs/xxHash/xxhash.h ++++ texk/dvisvgm/dvisvgm-src/libs/xxHash/xxhash.h 2022-10-28 08:55:05.465324386 +0000 +@@ -4128,7 +4128,7 @@ XXH3_accumulate_512_vsx( void* XXH_REST + const void* XXH_RESTRICT secret) + { + /* presumed aligned */ +- unsigned long long* const xacc = (unsigned long long*) acc; ++ unsigned int* const xacc = (unsigned int*) acc; + xxh_u64x2 const* const xinput = (xxh_u64x2 const*) input; /* no alignment restriction */ + xxh_u64x2 const* const xsecret = (xxh_u64x2 const*) secret; /* no alignment restriction */ + xxh_u64x2 const v32 = { 32, 32 }; +@@ -4144,7 +4144,7 @@ XXH3_accumulate_512_vsx( void* XXH_REST + /* product = ((xxh_u64x2)data_key & 0xFFFFFFFF) * ((xxh_u64x2)shuffled & 0xFFFFFFFF); */ + xxh_u64x2 const product = XXH_vec_mulo((xxh_u32x4)data_key, shuffled); + /* acc_vec = xacc[i]; */ +- xxh_u64x2 acc_vec = vec_xl(0, xacc + 2 * i); ++ xxh_u64x2 acc_vec = (xxh_u64x2)vec_xl(0, xacc + 2 * i); + acc_vec += product; + + /* swap high and low halves */ +@@ -4154,7 +4154,7 @@ XXH3_accumulate_512_vsx( void* XXH_REST + acc_vec += vec_xxpermdi(data_vec, data_vec, 2); + #endif + /* xacc[i] = acc_vec; */ +- vec_xst(acc_vec, 0, xacc + 2 * i); ++ vec_xst((xxh_u32x4)acc_vec, 0, xacc + 2 * i); + } + } +
