Hello community, here is the log from the commit of package texlive-specs-v for openSUSE:Factory checked in at 2018-02-07 18:17:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive-specs-v (Old) and /work/SRC/openSUSE:Factory/.texlive-specs-v.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-v" Wed Feb 7 18:17:06 2018 rev:37 rq:573374 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive-specs-v/texlive-specs-v.changes 2018-01-13 21:39:41.232336066 +0100 +++ /work/SRC/openSUSE:Factory/.texlive-specs-v.new/texlive-specs-v.changes 2018-02-07 18:17:41.978846863 +0100 @@ -1,0 +2,16 @@ +Tue Feb 6 11:20:16 UTC 2018 - [email protected] + +- Avoid broken scripts due former env correction, only repair + those scripts where the shebang exists + +------------------------------------------------------------------- +Wed Jan 24 08:46:16 UTC 2018 - [email protected] + +- Switch over to python 3 (boo#1077170) + +------------------------------------------------------------------- +Thu Jan 11 12:48:35 UTC 2018 - [email protected] + +- Avoid nasty warning about missing batchmode in ENVironment + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive-specs-v.spec ++++++ --- /var/tmp/diff_new_pack.Z9MtNM/_old 2018-02-07 18:17:47.906569117 +0100 +++ /var/tmp/diff_new_pack.Z9MtNM/_new 2018-02-07 18:17:47.922568368 +0100 @@ -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 @@ -18360,6 +18360,19 @@ test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/splitindex/splitindex.tlu \ + %{_texmfdistdir}/scripts/splitindex/splitindex_main.tlu + 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-spot-%{texlive_version}.%{texlive_noarch}.1.1svn22408-%{release}-zypper @@ -18408,6 +18421,18 @@ %endif tar --use-compress-program=xz -xf %{S:101} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:102} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/srcredact/srcredact.pl + 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-sseq-%{texlive_version}.%{texlive_noarch}.2.01svn31585-%{release}-zypper @@ -18714,6 +18739,18 @@ %endif tar --use-compress-program=xz -xf %{S:156} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:157} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/sty2dtx/sty2dtx.pl + 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-suanpan-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
