From 8d07f8aef1bebdb908101772ef0a14c8633675058e7180765733a0e95af8dc6e Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 24 Jan 2018 14:29:11 +0000 Subject: [PATCH 1/2] /usr/bin/env second OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-c?expand=0&rev=78 --- texlive-specs-c.changes | 10 ++++++++++ texlive-specs-c.spec | 14 +++++++++++++- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/texlive-specs-c.changes b/texlive-specs-c.changes index d757c8a..00c9414 100644 --- a/texlive-specs-c.changes +++ b/texlive-specs-c.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jan 24 08:46:16 UTC 2018 - werner@suse.de + +- Switch over to python 3 (boo#1077170) + +------------------------------------------------------------------- +Thu Jan 11 12:48:35 UTC 2018 - werner@suse.de + +- Avoid nasty warning about missing batchmode in ENVironment + ------------------------------------------------------------------- Mon Jan 8 12:55:08 UTC 2018 - werner@suse.de diff --git a/texlive-specs-c.spec b/texlive-specs-c.spec index d31b9ee..64fab60 100644 --- a/texlive-specs-c.spec +++ b/texlive-specs-c.spec @@ -21,7 +21,7 @@ %define texlive_version 2017 %define texlive_previous 2016 %define texlive_release 20170520 -%define texlive_noarch 133 +%define texlive_noarch 136 #!BuildIgnore: texlive @@ -14955,6 +14955,18 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done + # Avoid /usr/bin/env + for scr in %{_texmfdistdir}/doc/bibtex/bibhtml/bibhtml + do + test -e %{buildroot}/$scr || continue + ed %{buildroot}/${scr} <<-'EOF' + 1 + s@/env[[:blank:]]\+@/@ + . + w + q + EOF + done %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-biblatex-%{texlive_version}.%{texlive_noarch}.3.7svn42680-%{release}-zypper From f216343744de6111a00c419a1a2761ddb04f4e2351aeb41aed4da3ed297c747a Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 6 Feb 2018 12:43:35 +0000 Subject: [PATCH 2/2] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive-specs-c?expand=0&rev=79 --- texlive-specs-c.changes | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/texlive-specs-c.changes b/texlive-specs-c.changes index 00c9414..3cd0b26 100644 --- a/texlive-specs-c.changes +++ b/texlive-specs-c.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 6 11:20:16 UTC 2018 - werner@suse.de + +- Avoid broken scripts due former env correction, only repair + those scripts where the shebang exists + ------------------------------------------------------------------- Wed Jan 24 08:46:16 UTC 2018 - werner@suse.de