Really update biber to version 2.19 (boo#1210257)
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=447
This commit is contained in:
parent
bfd1b6786a
commit
1a69a24064
@ -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
BIN
biber-2.19.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
28
texlive.spec
28
texlive.spec
@ -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,24 +4299,24 @@ 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
|
||||
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
|
||||
trap 'rm -vf %{options}' ERR
|
||||
|
||||
popd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user