Hello community,

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

Package is "texlive-specs-o"

Wed Feb  7 18:16:26 2018 rev:32 rq:573366 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-o/texlive-specs-o.changes  
2018-01-13 21:38:55.814452390 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-o.new/texlive-specs-o.changes     
2018-02-07 18:16:51.393217100 +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-o.spec ++++++
--- /var/tmp/diff_new_pack.zrIZQU/_old  2018-02-07 18:16:55.845008505 +0100
+++ /var/tmp/diff_new_pack.zrIZQU/_new  2018-02-07 18:16:55.861007755 +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
 
@@ -15214,6 +15214,18 @@
        test -e %{buildroot}/$scr || continue
        chmod 0755 %{buildroot}/$scr
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/doc/support/lua-alt-getopt/alt_getopt
+    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-lua-check-hyphen-%{texlive_version}.%{texlive_noarch}.0.0.4svn40229-%{release}-zypper
@@ -15350,6 +15362,18 @@
        test -e %{buildroot}/$scr || continue
        chmod 0755 %{buildroot}/$scr
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/tex/luatex/lualibs/lualibs-compat.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-luamesh-%{texlive_version}.%{texlive_noarch}.0.0.51svn43814-%{release}-zypper
@@ -15398,6 +15422,30 @@
        test -e %{buildroot}/$scr || continue
        chmod 0755 %{buildroot}/$scr
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/luaotfload/luaotfload-tool.lua \
+              %{_texmfdistdir}/scripts/luaotfload/mkcharacters \
+              %{_texmfdistdir}/scripts/luaotfload/mkglyphlist \
+              %{_texmfdistdir}/scripts/luaotfload/mkimport \
+              %{_texmfdistdir}/scripts/luaotfload/mkstatus \
+              %{_texmfdistdir}/scripts/luaotfload/mktests \
+              %{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-auxiliary.lua \
+              
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-configuration.lua \
+              
%{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-diagnostics.lua \
+              %{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-init.lua \
+              %{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-loaders.lua \
+              %{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-parsers.lua \
+              %{_texmfdistdir}/tex/luatex/luaotfload/luaotfload-resolvers.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-luapackageloader-%{texlive_version}.%{texlive_noarch}.0.0.1svn44500-%{release}-zypper
@@ -15491,6 +15539,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:98} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:99} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/lwarp/lwarpmk.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-lxfonts-fonts-%{texlive_version}.%{texlive_noarch}.2.0bsvn32354-%{release}-zypper
@@ -15552,6 +15612,18 @@
                q
        EOF
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/m-tx/m-tx.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-macros2e-%{texlive_version}.%{texlive_noarch}.0.0.4svn23236-%{release}-zypper
@@ -15611,6 +15683,18 @@
                q
        EOF
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/make4ht/make4ht
+    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-makebarcode-%{texlive_version}.%{texlive_noarch}.1.0svn15878-%{release}-zypper
@@ -15808,6 +15892,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:161} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:162} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/match_parens/match_parens
+    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-math-e-%{texlive_version}.%{texlive_noarch}.svn20062-%{release}-zypper


Reply via email to