Accepting request 1079884 from Publishing:TeXLive

- Really update biber to version 2.19 (boo#1210257)

- 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

OBS-URL: https://build.opensuse.org/request/show/1079884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=85
This commit is contained in:
Dominique Leuenberger 2023-04-18 13:52:06 +00:00 committed by Git OBS Bridge
commit aef19ec619
5 changed files with 45 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b966cf9b35a92ce9a705fec7930baab8dc2bfaf9a9f311cdb92393640222c844
size 1619235

BIN
biber-2.19.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -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[])

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Apr 17 09:28:07 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Really update biber to version 2.19 (boo#1210257)
-------------------------------------------------------------------
Wed Apr 12 08:42:24 UTC 2023 - Dr. Werner Fink <werner@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
-------------------------------------------------------------------
Wed Apr 5 08:24:31 UTC 2023 - Dr. Werner Fink <werner@suse.de>

View File

@ -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 @@ popd
--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