Hello community,

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

Package is "texlive-specs-d"

Wed Feb  7 18:15:22 2018 rev:32 rq:573354 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-d/texlive-specs-d.changes  
2018-01-13 21:37:44.477776239 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-d.new/texlive-specs-d.changes     
2018-02-07 18:15:26.513194355 +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-d.spec ++++++
--- /var/tmp/diff_new_pack.Rns0g6/_old  2018-02-07 18:15:33.316875546 +0100
+++ /var/tmp/diff_new_pack.Rns0g6/_new  2018-02-07 18:15:33.336874609 +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
 
@@ -20973,6 +20973,19 @@
 %endif
     tar --use-compress-program=xz -xf %{S:110} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:111} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/bundledoc/arlatex \
+              %{_texmfdistdir}/scripts/bundledoc/bundledoc
+    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-burmese-fonts-%{texlive_version}.%{texlive_noarch}.svn25185-%{release}-zypper
@@ -21160,6 +21173,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:152} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:153} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/cachepic/cachepic.tlu
+    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-caladea-fonts-%{texlive_version}.%{texlive_noarch}.svn34991-%{release}-zypper


Reply via email to