Hello community,

here is the log from the commit of package texlive-specs-m for openSUSE:Factory 
checked in at 2018-02-07 18:16:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-m (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-specs-m.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-specs-m"

Wed Feb  7 18:16:15 2018 rev:35 rq:573364 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-m/texlive-specs-m.changes  
2018-01-13 21:38:43.255037599 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-m.new/texlive-specs-m.changes     
2018-02-07 18:16:34.166024308 +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-m.spec ++++++
--- /var/tmp/diff_new_pack.9h0lu9/_old  2018-02-07 18:16:42.433636915 +0100
+++ /var/tmp/diff_new_pack.9h0lu9/_new  2018-02-07 18:16:42.453635978 +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
 
@@ -31000,6 +31000,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:75} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
     tar --use-compress-program=xz -xf %{S:76} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/jmlr/makejmlrbook
+    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-jmn-fonts-%{texlive_version}.%{texlive_noarch}.svn22719-%{release}-zypper
@@ -31407,6 +31419,20 @@
 %endif
     tar --use-compress-program=xz -xf %{S:163} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:164} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/kotex-utils/jamo-normalize.pl \
+              %{_texmfdistdir}/scripts/kotex-utils/komkindex.pl \
+              %{_texmfdistdir}/scripts/kotex-utils/ttf2kotexfont.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-kpathsea-%{texlive_version}.%{texlive_noarch}.svn44223-%{release}-zypper
@@ -31694,6 +31720,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:223} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:224} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/latex-git-log/latex-git-log
+    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-latex-graphics-companion-%{texlive_version}.%{texlive_noarch}.svn29235-%{release}-zypper
@@ -31705,6 +31743,22 @@
 %endif
     tar --use-compress-program=xz -xf %{S:226} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
     tar --use-compress-program=xz -xf %{S:227} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/latex-make/figdepth.py \
+              %{_texmfdistdir}/scripts/latex-make/gensubfig.py \
+              %{_texmfdistdir}/scripts/latex-make/latexfilter.py \
+              %{_texmfdistdir}/scripts/latex-make/svg2dev.py \
+              %{_texmfdistdir}/scripts/latex-make/svgdepth.py
+    do
+       test -e %{buildroot}/$scr || continue
+       ed %{buildroot}/${scr} <<-'EOF'
+               1
+               s@/env[[:blank:]]\+@/@
+               .
+               w
+               q
+       EOF
+    done
     # Remove this
     rm -vrf %{buildroot}%{_texmfdistdir}/tlpkg/tlpobj
     rm -vrf %{buildroot}%{_texmfmaindir}/tlpkg/tlpobj


Reply via email to