From a2ac92e5004dd0e76d42602762a146808bae066e7641ff416219e8d1e793db72 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Fri, 5 May 2023 08:23:53 +0000 Subject: [PATCH] Link target of /usr/bin/rungs changed suffix from tlu to lua (boo#1211116) OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=449 --- texlive.changes | 5 +++++ texlive.spec | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) 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