Hello community,

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

Package is "texlive-specs-r"

Wed Feb  7 18:16:44 2018 rev:31 rq:573370 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-r/texlive-specs-r.changes  
2018-01-13 21:39:14.413585744 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-r.new/texlive-specs-r.changes     
2018-02-07 18:17:10.604316939 +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-r.spec ++++++
--- /var/tmp/diff_new_pack.gkcEcw/_old  2018-02-07 18:17:14.844118279 +0100
+++ /var/tmp/diff_new_pack.gkcEcw/_new  2018-02-07 18:17:14.856117717 +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
 
@@ -15558,9 +15558,9 @@
 %endif
     tar --use-compress-program=xz -xf %{S:58} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
     tar --use-compress-program=xz -xf %{S:59} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
+    mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-solides.tex 
%{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-solides.tex
     mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-calculs.tex 
%{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-calculs.tex
     mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-styles.tex 
%{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-styles.tex
-    mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-solides.tex 
%{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-solides.tex
     mv -vf %{buildroot}%{_texmfdistdir}/doc/latex/pas-cours/macro-patrons.tex 
%{buildroot}%{_texmfdistdir}/tex/latex/pas-cours/macro-patrons.tex
 %if %{with zypper_posttrans}
     ln -sf %{_texmfdistdir}/texconfig/zypper.py \
@@ -15630,6 +15630,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:78} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:79} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/pax/pdfannotextractor.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-pb-diagram-%{texlive_version}.%{texlive_noarch}.5.0svn15878-%{release}-zypper
@@ -15678,6 +15690,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:92} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:93} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/pdfbook2/pdfbook2
+    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-pdfcomment-%{texlive_version}.%{texlive_noarch}.2.4svn41484-%{release}-zypper
@@ -15696,6 +15720,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:98} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:99} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/pdfcrop/pdfcrop.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-pdfjam-%{texlive_version}.%{texlive_noarch}.2.02svn29752-%{release}-zypper
@@ -15750,6 +15786,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:116} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:117} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/doc/pdftex/manual/syntaxform.pl
+    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-pdftex
     for font in 
%{buildroot}/%{_texmfdistdir}/fonts/type1/public/pdftex/*.{pf[ab],[ot]tf}
@@ -15786,6 +15834,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:118} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:119} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/texlive/e2pall.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-pdftricks-%{texlive_version}.%{texlive_noarch}.1.16svn15878-%{release}-zypper
@@ -15834,6 +15894,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:132} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:133} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/pedigree-perl/pedigree.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-perception-%{texlive_version}.%{texlive_noarch}.svn42683-%{release}-zypper
@@ -15852,6 +15924,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:138} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:139} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/perltex/perltex.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-permute-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
@@ -15882,6 +15966,19 @@
 %endif
     tar --use-compress-program=xz -xf %{S:148} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:149} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/pfarrei/a5toa4.tlu \
+              %{_texmfdistdir}/scripts/pfarrei/pfarrei.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-pgf-%{texlive_version}.%{texlive_noarch}.3.0.1asvn44231-%{release}-zypper
@@ -16252,6 +16349,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:230} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:231} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/pkfix-helper/pkfix-helper
+    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-pkgloader-%{texlive_version}.%{texlive_noarch}.0.0.5.0svn35711-%{release}-zypper


Reply via email to