Hello community, here is the log from the commit of package texlive-specs-w for openSUSE:Factory checked in at 2018-02-07 18:17:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive-specs-w (Old) and /work/SRC/openSUSE:Factory/.texlive-specs-w.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-w" Wed Feb 7 18:17:11 2018 rev:32 rq:573375 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive-specs-w/texlive-specs-w.changes 2018-01-13 21:40:04.367258016 +0100 +++ /work/SRC/openSUSE:Factory/.texlive-specs-w.new/texlive-specs-w.changes 2018-02-07 18:17:48.694532197 +0100 @@ -1,0 +2,11 @@ +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) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texlive-specs-w.spec ++++++ --- /var/tmp/diff_new_pack.YMEj0e/_old 2018-02-07 18:17:52.706344223 +0100 +++ /var/tmp/diff_new_pack.YMEj0e/_new 2018-02-07 18:17:52.722343473 +0100 @@ -21,7 +21,7 @@ %define texlive_version 2017 %define texlive_previous 2016 %define texlive_release 20170520 -%define texlive_noarch 134 +%define texlive_noarch 136 #!BuildIgnore: texlive @@ -17941,6 +17941,18 @@ %endif tar --use-compress-program=xz -xf %{S:67} -C %{buildroot}%{_datadir}/texlive/texmf-dist tar --use-compress-program=xz -xf %{S:68} -C %{buildroot}%{_datadir}/texlive/texmf-dist + # Avoid /usr/bin/bash or similar + for scr in %{_texmfdistdir}/doc/latex/tengwarscript/install-tengwar-scripts.sh + do + test -e %{buildroot}/$scr || continue + ed %{buildroot}/${scr} <<-'EOF' + 1 + s@^#!.*bash@#!/bin/bash@ + . + w + q + EOF + done %if %{with zypper_posttrans} ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-tensor-%{texlive_version}.%{texlive_noarch}.2.1svn15878-%{release}-zypper @@ -17991,6 +18003,20 @@ mv -f %{buildroot}%{_texmfdistdir}/web2c/updmap.cfg %{buildroot}%{_texmfconfdir}/web2c/ rm -f %{buildroot}%{_texmfdistdir}/web2c/updmap.cfg ln -sf %{_texmfconfdir}/web2c/updmap.cfg %{buildroot}%{_texmfdistdir}/web2c/updmap.cfg + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/texlive/fmtutil.pl \ + %{_texmfdistdir}/scripts/texlive/mktexlsr.pl \ + %{_texmfdistdir}/scripts/texlive/updmap.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-teubner-%{texlive_version}.%{texlive_noarch}.4.8svn40197-%{release}-zypper @@ -18148,6 +18174,18 @@ q EOF done + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/tex4ebook/tex4ebook + 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-tex4ht-%{texlive_version}.%{texlive_noarch}.svn44379-%{release}-zypper @@ -18157,6 +18195,18 @@ pushd %{buildroot}%{_datadir}/texlive/texmf-dist patch --reject-format=unified --quoting-style=literal -f -p1 -F0 -T < %{S:107} popd + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/tex4ht/mk4ht.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-texapi-%{texlive_version}.%{texlive_noarch}.1.04svn24237-%{release}-zypper @@ -18186,18 +18236,54 @@ %endif tar --use-compress-program=xz -xf %{S:114} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:115} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/texcount/texcount.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-texdef-%{texlive_version}.%{texlive_noarch}.1.7bsvn26420-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:116} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:117} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/texdef/texdef.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-texdiff-%{texlive_version}.%{texlive_noarch}.0.0.4svn29752-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:118} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:119} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/texdiff/texdiff + 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-texdirflatten-%{texlive_version}.%{texlive_noarch}.1.1svn29725-%{release}-zypper @@ -18213,6 +18299,19 @@ pushd %{buildroot}%{_datadir}/texlive/texmf-dist patch --reject-format=unified --quoting-style=literal -f -p1 -F0 -T < %{S:124} popd + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/texdoc/texdoc.tlu \ + %{_texmfdistdir}/scripts/texdoctk/texdoctk.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-texdraw-%{texlive_version}.%{texlive_noarch}.svn31894-%{release}-zypper @@ -18228,6 +18327,18 @@ %endif tar --use-compress-program=xz -xf %{S:128} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:129} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/texfot/texfot.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-texilikechaps-%{texlive_version}.%{texlive_noarch}.1.0asvn28553-%{release}-zypper @@ -18317,12 +18428,36 @@ %endif tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:147} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/texliveonfly/texliveonfly.py + 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-texloganalyser-%{texlive_version}.%{texlive_noarch}.0.0.9svn35584-%{release}-zypper %endif tar --use-compress-program=xz -xf %{S:148} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:149} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/texloganalyser/texloganalyser + 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-texlogos-%{texlive_version}.%{texlive_noarch}.1.3.1svn19083-%{release}-zypper
