Hello community, here is the log from the commit of package texlive-specs-f for openSUSE:Factory checked in at 2018-02-07 18:15:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive-specs-f (Old) and /work/SRC/openSUSE:Factory/.texlive-specs-f.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-f" Wed Feb 7 18:15:33 2018 rev:33 rq:573356 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive-specs-f/texlive-specs-f.changes 2018-01-13 21:37:58.829107575 +0100 +++ /work/SRC/openSUSE:Factory/.texlive-specs-f.new/texlive-specs-f.changes 2018-02-07 18:15:45.060325272 +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-f.spec ++++++ --- /var/tmp/diff_new_pack.zEfOxU/_old 2018-02-07 18:15:51.028045637 +0100 +++ /var/tmp/diff_new_pack.zEfOxU/_new 2018-02-07 18:15:51.044044888 +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 @@ -18109,6 +18109,30 @@ test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/context/lua/mtxrun.lua \ + %{_texmfdistdir}/scripts/context/ruby/ctxtools.rb \ + %{_texmfdistdir}/scripts/context/ruby/imgtopdf.rb \ + %{_texmfdistdir}/scripts/context/ruby/pdftools.rb \ + %{_texmfdistdir}/scripts/context/ruby/pstopdf.rb \ + %{_texmfdistdir}/scripts/context/ruby/rlxtools.rb \ + %{_texmfdistdir}/scripts/context/ruby/texexec.rb \ + %{_texmfdistdir}/scripts/context/ruby/texmfstart.rb \ + %{_texmfdistdir}/scripts/context/ruby/textools.rb \ + %{_texmfdistdir}/scripts/context/ruby/tmftools.rb \ + %{_texmfdistdir}/scripts/context/ruby/xmltools.rb \ + %{_texmfdistdir}/scripts/context/stubs/unix/mtxrun \ + %{_texmfdistdir}/scripts/context/stubs/win64/mtxrun.lua + do + test -e %{buildroot}/$scr || continue + ed %{buildroot}/${scr} <<-'EOF' + 1 + s@/env[[:blank:]]\+@/@ + . + w + q + EOF + done # Strip executable bit from non-scripts for txt in %{_texmfdistdir}/scripts/context/stubs/win64/mtxrun.dll do @@ -18210,6 +18234,18 @@ test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/tex/context/third/cyrillicnumbers/cyrillicnumbers.lua + 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-context-degrade-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper @@ -18304,6 +18340,23 @@ test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/context/lua/third/rst/mtx-t-rst.lua \ + %{_texmfdistdir}/tex/context/third/rst/rst_context.lua \ + %{_texmfdistdir}/tex/context/third/rst/rst_directives.lua \ + %{_texmfdistdir}/tex/context/third/rst/rst_helpers.lua \ + %{_texmfdistdir}/tex/context/third/rst/rst_parser.lua \ + %{_texmfdistdir}/tex/context/third/rst/rst_setups.lua + 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-context-ruby-%{texlive_version}.%{texlive_noarch}.svn28434-%{release}-zypper @@ -18340,6 +18393,18 @@ test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/tex/context/third/transliterator/transliterator.lua + 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-context-typearea-%{texlive_version}.%{texlive_noarch}.svn23167-%{release}-zypper @@ -18690,6 +18755,22 @@ %endif tar --use-compress-program=xz -xf %{S:145} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:146} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/crossrefware/bbl2bib.pl \ + %{_texmfdistdir}/scripts/crossrefware/bibdoiadd.pl \ + %{_texmfdistdir}/scripts/crossrefware/bibmradd.pl \ + %{_texmfdistdir}/scripts/crossrefware/bibzbladd.pl \ + %{_texmfdistdir}/scripts/crossrefware/ltx2crossrefxml.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-crossword-%{texlive_version}.%{texlive_noarch}.1.9svn32657-%{release}-zypper @@ -18871,6 +18952,18 @@ %endif tar --use-compress-program=xz -xf %{S:175} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:176} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/ctanify/ctanify + 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-ctanupload-%{texlive_version}.%{texlive_noarch}.1.2csvn26313-%{release}-zypper
