Hello community,

here is the log from the commit of package texlive-specs-n for openSUSE:Factory 
checked in at 2017-08-18 14:55:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-n (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-specs-n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-specs-n"

Fri Aug 18 14:55:17 2017 rev:28 rq:516991 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-n/texlive-specs-n.changes  
2017-07-17 09:06:10.622030636 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-n.new/texlive-specs-n.changes     
2017-08-18 14:55:20.478703484 +0200
@@ -1,0 +2,11 @@
+Tue Aug 15 09:05:59 UTC 2017 - [email protected]
+
+- Avoid shell for dealing with perl shebangs (boo#1053707) 
+
+-------------------------------------------------------------------
+Fri Jul 28 08:21:53 UTC 2017 - [email protected]
+
+- Increase version of algorithm2e.sty to fix boo#1051054 
+  ... mention added patch "algorithm2e_umlauts.dif"
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ texlive-specs-n.spec ++++++
--- /var/tmp/diff_new_pack.7fx5AI/_old  2017-08-18 14:55:26.861804898 +0200
+++ /var/tmp/diff_new_pack.7fx5AI/_new  2017-08-18 14:55:26.885801519 +0200
@@ -19,7 +19,7 @@
 %define texlive_version  2017
 %define texlive_previous 2016
 %define texlive_release  20170520
-%define texlive_noarch   131
+%define texlive_noarch   132
 
 #!BuildIgnore:          texlive
 
@@ -18662,17 +18662,20 @@
        
%{buildroot}/var/adm/update-scripts/texlive-latex-tds-%{texlive_version}.%{texlive_noarch}.svn40613-%{release}-zypper
     tar --use-compress-program=xz -xf %{S:6} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
     tar --use-compress-program=xz -xf %{S:7} -C 
%{buildroot}%{_datadir}/texlive/texmf-dist
-    # Add shebang e.g. correct perl wrapper scripts if any
+    # Correct wrong perl scripts if any
     for scr in %{_texmfdistdir}/source/latex/latex-tds/lib/adjust_checksum.pl \
               %{_texmfdistdir}/source/latex/latex-tds/lib/ziptimetree.pl
     do
        test -e %{buildroot}/$scr || continue
        ed %{buildroot}/${scr} <<-'EOF'
                1
+               1,/\sif 0;$/d
+               1
                i
-               #! /bin/sh
+               #! /usr/bin/perl
                .
                w
+               1,3p
                q
        EOF
     done


Reply via email to