Accepting request 1084982 from Publishing:TeXLive

- Link target of /usr/bin/rungs changed suffix from tlu to lua (boo#1211116)

OBS-URL: https://build.opensuse.org/request/show/1084982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=86
This commit is contained in:
Dominique Leuenberger 2023-05-06 20:08:31 +00:00 committed by Git OBS Bridge
commit ed8d5e2e00
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 5 07:02:45 UTC 2023 - Dr. Werner Fink <werner@suse.de>
- Link target of /usr/bin/rungs changed suffix from tlu to lua (boo#1211116)
-------------------------------------------------------------------
Mon Apr 17 09:28:07 UTC 2023 - Dr. Werner Fink <werner@suse.de>

View File

@ -19,7 +19,7 @@
%define texlive_version 2023
%define texlive_previous 2022
%define texlive_release 20230311
%define texlive_noarch 202
%define texlive_noarch 204
%define texlive_source texlive-20230311-source
%define biber_version 2.19
@ -4714,8 +4714,13 @@ popd
# new git-latexdiff wrapper script
ln -vsf ../share/texmf/scripts/git-latexdiff/git-latexdiff git-latexdiff
# ... and add rungs texlua script as dvipdfmx/dvipdfm require this
%if 0%{texlive_version} >= 2023
ln -vsf ../share/texmf/scripts/texlive/rungs.lua rungs
rm -vf %{buildroot}%{_texmfdistdir}/scripts/texlive/rungs.lua
%else
ln -vsf ../share/texmf/scripts/texlive/rungs.tlu rungs
rm -vf %{buildroot}%{_texmfdistdir}/scripts/texlive/rungs.tlu
%endif
%endif
popd