Hello community,

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

Package is "texlive-specs-k"

Wed Feb  7 18:16:04 2018 rev:33 rq:573361 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-k/texlive-specs-k.changes  
2018-01-13 21:38:33.683483583 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-k.new/texlive-specs-k.changes     
2018-02-07 18:16:20.322672966 +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-k.spec ++++++
--- /var/tmp/diff_new_pack.jbBaTf/_old  2018-02-07 18:16:26.854366910 +0100
+++ /var/tmp/diff_new_pack.jbBaTf/_new  2018-02-07 18:16:26.870366160 +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
 
@@ -16976,6 +16976,20 @@
        test -e %{buildroot}/$scr || continue
        chmod 0755 %{buildroot}/$scr
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/doc/support/gitfile-info/gfi-run.py \
+              %{_texmfdistdir}/doc/support/gitfile-info/post-commit.py \
+              %{_texmfdistdir}/doc/support/gitfile-info/post-merge.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-gitinfo-%{texlive_version}.%{texlive_noarch}.1.0svn34049-%{release}-zypper
@@ -17025,6 +17039,19 @@
     tar --use-compress-program=xz -xf %{S:37} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:38} -C 
%{buildroot}%{_datadir}/texlive
     rm -vf  %{buildroot}%{_texmfdistdir}/scripts/glossaries/makeglossaries.bat
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/glossaries/makeglossaries \
+              %{_texmfdistdir}/scripts/glossaries/makeglossaries-lite.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-glossaries-danish-%{texlive_version}.%{texlive_noarch}.1.0svn35665-%{release}-zypper
@@ -17195,6 +17222,18 @@
                q
        EOF
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in 
%{_texmfdistdir}/doc/fonts/gnu-freefont/tools/utility/hex_range.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-gnu-freefont
     for font in 
%{buildroot}/%{_texmfdistdir}/fonts/opentype/public/gnu-freefont/*.{pf[ab],[ot]tf}
 \
@@ -17835,6 +17874,18 @@
        test -e %{buildroot}/$scr || continue
        chmod 0755 %{buildroot}/$scr
     done
+    # Avoid /usr/bin/bash or similar
+    for scr in %{_texmfdistdir}/doc/latex/hepthesis/example/getNewBibtex
+    do
+       test -e %{buildroot}/$scr || continue
+       ed %{buildroot}/${scr} <<-'EOF'
+               1
+               s@^#!.*bash@#!/bin/bash@
+               .
+               w
+               q
+       EOF
+    done
 %if %{with zypper_posttrans}
     ln -sf %{_texmfdistdir}/texconfig/zypper.py \
        
%{buildroot}/var/adm/update-scripts/texlive-hepunits-%{texlive_version}.%{texlive_noarch}.1.1.1svn15878-%{release}-zypper
@@ -17902,13 +17953,6 @@
 %endif
     tar --use-compress-program=xz -xf %{S:232} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
     tar --use-compress-program=xz -xf %{S:233} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
-    # Make possible scripts usable if any
-    for scr in %{_texmfdistdir}/doc/fonts/hfbright/generate.sh \
-              %{_texmfdistdir}/doc/fonts/hfbright/simplify-rename.pe
-    do
-       test -e %{buildroot}/$scr || continue
-       chmod 0755 %{buildroot}/$scr
-    done
     # Move font files
     mkdir -p %{buildroot}%{_datadir}/fonts/texlive-hfbright
     for font in 
%{buildroot}/%{_texmfdistdir}/fonts/type1/public/hfbright/*.{pf[ab],[ot]tf}


Reply via email to