From f1ad9ff1881c7530fc37092759af43dd6004fd483124dc1113145b30d3bfe9c8 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Mon, 5 Jul 2021 13:57:32 +0000 Subject: [PATCH] python33 OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-u?expand=0&rev=93 --- texlive-specs-u.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/texlive-specs-u.spec b/texlive-specs-u.spec index 50d7c25..8a7f514 100644 --- a/texlive-specs-u.spec +++ b/texlive-specs-u.spec @@ -21,7 +21,7 @@ %define texlive_version 2021 %define texlive_previous 2020 %define texlive_release 20210325 -%define texlive_noarch 185 +%define texlive_noarch 186 #!BuildIgnore: texlive #!BuildIgnore: texlive-scripts @@ -19734,6 +19734,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : for scr in %{_texmfdistdir}/doc/latex/scanpages/replicate.py do test -e %{buildroot}/$scr || continue + head -n 1 %{buildroot}/$scr | grep -q python3 && continue ed %{buildroot}/${scr} <<-'EOF' 1 s@python@python3@