Update to TeXLive 2024

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=467
This commit is contained in:
Dr. Werner Fink 2024-03-18 13:51:14 +00:00 committed by Git OBS Bridge
parent 386eb6c9ff
commit c29060b021
13 changed files with 405 additions and 2117 deletions

BIN
biblatex-biber-ms.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

@ -5,7 +5,7 @@
--- configure
+++ configure 2018-04-10 08:58:00.463820598 +0000
@@ -22157,6 +22157,10 @@ fi
@@ -22834,6 +22834,10 @@ fi
# most powerpc-linux boxes support dynamic linking these days and
# people can always --disable-shared, the test was removed, and we
# assume the GNU/Linux dynamic linker is in use.
@ -18,7 +18,7 @@
--- m4/libtool.m4
+++ m4/libtool.m4 2018-04-10 08:58:00.463820598 +0000
@@ -2884,6 +2884,10 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu
@@ -2904,6 +2904,10 @@ linux* | k*bsd*-gnu | kopensolaris*-gnu
# most powerpc-linux boxes support dynamic linking these days and
# people can always --disable-shared, the test was removed, and we
# assume the GNU/Linux dynamic linker is in use.

View File

@ -30,19 +30,19 @@
ac_configure_args="$ac_configure_args '--enable-native-texlive-build'"])
AS_CASE([$enable_largefile],
--- texk/dvipdfm-x/configure.ac
+++ texk/dvipdfm-x/configure.ac 2022-04-05 13:26:16.097900669 +0000
+++ texk/dvipdfm-x/configure.ac 2024-03-14 13:33:50.007973975 +0000
@@ -8,7 +8,7 @@ dnl This file is free software; the co
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl
-AC_INIT([dvipdfm-x (TeX Live)], [20220710], [dvipdfmx@tug.org])
+AC_INIT([dvipdfm (TeX Live)], [20220710], [dvipdfmx@tug.org])
-AC_INIT([dvipdfm-x (TeX Live)], [20240305], [dvipdfmx@tug.org])
+AC_INIT([dvipdfm (TeX Live)], [20240305], [dvipdfmx@tug.org])
AC_PREREQ([2.65])
AC_CONFIG_SRCDIR([agl.c])
AC_CONFIG_AUX_DIR([../../build-aux])
--- texk/dvisvgm/configure.ac
+++ texk/dvisvgm/configure.ac 2022-04-05 13:23:04.449415706 +0000
@@ -61,6 +61,7 @@ if test "x$enable_native_texlive_build"
@@ -58,6 +58,7 @@ if test "x$enable_native_texlive_build"
HAVE_LIBGS=0
else
have_libgs=yes

View File

@ -20,7 +20,7 @@
/* DECNUMDIGITS is the default number of digits that can be held in */
/* the structure. If undefined, 1 is assumed and it is assumed */
--- texk/web2c/mplibdir/decNumber.h
+++ texk/web2c/mplibdir/decNumber.h 2023-03-28 09:46:33.962871087 +0000
+++ texk/web2c/mplibdir/decNumber.h 2024-03-14 13:37:48.247593063 +0000
@@ -40,8 +40,10 @@
/* constant. This must not be changed without recompiling the */
/* decNumber library modules. */

View File

@ -60,7 +60,7 @@
+exec dvitodvi -q '2:707@0(-5.5mm,-10mm)+1(190mm,-10mm)' $1 $2
--- texk/seetexk/configure
+++ texk/seetexk/configure 2021-04-07 09:56:20.322745677 +0000
@@ -15586,7 +15586,7 @@ elif test "x$need_kpathsea:$with_system_
@@ -16075,7 +16075,7 @@ elif test "x$need_kpathsea:$with_system_
as_fn_error $? "did not find kpathsea" "$LINENO" 5
fi
else
@ -71,15 +71,15 @@
KPATHSEA_RULE='# Rebuild libkpathsea
--- texk/seetexk/dvibook.c
+++ texk/seetexk/dvibook.c 2021-04-07 09:59:15.141300494 +0000
@@ -46,6 +46,7 @@ extern char *optarg;
extern int optind;
@@ -49,6 +49,7 @@ extern int optind;
#include <sys/stat.h>
#endif
+#include <stdlib.h>
#include "types.h"
#include "dviclass.h"
#include "dvicodes.h"
@@ -54,6 +55,8 @@ extern int optind;
@@ -57,6 +58,8 @@ extern int optind;
#include "gripes.h"
#include "search.h"
#include <stdio.h>
@ -88,7 +88,7 @@
#include <ctype.h>
#include "seek.h"
#include "common.h"
@@ -123,10 +126,6 @@ i32 Count[10]; /* the 10 \count variabl
@@ -126,10 +129,6 @@ i32 Count[10]; /* the 10 \count variabl
/* save some string space: we use this a lot */
char writeerr[] = "error writing DVI file";
@ -101,8 +101,8 @@
* Older versions of 4BSD have `char *sprintf()'. ANSI and
--- texk/seetexk/dviconcat.c
+++ texk/seetexk/dviconcat.c 2021-04-07 09:56:20.322745677 +0000
@@ -43,6 +43,8 @@ extern char *optarg;
extern int optind;
@@ -46,6 +46,8 @@ extern int optind;
#include <sys/stat.h>
#endif
+#include <stdlib.h>
@ -110,7 +110,7 @@
#include "types.h"
#include "dviclass.h"
#include "dvicodes.h"
@@ -110,10 +112,6 @@ char writeerr[] = "error writing DVI fil
@@ -113,10 +115,6 @@ char writeerr[] = "error writing DVI fil
static void HandleDVIFile(void);
@ -143,7 +143,7 @@
/*
* You may get lint warnings about sprintf's return value.
* Older versions of 4BSD have `char *sprintf()'. ANSI and
@@ -633,7 +631,7 @@ Usage: %s [-s] [-i infile] [-o outfile]
@@ -635,7 +633,7 @@ Usage: %s [-s] [-i infile] [-o outfile]
static struct pagelist *
InstallPL(struct pagesel *ps, int n, int absolute)
{
@ -243,7 +243,7 @@
putbyte(outf, DVI_PRE);
putbyte(outf, DVI_VERSION);
PutLong(outf, Numerator);
@@ -639,6 +657,7 @@ main(int argc, char **argv)
@@ -641,6 +659,7 @@ main(int argc, char **argv)
Width = 0;
Height = 0;
Magnification = 1000;
@ -251,7 +251,7 @@
Modulo = 1;
ProgName = *argv;
@@ -750,12 +769,16 @@ Usage: %s [-q] [-i infile] [-o outfile]
@@ -752,12 +771,16 @@ Usage: %s [-q] [-i infile] [-o outfile]
if (fseek(inf, 16L, 1) == -1)
error(1, -1, "can't seek postamble");
if (Height == 0) /* get height from postamble */

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
--- libs/luajit/configure
+++ libs/luajit/configure 2020-04-30 15:42:15.998038368 +0000
@@ -15205,6 +15205,15 @@ fi
@@ -15602,6 +15602,15 @@ fi
if test "x$LJHOST" = xPS3
then :
echo '-D PPE -D TOC' >>dynasm_flags
@ -39,32 +39,32 @@
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);
}
}
| --- 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);
| }
| }
|

View File

@ -11,7 +11,7 @@
--- libs/gmp/Makefile.in
+++ libs/gmp/Makefile.in 2016-06-07 13:29:33.925651292 +0000
@@ -485,7 +485,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -495,7 +495,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
am__v_lt_1 =
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@ -38,7 +38,7 @@
am__v_CC_0 = @echo " CC " $@;
--- libs/mpfr/Makefile.in
+++ libs/mpfr/Makefile.in 2016-06-07 13:29:33.925651292 +0000
@@ -345,7 +345,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
@@ -349,7 +349,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
am__v_lt_0 = --silent
am__v_lt_1 =
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \

View File

@ -25,16 +25,16 @@
23 files changed, 225 insertions(+), 84 deletions(-)
--- reautoconf
+++ reautoconf 2022-04-05 13:46:43.207504121 +0000
@@ -94,7 +94,7 @@ echo "$0: TL_AUTOHEADER, T
+++ reautoconf 2024-03-14 14:04:02.738624277 +0000
@@ -88,7 +88,7 @@ echo "$0: using `aclocal --version | sed
echo "$0: if you want to use different versions, set PATH."
# Give users a chance to quit here
# and set TL_AUTOCONF, TL_AUTOHEADER, TL_AUTOMAKE, and/or TL_ACLOCAL
# Give users a chance to quit here.
-$do_cmd sleep 4
+# $do_cmd sleep 4
$do_say "$0: starting at `date`."
AUTOCONF=$TL_AUTOCONF
do_it () {
--- libs/icu/icu-src/source/common/Makefile.in
+++ libs/icu/icu-src/source/common/Makefile.in 2021-04-07 10:14:44.202880715 +0000
@@ -69,7 +69,7 @@ DEFS += -DU_COMMON_IMPLEMENTATION
@ -173,9 +173,9 @@
sdir_greatgrandparent = xdirname (sdir_grandparent);
kpathsea_xputenv (kpse, "SELFAUTOGRANDPARENT", fix_selfdir (sdir_greatgrandparent));
--- texk/kpathsea/texmf.cnf
+++ texk/kpathsea/texmf.cnf 2022-04-05 13:47:33.158601044 +0000
@@ -62,20 +62,20 @@
TEXMFROOT = $SELFAUTOPARENT
+++ texk/kpathsea/texmf.cnf 2024-03-14 14:04:50.821739351 +0000
@@ -65,20 +65,20 @@ TEXMFROOT = $SELFAUTOPARENT
% They must must all have the TDS directory structure (https://tug.org/tds).
% The main tree of distributed packages and programs:
-TEXMFDIST = $TEXMFROOT/texmf-dist
@ -199,31 +199,31 @@
% Per-user texmf tree(s) -- organized per the TDS, as usual. To define
% more than one per-user tree, set this to a list of directories in
@@ -84,10 +84,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
@@ -87,10 +87,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
TEXMFHOME = ~/texmf
% TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
-TEXMFVAR = ~/.texlive2023/texmf-var
-TEXMFVAR = ~/.texlive2024/texmf-var
+TEXMFVAR = ${TEXMFSYSVAR}
% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
-TEXMFCONFIG = ~/.texlive2023/texmf-config
-TEXMFCONFIG = ~/.texlive2024/texmf-config
+TEXMFCONFIG = ${TEXMFSYSCONFIG}
% This is the value manipulated by tlmgr's auxtrees subcommand in the
% root texmf.cnf. Kpathsea warns about a literally empty string for a
@@ -108,7 +108,7 @@ TEXMFAUXTREES = {}
% The odd-looking $TEXMFAUXTREES$TEXMF... construct is so that if no auxtree is
% ever defined (the 99% common case), no extra elements will be added to
@@ -111,7 +111,7 @@ TEXMFAUXTREES = {}
% The odd-looking $TEXMFAUXTREES$TEXMF... construct is so that if no auxtree
% is defined (99% common case), no extra elements will be added to
% the search paths. tlmgr takes care to end any value with a trailing comma.
-TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
+TEXMF = {$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}
% Where to look for, and where mktexlsr creates, ls-R files. By default,
% this is all and only the !! elements of TEXMF, so that mktexlsr does not
@@ -116,24 +116,23 @@ TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEX
@@ -119,24 +119,23 @@ TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEX
% present, it will be used, and the disk will not (usually) be searched,
% regardless of !!. Although in principle a directory listed here need
% regardless of !!. Although in theory a directory listed here need
% not contain an ls-R file, in practice they all should.
-TEXMFDBS = {!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
+TEXMFDBS = $TEXMF;$VARTEXFONTS;$HOMECACHE
@ -249,7 +249,7 @@
% On some systems, there will be a system tree which contains all the font
% files that may be created as well as the formats. For example
@@ -144,7 +143,8 @@ VARTEXFONTS = $TEXMFVAR/fonts
@@ -147,7 +146,8 @@ VARTEXFONTS = $TEXMFVAR/fonts
%
% Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below
% one of the TEXMF directories (avoids overlapping ls-R files).
@ -259,7 +259,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Usually you will not need to edit any of the following variables.
@@ -152,7 +152,7 @@ VARTEXFONTS = $TEXMFVAR/fonts
@@ -155,7 +155,7 @@ VARTEXFONTS = $TEXMFVAR/fonts
% WEB2C is for Web2C specific files. The current directory may not be
% a good place to look for them.
@ -268,7 +268,7 @@
% This variable exists only to be redefined; it is used in nearly all
% search paths. If a document has source files not only in the current
@@ -304,7 +304,7 @@ TEXINPUTS.frpdftex = $TEXMFDOTDIR;$
@@ -309,7 +309,7 @@ TEXINPUTS.frpdftex = $TEXMFDOTDIR;$
TEXINPUTS = $TEXMFDOTDIR;$TEXMF/tex/{$progname,generic,latex,}//
% Metafont, MetaPost inputs.
@ -277,7 +277,7 @@
MPINPUTS = $TEXMFDOTDIR;$TEXMF/metapost//
% Dump files (fmt/base/mem) for vir{tex,mf,mp} to read.
@@ -314,31 +314,31 @@ MPINPUTS = $TEXMFDOTDIR;$TEXMF/metapost/
@@ -319,31 +319,31 @@ MPINPUTS = $TEXMFDOTDIR;$TEXMF/metapost/
% We repeat the same definition three times because of the way fmtutil
% is implemented; if we use ${TEXFORMATS}, the mpost/mf/etc. formats
% will not be found.
@ -316,7 +316,7 @@
% Similarly for the GF format, which only remains in existence because
% Metafont outputs it (and MF isn't going to change).
@@ -446,8 +446,8 @@ MPSUPPORT = $TEXMFDOTDIR;$TEXMF/metapost
@@ -451,8 +451,8 @@ MPSUPPORT = $TEXMFDOTDIR;$TEXMF/metapost
% For xdvi to find mime.types and .mailcap, if they do not exist in
% ~. These are single directories, not paths.
% (But the default mime.types, at least, may well suffice.)
@ -326,8 +326,8 @@
+MAILCAPLIBDIR = /etc
% Default settings for the fontconfig library as used by the Windows
% versions of xetex/xdvipdfmx. Not used by xetex on Unixish systems.
@@ -471,10 +471,10 @@ WEBINPUTS = $TEXMFDOTDIR;$TEXMF/web//
% versions of xetex/xdvipdfmx. Not used by xetex itself on Unixish systems,
@@ -476,10 +476,10 @@ WEBINPUTS = $TEXMFDOTDIR;$TEXMF/web//
CWEBINPUTS = $TEXMFDOTDIR;$TEXMF/cweb//
% Omega-related fonts and other files.
@ -342,7 +342,7 @@
OTPINPUTS = $TEXMFDOTDIR;$TEXMF/omega/otp//
OCPINPUTS = $TEXMFDOTDIR;$TEXMF/omega/ocp//
@@ -570,32 +570,38 @@ RUBYINPUTS = $TEXMFDOTDIR;$TEXMF/scrip
@@ -575,32 +575,38 @@ RUBYINPUTS = $TEXMFDOTDIR;$TEXMF/scrip
% explicitly list every directory. Arguably more understandable anyway.
%
TEXMFCNF = {\
@ -406,7 +406,7 @@
%
% For reference, here is the old brace-using definition:
%TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c}
@@ -921,3 +927,33 @@ guess_input_kanji_encoding = 1
@@ -940,3 +946,33 @@ guess_input_kanji_encoding.mendex = 1
% command_line_encoding = none
% in a texmf.cnf prefered, for example $TEXMFLOCAL/web2c/texmf.cnf.
command_line_encoding = utf-8
@ -442,8 +442,8 @@
+save_size.jadetex = 15000
--- texk/lcdf-typetools/lcdf-typetools-src/otftotfm/otftotfm.cc
+++ texk/lcdf-typetools/lcdf-typetools-src/otftotfm/otftotfm.cc 2021-04-07 10:14:44.206880772 +0000
@@ -67,6 +67,9 @@
# include <io.h>
@@ -65,6 +65,9 @@
# include <fcntl.h>
#endif
+#undef SHAREDIR
@ -537,7 +537,7 @@
chomp(our $TEXMFVAR = `kpsewhich -var-value=TEXMFVAR`);
chomp(our $TEXMFSYSVAR = `kpsewhich -var-value=TEXMFSYSVAR`);
chomp(our $TEXMFCONFIG = `kpsewhich -var-value=TEXMFCONFIG`);
@@ -413,7 +413,14 @@ sub callback_build_formats {
@@ -418,7 +418,14 @@ sub callback_build_formats {
TeXLive::TLWinGoo::maybe_make_ro ($tmpdir);
}
} else {
@ -552,7 +552,7 @@
}
}
# set up destination directory
@@ -726,6 +733,7 @@ sub rebuild_one_format {
@@ -731,6 +738,7 @@ sub rebuild_one_format {
# check for existence of ini file before doing anything else
if (system("kpsewhich -progname=$fmt -format=$kpsefmt $inifile >$nul 2>&1") != 0) {
# we didn't find the ini file, skip
@ -560,7 +560,7 @@
print_deferred_warning("inifile $inifile for $fmt/$eng not found.\n");
# The original script just skipped it but in TeX Live we expect that
# all activated formats are also buildable, thus return failure.
@@ -785,11 +793,15 @@ sub rebuild_one_format {
@@ -790,11 +798,15 @@ sub rebuild_one_format {
",$opts{'no-error-if-no-engine'}," =~ m/,$eng,/) {
return $FMT_NOTAVAIL;
} else {
@ -586,7 +586,7 @@
exec updmap --sys ${1+"$@"}
--- texk/web2c/Makefile.in
+++ texk/web2c/Makefile.in 2021-04-07 10:14:44.210880832 +0000
@@ -5597,7 +5597,7 @@ libmd5_a_SOURCES = libmd5/md5.c libmd5/m
@@ -5662,7 +5662,7 @@ libmd5_a_SOURCES = libmd5/md5.c libmd5/m
md5main_CPPFLAGS = -I$(srcdir)/libmd5
md5main_SOURCES = libmd5/md5main.c
md5main_LDADD = libmd5.a
@ -595,7 +595,7 @@
$(MAKE) $(AM_MAKEFLAGS) all-recursive
.SUFFIXES:
@@ -5644,6 +5644,11 @@ w2c/c-auto.h: w2c/stamp-h1
@@ -5709,6 +5709,11 @@ w2c/c-auto.h: w2c/stamp-h1
w2c/stamp-h1: $(srcdir)/c-auto.in $(top_builddir)/config.status
@rm -f w2c/stamp-h1
cd $(top_builddir) && $(SHELL) ./config.status w2c/c-auto.h

BIN
texlive-20230311-source.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 14 12:35:01 UTC 2024 - Dr. Werner Fink <werner@suse.de>
- Update to TeXLive 2024
-------------------------------------------------------------------
Thu Feb 29 16:46:59 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -16,11 +16,11 @@
#
%define texlive_version 2023
%define texlive_version 2024
%define texlive_previous 2022
%define texlive_release 20230311
%define texlive_release 20240311
%define texlive_noarch 212
%define texlive_source texlive-20230311-source
%define texlive_source texlive-20240311-source
%define biber_version 2.19
%define __perl_requires %{nil}
@ -272,8 +272,6 @@ Patch45: biblatex-ms-missing.dif
Patch47: biber-perl-5.18.2.dif
#
Patch50: luametatex.dif
# PATCH-SECURITY: VUL-0: CVE-2023-32700: texlive: Arbitrary code execution in LuaTeX
Patch51: source-luatex.dif
# PATCH-FIX-SUSE Let it build even without ls-R files around
Patch62: source-psutils-kpathsea.dif
# Missed luajit fix for ppc/ppc64/ppc64le and riscv64
@ -388,7 +386,7 @@ Prefix: %{_bindir}
Binary files of adhocfilelist
%package afm2pl-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of afm2pl
@ -416,7 +414,7 @@ Prefix: %{_bindir}
Binary files of albatross
%package aleph-bin
Version: %{texlive_version}.%{texlive_release}.svn66084
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of aleph
@ -461,7 +459,7 @@ Prefix: %{_bindir}
Binary files of arara
%package asymptote-bin
Version: %{texlive_version}.%{texlive_release}.svn66003
Version: %{texlive_version}.%{texlive_release}.svn70569
Release: 0
License: LPPL-1.0
Summary: Binary files of asymptote
@ -505,7 +503,7 @@ Prefix: %{_bindir}
Binary files of authorindex
%package autosp-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of autosp
@ -519,7 +517,7 @@ Prefix: %{_bindir}
Binary files of autosp
%package axodraw2-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of axodraw2
@ -623,7 +621,7 @@ Prefix: %{_bindir}
Binary files of bibexport
%package bibtex-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of bibtex
@ -640,7 +638,7 @@ Prefix: %{_bindir}
Binary files of bibtex
%package bibtex8-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of bibtex8
@ -656,8 +654,25 @@ Prefix: %{_bindir}
%description bibtex8-bin
Binary files of bibtex8
%package bibtexperllibs-bin
Version: %{texlive_version}.%{texlive_release}.svn68869
Release: 0
License: LPPL-1.0
Summary: Binary files of bibtexperllibs
Group: Productivity/Publishing/TeX/Utilities
URL: https://www.tug.org/texlive/
Requires(pre): texlive-bibtexperllibs >= %{texlive_version}
#!BuildIgnore: texlive-bibtexperllibs
Recommends: texlive-collection-basic >= %{texlive_version}
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
Prefix: %{_bindir}
%description bibtexperllibs-bin
Binary files of bibtexperllibs
%package bibtexu-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of bibtexu
@ -744,7 +759,7 @@ Prefix: %{_bindir}
Binary files of chklref
%package chktex-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of chktex
@ -789,7 +804,7 @@ Prefix: %{_bindir}
Binary files of cjk-gs-integrate
%package cjkutils-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of cjkutils
@ -834,8 +849,42 @@ Prefix: %{_bindir}
%description cluttex-bin
Binary files of cluttex
%package context-legacy-bin
Version: %{texlive_version}.%{texlive_release}.svn70338
Release: 0
License: LPPL-1.0
Summary: Binary files of context-legacy
Group: Productivity/Publishing/TeX/Utilities
URL: https://www.tug.org/texlive/
Requires(pre): texlive-context-legacy >= %{texlive_version}
#!BuildIgnore: texlive-context-legacy
Recommends: texlive-collection-context >= %{texlive_version}
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
Prefix: %{_bindir}
%description context-legacy-bin
Binary files of context-legacy
%package context-texlive-bin
Version: %{texlive_version}.%{texlive_release}.svn70338
Release: 0
License: LPPL-1.0
Summary: Binary files of context-texlive
Group: Productivity/Publishing/TeX/Utilities
URL: https://www.tug.org/texlive/
Requires(pre): texlive-context-texlive >= %{texlive_version}
#!BuildIgnore: texlive-context-texlive
Recommends: texlive-collection-context >= %{texlive_version}
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
Prefix: %{_bindir}
%description context-texlive-bin
Binary files of context-texlive
%package context-bin
Version: %{texlive_version}.%{texlive_release}.svn66562
Version: %{texlive_version}.%{texlive_release}.svn70189
Release: 0
License: LPPL-1.0
Summary: Binary files of context
@ -879,23 +928,6 @@ Prefix: %{_bindir}
%description crossrefware-bin
Binary files of crossrefware
%package cslatex-bin
Version: %{texlive_version}.%{texlive_release}.svn3006
Release: 0
License: LPPL-1.0
Summary: Binary files of cslatex
Group: Productivity/Publishing/TeX/Utilities
URL: https://www.tug.org/texlive/
Requires(pre): texlive-cslatex >= %{texlive_version}
#!BuildIgnore: texlive-cslatex
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
Recommends: texlive-collection-latexrecommended >= %{texlive_version}
Prefix: %{_bindir}
%description cslatex-bin
Binary files of cslatex
%package csplain-bin
Version: %{texlive_version}.%{texlive_release}.svn50528
Release: 0
@ -967,7 +999,7 @@ Prefix: %{_bindir}
Binary files of ctanupload
%package ctie-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of ctie
@ -981,7 +1013,7 @@ Prefix: %{_bindir}
Binary files of ctie
%package cweb-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70571
Release: 0
License: LPPL-1.0
Summary: Binary files of cweb
@ -1023,7 +1055,7 @@ Prefix: %{_bindir}
Binary files of de-macro
%package detex-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of detex
@ -1083,7 +1115,7 @@ Prefix: %{_bindir}
Binary files of dosepsbin
%package dtl-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of dtl
@ -1125,7 +1157,7 @@ Prefix: %{_bindir}
Binary files of dviasm
%package dvicopy-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70571
Release: 0
License: LPPL-1.0
Summary: Binary files of dvicopy
@ -1139,7 +1171,7 @@ Prefix: %{_bindir}
Binary files of dvicopy
%package dvidvi-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of dvidvi
@ -1167,7 +1199,7 @@ Prefix: %{_bindir}
Binary files of dviinfox
%package dviljk-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of dviljk
@ -1183,7 +1215,7 @@ Prefix: %{_bindir}
Binary files of dviljk
%package dviout-util-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of dviout-util
@ -1197,7 +1229,7 @@ Prefix: %{_bindir}
Binary files of dviout-util
%package dvipdfmx-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70489
Release: 0
License: LPPL-1.0
Summary: Binary files of dvipdfmx
@ -1215,7 +1247,7 @@ Prefix: %{_bindir}
Binary files of dvipdfmx
%package dvipng-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of dvipng
@ -1229,7 +1261,7 @@ Prefix: %{_bindir}
Binary files of dvipng
%package dvipos-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of dvipos
@ -1243,7 +1275,7 @@ Prefix: %{_bindir}
Binary files of dvipos
%package dvips-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of dvips
@ -1257,7 +1289,7 @@ Prefix: %{_bindir}
Binary files of dvips
%package dvisvgm-bin
Version: %{texlive_version}.%{texlive_release}.svn66547
Version: %{texlive_version}.%{texlive_release}.svn70489
Release: 0
License: LPPL-1.0
Summary: Binary files of dvisvgm
@ -1270,6 +1302,34 @@ Prefix: %{_bindir}
%description dvisvgm-bin
Binary files of dvisvgm
%package easydtx-bin
Version: %{texlive_version}.%{texlive_release}.svn68514
Release: 0
License: LPPL-1.0
Summary: Binary files of easydtx
Group: Productivity/Publishing/TeX/Utilities
URL: https://www.tug.org/texlive/
Requires(pre): texlive-easydtx >= %{texlive_version}
#!BuildIgnore: texlive-easydtx
Prefix: %{_bindir}
%description easydtx-bin
Binary files of easydtx
%package eolang-bin
Version: %{texlive_version}.%{texlive_release}.svn69391
Release: 0
License: LPPL-1.0
Summary: Binary files of eolang
Group: Productivity/Publishing/TeX/Utilities
URL: https://www.tug.org/texlive/
Requires(pre): texlive-eolang >= %{texlive_version}
#!BuildIgnore: texlive-eolang
Prefix: %{_bindir}
%description eolang-bin
Binary files of eolang
%package eplain-bin
Version: %{texlive_version}.%{texlive_release}.svn3006
Release: 0
@ -1389,7 +1449,7 @@ Prefix: %{_bindir}
Binary files of fontools
%package fontware-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70571
Release: 0
License: LPPL-1.0
Summary: Binary files of fontware
@ -1462,7 +1522,7 @@ Prefix: %{_bindir}
Binary files of glossaries
%package gregoriotex-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of gregoriotex
@ -1479,7 +1539,7 @@ Prefix: %{_bindir}
Binary files of gregoriotex
%package gsftopk-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of gsftopk
@ -1493,7 +1553,7 @@ Prefix: %{_bindir}
Binary files of gsftopk
%package hitex-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of hitex
@ -1587,7 +1647,7 @@ Prefix: %{_bindir}
Binary files of kotex-utils
%package kpathsea-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of kpathsea
@ -1624,7 +1684,7 @@ Prefix: %{_bindir}
Binary files of l3build
%package lacheck-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of lacheck
@ -1827,7 +1887,7 @@ Prefix: %{_bindir}
Binary files of latexpand
%package lcdftypetools-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of lcdftypetools
@ -1961,7 +2021,7 @@ Prefix: %{_bindir}
Binary files of luafindfont
%package luahbtex-bin
Version: %{texlive_version}.%{texlive_release}.svn66511
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of luahbtex
@ -1980,7 +2040,7 @@ Prefix: %{_bindir}
Binary files of luahbtex
%package luajittex-bin
Version: %{texlive_version}.%{texlive_release}.svn66511
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of luajittex
@ -2013,7 +2073,7 @@ Prefix: %{_bindir}
Binary files of luaotfload
%package luatex-bin
Version: %{texlive_version}.%{texlive_release}.svn66511
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of luatex
@ -2046,7 +2106,7 @@ Prefix: %{_bindir}
Binary files of lwarp
%package m-tx-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of m-tx
@ -2088,7 +2148,7 @@ Prefix: %{_bindir}
Binary files of makedtx
%package makeindex-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of makeindex
@ -2129,8 +2189,22 @@ Prefix: %{_bindir}
%description mathspic-bin
Binary files of mathspic
%package memoize-bin
Version: %{texlive_version}.%{texlive_release}.svn68515
Release: 0
License: LPPL-1.0
Summary: Binary files of memoize
Group: Productivity/Publishing/TeX/Utilities
URL: https://www.tug.org/texlive/
Requires(pre): texlive-memoize >= %{texlive_version}
#!BuildIgnore: texlive-memoize
Prefix: %{_bindir}
%description memoize-bin
Binary files of memoize
%package metafont-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of metafont
@ -2144,7 +2218,7 @@ Prefix: %{_bindir}
Binary files of metafont
%package metapost-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of metapost
@ -2187,7 +2261,7 @@ Prefix: %{_bindir}
Binary files of mf2pt1
%package mflua-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of mflua
@ -2201,7 +2275,7 @@ Prefix: %{_bindir}
Binary files of mflua
%package mfware-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70571
Release: 0
License: LPPL-1.0
Summary: Binary files of mfware
@ -2325,7 +2399,7 @@ Prefix: %{_bindir}
Binary files of musixtex
%package musixtnt-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of musixtnt
@ -2339,7 +2413,7 @@ Prefix: %{_bindir}
Binary files of musixtnt
%package omegaware-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70571
Release: 0
License: LPPL-1.0
Summary: Binary files of omegaware
@ -2406,7 +2480,7 @@ Prefix: %{_bindir}
Binary files of pagelayout
%package patgen-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70571
Release: 0
License: LPPL-1.0
Summary: Binary files of patgen
@ -2512,7 +2586,7 @@ Prefix: %{_bindir}
Binary files of pdftex-quiet
%package pdftex-bin
Version: %{texlive_version}.%{texlive_release}.svn66084
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of pdftex
@ -2529,7 +2603,7 @@ Prefix: %{_bindir}
Binary files of pdftex
%package pdftosrc-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of pdftosrc
@ -2646,7 +2720,7 @@ Prefix: %{_bindir}
Binary files of pkfix
%package platex-bin
Version: %{texlive_version}.%{texlive_release}.svn66079
Version: %{texlive_version}.%{texlive_release}.svn67315
Release: 0
License: LPPL-1.0
Summary: Binary files of platex
@ -2663,7 +2737,7 @@ Prefix: %{_bindir}
Binary files of platex
%package pmx-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of pmx
@ -2691,7 +2765,7 @@ Prefix: %{_bindir}
Binary files of pmxchords
%package ps2eps-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of ps2eps
@ -2708,7 +2782,7 @@ Prefix: %{_bindir}
Binary files of ps2eps
%package ps2pk-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of ps2pk
@ -2768,7 +2842,7 @@ Prefix: %{_bindir}
Binary files of ptex-fontmaps
%package ptex-bin
Version: %{texlive_version}.%{texlive_release}.svn66084
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of ptex
@ -2863,8 +2937,25 @@ Prefix: %{_bindir}
%description rubik-bin
Binary files of rubik
%package runtexshebang-bin
Version: %{texlive_version}.%{texlive_release}.svn68232
Release: 0
License: LPPL-1.0
Summary: Binary files of runtexshebang
Group: Productivity/Publishing/TeX/Utilities
URL: https://www.tug.org/texlive/
Requires(pre): texlive-runtexshebang >= %{texlive_version}
#!BuildIgnore: texlive-runtexshebang
Recommends: texlive-collection-basic >= %{texlive_version}
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
Prefix: %{_bindir}
%description runtexshebang-bin
Binary files of runtexshebang
%package seetexk-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of seetexk
@ -2951,7 +3042,7 @@ Prefix: %{_bindir}
Binary files of svn-multi
%package synctex-bin
Version: %{texlive_version}.%{texlive_release}.svn66084
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of synctex
@ -2968,7 +3059,7 @@ Prefix: %{_bindir}
Binary files of synctex
%package tex-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of tex
@ -3002,7 +3093,7 @@ Prefix: %{_bindir}
Binary files of tex4ebook
%package tex4ht-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of tex4ht
@ -3037,6 +3128,23 @@ Prefix: %{_bindir}
%description texaccents-bin
Binary files of texaccents
%package texblend-bin
Version: %{texlive_version}.%{texlive_release}.svn68961
Release: 0
License: LPPL-1.0
Summary: Binary files of texblend
Group: Productivity/Publishing/TeX/Utilities
URL: https://www.tug.org/texlive/
Requires(pre): texlive-texblend >= %{texlive_version}
#!BuildIgnore: texlive-texblend
Recommends: texlive-collection-basic >= %{texlive_version}
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
Prefix: %{_bindir}
%description texblend-bin
Binary files of texblend
%package texcount-bin
Version: %{texlive_version}.%{texlive_release}.svn13013
Release: 0
@ -3139,6 +3247,23 @@ Prefix: %{_bindir}
%description texdoctk-bin
Binary files of texdoctk
%package texfindpkg-bin
Version: %{texlive_version}.%{texlive_release}.svn66777
Release: 0
License: LPPL-1.0
Summary: Binary files of texfindpkg
Group: Productivity/Publishing/TeX/Utilities
URL: https://www.tug.org/texlive/
Requires(pre): texlive-texfindpkg >= %{texlive_version}
#!BuildIgnore: texlive-texfindpkg
Recommends: texlive-collection-basic >= %{texlive_version}
Recommends: texlive-collection-fontsrecommended >= %{texlive_version}
Recommends: texlive-collection-genericrecommended >= %{texlive_version}
Prefix: %{_bindir}
%description texfindpkg-bin
Binary files of texfindpkg
%package texfot-bin
Version: %{texlive_version}.%{texlive_release}.svn33155
Release: 0
@ -3327,7 +3452,7 @@ Prefix: %{_bindir}
Binary files of texsis
%package texware-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70571
Release: 0
License: LPPL-1.0
Summary: Binary files of texware
@ -3358,7 +3483,7 @@ Prefix: %{_bindir}
Binary files of thumbpdf
%package tie-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of tie
@ -3403,7 +3528,7 @@ Prefix: %{_bindir}
Binary files of tpic2pdftex
%package ttfutils-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of ttfutils
@ -3462,7 +3587,7 @@ Prefix: %{_bindir}
Binary files of uplatex
%package upmendex-bin
Version: %{texlive_version}.%{texlive_release}.svn66511
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of upmendex
@ -3476,7 +3601,7 @@ Prefix: %{_bindir}
Binary files of upmendex
%package uptex-bin
Version: %{texlive_version}.%{texlive_release}.svn66382
Version: %{texlive_version}.%{texlive_release}.svn70571
Release: 0
License: LPPL-1.0
Summary: Binary files of uptex
@ -3507,7 +3632,7 @@ Prefix: %{_bindir}
Binary files of urlbst
%package velthuis-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of velthuis
@ -3521,7 +3646,7 @@ Prefix: %{_bindir}
Binary files of velthuis
%package vlna-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of vlna
@ -3549,7 +3674,7 @@ Prefix: %{_bindir}
Binary files of vpe
%package web-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70571
Release: 0
License: LPPL-1.0
Summary: Binary files of web
@ -3591,7 +3716,7 @@ Prefix: %{_bindir}
Binary files of wordcount
%package xdvi-bin
Version: %{texlive_version}.%{texlive_release}.svn65877
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of xdvi
@ -3622,7 +3747,7 @@ Prefix: %{_bindir}
Binary files of xelatex-dev
%package xetex-bin
Version: %{texlive_version}.%{texlive_release}.svn66084
Version: %{texlive_version}.%{texlive_release}.svn70276
Release: 0
License: LPPL-1.0
Summary: Binary files of xetex
@ -3654,7 +3779,7 @@ Prefix: %{_bindir}
Binary files of xindex
%package xml2pmx-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of xml2pmx
@ -3686,7 +3811,7 @@ Prefix: %{_bindir}
Binary files of xmltex
%package xpdfopen-bin
Version: %{texlive_version}.%{texlive_release}.svn62210
Version: %{texlive_version}.%{texlive_release}.svn69782
Release: 0
License: LPPL-1.0
Summary: Binary files of xpdfopen
@ -3715,7 +3840,7 @@ Prefix: %{_bindir}
Binary files of yplan
%package -n libkpathsea6
Version: 6.3.5
Version: 6.4.0
Release: 0
Summary: Path searching library for TeX-related files
License: LGPL-2.1-or-later
@ -3732,13 +3857,13 @@ separately, but rather is released and maintained as part of
the TeX-live sources.
%package -n %{name}-kpathsea-devel
Version: 6.3.5
Version: 6.4.0
Release: 0
Summary: Path searching library for TeX-related files
License: LGPL-2.1-or-later
Group: Development/Libraries/C and C++
URL: https://www.tug.org/texlive/
Requires: libkpathsea6 = 6.3.5
Requires: libkpathsea6 = 6.4.0
%description -n %{name}-kpathsea-devel
Kpathsea is a library and utility programs which provide path
@ -3749,7 +3874,7 @@ separately, but rather is released and maintained as part of
the TeX-live sources.
%package -n libptexenc1
Version: 1.4.3
Version: 1.4.6
Release: 0
Summary: Libraries of Kanji code convert library for pTeX
License: BSD-3-Clause
@ -3763,13 +3888,13 @@ The ptexenc is a useful library for Japanese pTeX
TeX by ASCII Co.) and its surrounding tools.
%package -n %{name}-ptexenc-devel
Version: 1.4.3
Version: 1.4.6
Release: 0
Summary: Libraries of Kanji code convert library for pTeX
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://www.tug.org/texlive/
Requires: libptexenc1 = 1.4.3
Requires: libptexenc1 = 1.4.6
%description -n %{name}-ptexenc-devel
This package includes the ptexenc development files.
@ -3870,8 +3995,8 @@ Summary: Basic development packages for TeXLive
License: BSD-3-Clause AND LGPL-2.1-or-later AND SUSE-TeX
Group: Development/Languages/Other
URL: https://www.tug.org/texlive/
Requires: libkpathsea6 = 6.3.5
Requires: libptexenc1 = 1.4.3
Requires: libkpathsea6 = 6.4.0
Requires: libptexenc1 = 1.4.6
Requires: libsynctex2 = 1.21
Requires: libtexlua53-5 = 5.3.6
%if %{with LuaJIT}
@ -4046,7 +4171,8 @@ This package is required by the package texlive-biber-bin.
echo export XCFLAGS XCXXFLAGS XLDFLAGS HOST BUILD BINARY
# Do not include e.g. from manual build
echo unset TEXINPUTS TEXMF HOME
echo unset TEXINPUTS TEXMF
echo export HOME=${PWD}/world
# Use a well defined multi byte locale
echo unset ${!LC_*}
@ -4123,7 +4249,6 @@ pushd ../luametatex*
%patch -P50 -p0 -b .unicode
popd
%endif
%patch -P 51
%if %{with buildbiber}
pushd ../biber-*/
/usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
@ -4538,6 +4663,14 @@ popd
ln -sf %{_texmfdistdir}/scripts/context/lua/${exe}.lua %{buildroot}%{_bindir}/${exe}.lua
done
ln -sf %{_texmfdistdir}/scripts/context/lua/mtx-context.lua %{buildroot}%{_bindir}/mtx-context.lua
for exe in texexec texmfstart
do
ln -sf %{_texmfdistdir}/scripts/context/ruby/${exe}.rb %{buildroot}%{_bindir}/${exe}
done
for exe in contextjit luatools mtxrunjit
do
ln -sf %{_texmfdistdir}/scripts/context-texlive/stubs-mkiv/unix/${exe} %{buildroot}%{_bindir}/${exe}
done
popd
%endif
#
@ -4954,6 +5087,9 @@ fi
%files bibtex8-bin
%{_bindir}/bibtex8
%files bibtexperllibs-bin
%{_bindir}/ltx2unitxt
%files bibtexu-bin
%{_bindir}/bibtexu
@ -5015,6 +5151,15 @@ fi
%{_bindir}/cluttex
%{_bindir}/clxelatex
%files context-legacy-bin
%{_bindir}/texexec
%{_bindir}/texmfstart
%files context-texlive-bin
%{_bindir}/contextjit
%{_bindir}/luatools
%{_bindir}/mtxrunjit
%files context-bin
%{_bindir}/context
%{_bindir}/context.lua
@ -5035,10 +5180,6 @@ fi
%{_bindir}/bibzbladd
%{_bindir}/ltx2crossrefxml
%files cslatex-bin
%{_bindir}/cslatex
%{_bindir}/pdfcslatex
%files csplain-bin
%{_bindir}/csplain
%{_bindir}/luacsplain
@ -5062,10 +5203,12 @@ fi
%files cweb-bin
%{_bindir}/ctangle
%{_bindir}/ctwill
%{_bindir}/ctwill-proofsort
%{_bindir}/ctwill-refsort
%{_bindir}/ctwill-twinx
%{_bindir}/cweave
%{_bindir}/twill
%{_bindir}/twill-refsort
%files cyrillic-bin-bin
%{_bindir}/rubibtex
@ -5139,6 +5282,12 @@ fi
%files dvisvgm-bin
%{_bindir}/dvisvgm
%files easydtx-bin
%{_bindir}/edtx2dtx
%files eolang-bin
%{_bindir}/eolang
%files eplain-bin
%{_bindir}/eplain
@ -5354,6 +5503,10 @@ fi
%files mathspic-bin
%{_bindir}/mathspic
%files memoize-bin
%{_bindir}/memoize-clean
%{_bindir}/memoize-extract
%files metafont-bin
%{_bindir}/inimf
%{_bindir}/mf
@ -5538,6 +5691,7 @@ fi
%{_bindir}/pdvitype
%{_bindir}/pmpost
%{_bindir}/ppltotf
%{_bindir}/ptekf
%{_bindir}/ptex
%{_bindir}/ptftopl
%{_bindir}/r-pmpost
@ -5558,6 +5712,9 @@ fi
%files rubik-bin
%{_bindir}/rubikrotation
%files runtexshebang-bin
%{_bindir}/runtexshebang
%files seetexk-bin
%{_bindir}/dvibook
%{_bindir}/dviconcat
@ -5594,7 +5751,6 @@ fi
%files tex4ht-bin
%{_bindir}/ht
%{_bindir}/htcontext
%{_bindir}/htlatex
%{_bindir}/htmex
%{_bindir}/httex
@ -5609,6 +5765,9 @@ fi
%files texaccents-bin
%{_bindir}/texaccents
%files texblend-bin
%{_bindir}/texblend
%files texcount-bin
%{_bindir}/texcount
@ -5628,6 +5787,9 @@ fi
%files texdoctk-bin
%{_bindir}/texdoctk
%files texfindpkg-bin
%{_bindir}/texfindpkg
%files texfot-bin
%{_bindir}/texfot