Hello community,

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

Package is "texlive-specs-y"

Wed Feb  7 18:17:23 2018 rev:32 rq:573377 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-y/texlive-specs-y.changes  
2018-01-13 21:39:52.575807482 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-y.new/texlive-specs-y.changes     
2018-02-07 18:17:59.146042490 +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-y.spec ++++++
--- /var/tmp/diff_new_pack.NkYS9u/_old  2018-02-07 18:18:05.357751441 +0100
+++ /var/tmp/diff_new_pack.NkYS9u/_new  2018-02-07 18:18:05.377750504 +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
 
@@ -24344,6 +24344,18 @@
        test -e %{buildroot}/$scr || continue
        chmod 0755 %{buildroot}/$scr
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/doc/generic/vntex/vntex-update-maps
+    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-vntex
     for font in 
%{buildroot}/%{_texmfdistdir}/fonts/type1/vntex/arevvn/*.{pf[ab],[ot]tf} \


Reply via email to