From 9fee8f3cd2d24914ff996a8f7b85381d1e747837f34e5d98619890fe23c5d5dc Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 3 Jul 2024 19:26:18 +0000 Subject: [PATCH] More fine tuning to catch all python3 shebangs OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-a?expand=0&rev=136 --- texlive-specs-a.changes | 5 +++++ texlive-specs-a.spec | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/texlive-specs-a.changes b/texlive-specs-a.changes index 9d0636f..7248f0a 100644 --- a/texlive-specs-a.changes +++ b/texlive-specs-a.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 3 08:09:23 UTC 2024 - Dr. Werner Fink + +- More fine tuning to catch all python3 shebangs + ------------------------------------------------------------------- Thu Jun 27 13:38:11 UTC 2024 - Dr. Werner Fink diff --git a/texlive-specs-a.spec b/texlive-specs-a.spec index be8bc7f..a47b048 100644 --- a/texlive-specs-a.spec +++ b/texlive-specs-a.spec @@ -1,5 +1,5 @@ # -# spec file for package texlive-specs-a.spec.new +# spec file for package texlive-specs-a.spec # # Copyright (c) 2024 SUSE LLC # @@ -14,12 +14,14 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +##### WARNING: Please do not edit this auto generated spec file. +# %define texlive_version 2024 %define texlive_previous 2022 %define texlive_release 20240311 -%define texlive_noarch 215 +%define texlive_noarch 216 %define biber_version 2.19 #!BuildIgnore: texlive @@ -32041,7 +32043,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : head -n 1 %{buildroot}/$scr | grep -q python%python3_bin_suffix && continue ed %{buildroot}/${scr} <<-'EOF' 1 - g/python/s@python[23]\?[^\s]*@python%python3_bin_suffix@ + s@python[23]\?[^\s]*@python%python3_bin_suffix@ . w q @@ -32054,7 +32056,6 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : ed %{buildroot}/${scr} <<-'EOF' 1 s@/env[[:blank:]]\+@/@ - g/python/s@python[23]\?[^\s]*@python%python3_bin_suffix@ . w q