Hello community, here is the log from the commit of package texlive-specs-p for openSUSE:Factory checked in at 2018-02-07 18:16:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive-specs-p (Old) and /work/SRC/openSUSE:Factory/.texlive-specs-p.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-p" Wed Feb 7 18:16:32 2018 rev:33 rq:573367 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive-specs-p/texlive-specs-p.changes 2018-01-13 21:39:01.346194634 +0100 +++ /work/SRC/openSUSE:Factory/.texlive-specs-p.new/texlive-specs-p.changes 2018-02-07 18:16:57.196945158 +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-p.spec ++++++ --- /var/tmp/diff_new_pack.liC1iW/_old 2018-02-07 18:17:02.832681088 +0100 +++ /var/tmp/diff_new_pack.liC1iW/_new 2018-02-07 18:17:02.856679963 +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 @@ -23445,6 +23445,18 @@ %endif tar --use-compress-program=xz -xf %{S:108} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:109} -C %{buildroot}%{_datadir}/texlive + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/mkgrkindex/mkgrkindex + 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-mkjobtexmf-%{texlive_version}.%{texlive_noarch}.0.0.8svn29725-%{release}-zypper @@ -23458,6 +23470,20 @@ test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/mkjobtexmf/mkjobtexmf.pl \ + %{_texmfdistdir}/doc/generic/mkjobtexmf/clean-case.pl \ + %{_texmfdistdir}/doc/generic/mkjobtexmf/version.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-mkpattern-%{texlive_version}.%{texlive_noarch}.1.2svn15878-%{release}-zypper @@ -23470,6 +23496,18 @@ %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/mkpic/mkpic + 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-mla-paper-%{texlive_version}.%{texlive_noarch}.svn20885-%{release}-zypper @@ -23956,6 +23994,19 @@ test -e %{buildroot}/$scr || continue chmod 0755 %{buildroot}/$scr done + # Avoid /usr/bin/env <prog> + for scr in %{_texmfdistdir}/scripts/musixtex/musixflx.lua \ + %{_texmfdistdir}/scripts/musixtex/musixtex.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-musixtex-fonts-fonts-%{texlive_version}.%{texlive_noarch}.svn37762-%{release}-zypper
