diff --git a/texlive.changes b/texlive.changes index d068b19..d871490 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri May 5 07:02:45 UTC 2023 - Dr. Werner Fink + +- 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 diff --git a/texlive.spec b/texlive.spec index b18e4ea..d02f42c 100644 --- a/texlive.spec +++ b/texlive.spec @@ -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