Hello community,

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

Package is "texlive-specs-z"

Wed Feb  7 18:17:28 2018 rev:32 rq:573378 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-z/texlive-specs-z.changes  
2018-01-13 21:39:58.703521940 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-z.new/texlive-specs-z.changes     
2018-02-07 18:18:09.961535731 +0100
@@ -1,0 +2,16 @@
+Tue Feb  6 11:20:16 UTC 2018 - wer...@suse.de
+
+- Avoid broken scripts due former env correction, only repair
+  those scripts where the shebang exists 
+
+-------------------------------------------------------------------
+Wed Jan 24 08:46:16 UTC 2018 - wer...@suse.de
+
+- Switch over to python 3 (boo#1077170)
+
+-------------------------------------------------------------------
+Thu Jan 11 12:48:35 UTC 2018 - wer...@suse.de
+
+- Avoid nasty warning about missing batchmode in ENVironment 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ texlive-specs-z.spec ++++++
--- /var/tmp/diff_new_pack.Zr52Bw/_old  2018-02-07 18:18:14.885305029 +0100
+++ /var/tmp/diff_new_pack.Zr52Bw/_new  2018-02-07 18:18:14.901304279 +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
 
@@ -20893,6 +20893,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:9} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
     tar --use-compress-program=xz -xf %{S:10} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/doc/fonts/xcharter/altone.py
+    do
+       test -e %{buildroot}/$scr || continue
+       ed %{buildroot}/${scr} <<-'EOF'
+               1
+               s@/env[[:blank:]]\+@/@
+               .
+               w
+               q
+       EOF
+    done
     # Move font files
     mkdir -p %{buildroot}%{_datadir}/fonts/texlive-xcharter
     for font in 
%{buildroot}/%{_texmfdistdir}/fonts/opentype/public/xcharter/*.{pf[ab],[ot]tf} \
@@ -21052,6 +21064,21 @@
                q
        EOF
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/doc/xelatex/xepersian/dkun-0.3.py \
+              %{_texmfdistdir}/doc/xelatex/xepersian/dkun-0.4.py \
+              %{_texmfdistdir}/doc/xelatex/xepersian/undk-0.6.py \
+              %{_texmfdistdir}/doc/xelatex/xepersian/unldk-0.2.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-xesearch-%{texlive_version}.%{texlive_noarch}.svn16041-%{release}-zypper
@@ -21183,6 +21210,18 @@
                q
        EOF
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/doc/fonts/xits/postprocess.py
+    do
+       test -e %{buildroot}/$scr || continue
+       ed %{buildroot}/${scr} <<-'EOF'
+               1
+               s@/env[[:blank:]]\+@/@
+               .
+               w
+               q
+       EOF
+    done
     # Move font files
     mkdir -p %{buildroot}%{_datadir}/fonts/texlive-xits
     for font in 
%{buildroot}/%{_texmfdistdir}/fonts/opentype/public/xits/*.{pf[ab],[ot]tf}
@@ -21703,6 +21742,18 @@
        test -e %{buildroot}/$scr || continue
        chmod 0755 %{buildroot}/$scr
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/doc/fonts/zhmetrics-uptex/makemetrics.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-zhnumber-%{texlive_version}.%{texlive_noarch}.2.4svn41123-%{release}-zypper


Reply via email to