Hello community,

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

Package is "texlive-specs-s"

Wed Feb  7 18:16:50 2018 rev:32 rq:573371 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-s/texlive-specs-s.changes  
2018-01-13 21:39:20.625296298 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-s.new/texlive-specs-s.changes     
2018-02-07 18:17:16.752028882 +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-s.spec ++++++
--- /var/tmp/diff_new_pack.5K0WcX/_old  2018-02-07 18:17:25.575615445 +0100
+++ /var/tmp/diff_new_pack.5K0WcX/_new  2018-02-07 18:17:25.591614696 +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
 
@@ -14583,6 +14583,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:33} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:34} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/pmxchords/pmxchords.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-pnas2009-%{texlive_version}.%{texlive_noarch}.1.0svn16287-%{release}-zypper
@@ -15149,6 +15161,19 @@
        test -e %{buildroot}/$scr || continue
        chmod 0755 %{buildroot}/$scr
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-compress.pl \
+              %{_texmfdistdir}/doc/generic/pst-geo/pst-geo-decompress.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-pst-ghsb-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper


Reply via email to