Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package texlive for openSUSE:Factory checked in at 2023-04-18 15:52:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive (Old) and /work/SRC/openSUSE:Factory/.texlive.new.2023 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive" Tue Apr 18 15:52:06 2023 rev:85 rq:1079884 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive/texlive.changes 2023-04-05 21:25:30.735101516 +0200 +++ /work/SRC/openSUSE:Factory/.texlive.new.2023/texlive.changes 2023-04-18 15:52:06.901151375 +0200 @@ -1,0 +2,12 @@ +Mon Apr 17 09:28:07 UTC 2023 - Dr. Werner Fink <wer...@suse.de> + +- Really update biber to version 2.19 (boo#1210257) + +------------------------------------------------------------------- +Wed Apr 12 08:42:24 UTC 2023 - Dr. Werner Fink <wer...@suse.de> + +- Use ERR trap in bash used by spec file to catch rare and random + bibtexu/bibtex8 FAILS +- Do not build nor test bibtex8/bibtexu in parallel + +------------------------------------------------------------------- Old: ---- biber-2.18.tar.gz New: ---- biber-2.19.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive.spec ++++++ --- /var/tmp/diff_new_pack.jkNIDm/_old 2023-04-18 15:52:08.921163008 +0200 +++ /var/tmp/diff_new_pack.jkNIDm/_new 2023-04-18 15:52:08.929163054 +0200 @@ -19,9 +19,9 @@ %define texlive_version 2023 %define texlive_previous 2022 %define texlive_release 20230311 -%define texlive_noarch 201 +%define texlive_noarch 202 %define texlive_source texlive-20230311-source -%define biber_version 2.18 +%define biber_version 2.19 %define __perl_requires %{nil} %define __os_install_post /usr/lib/rpm/brp-compress \\\ @@ -4299,10 +4299,25 @@ --with-xdvi-x-toolkit=xaw3d \ --with-editor='vi +%%d %%s' + testsuite () { + test -s ${world}/texk/bibtex-x/test-suite.log || return + cat ${world}/texk/bibtex-x/test-suite.log + for log in ${world}/texk/bibtex-x/tests/*.log + do + echo $log + cat $log + done + rm -vf %{options} + } + trap "testsuite" ERR + PATH=$prefix/bin:$PATH \ TEXMFLOCAL=%{_texmfmaindir} \ TEXMFCNF=$texmfcnf \ make %{?_smp_mflags} world STRIP=/bin/true STRIPPROG=/bin/true + + trap 'rm -vf %{options}' ERR + popd pushd utils/asymptote ++++++ biber-2.18.tar.gz -> biber-2.19.tar.gz ++++++ ++++ 7860 lines of diff (skipped) ++++++ source.dif ++++++ --- /var/tmp/diff_new_pack.jkNIDm/_old 2023-04-18 15:52:09.385165680 +0200 +++ /var/tmp/diff_new_pack.jkNIDm/_new 2023-04-18 15:52:09.389165703 +0200 @@ -1,6 +1,7 @@ --- libs/icu/icu-src/source/common/Makefile.in | 2 reautoconf | 2 + texk/bibtex-x/Makefile.in | 2 texk/dviljk/dvi2xx.c | 11 texk/kpathsea/c-fopen.h | 6 texk/kpathsea/c-memstr.h | 3 @@ -21,7 +22,7 @@ texk/web2c/window/x11-Xt.c | 4 texk/xdvik/psgs.c | 22 + texk/xdvik/xdvi-sh.in | 19 + - 22 files changed, 224 insertions(+), 83 deletions(-) + 23 files changed, 225 insertions(+), 84 deletions(-) --- reautoconf +++ reautoconf 2022-04-05 13:46:43.207504121 +0000 @@ -45,6 +46,17 @@ # for icu data location ifeq ($(PKGDATA_MODE),common) +--- texk/bibtex-x/Makefile.in ++++ texk/bibtex-x/Makefile.in 2023-04-12 13:47:24.619293127 +0000 +@@ -13,7 +13,7 @@ + # PARTICULAR PURPOSE. + + @SET_MAKE@ +- ++.NOTPARALLEL: + + VPATH = @srcdir@ + am__is_gnu_make = { \ --- texk/dviljk/dvi2xx.c +++ texk/dviljk/dvi2xx.c 2021-04-07 10:14:44.206880772 +0000 @@ -168,7 +168,18 @@ main(int argc, char *argv[])