Hello community,

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

Package is "texlive-specs-t"

Fri Aug 18 14:55:52 2017 rev:28 rq:516995 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-t/texlive-specs-t.changes  
2017-07-17 09:06:57.735395493 +0200
+++ /work/SRC/openSUSE:Factory/.texlive-specs-t.new/texlive-specs-t.changes     
2017-08-18 14:56:00.769031584 +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-t.spec ++++++
--- /var/tmp/diff_new_pack.NbUjBT/_old  2017-08-18 14:56:06.792183672 +0200
+++ /var/tmp/diff_new_pack.NbUjBT/_new  2017-08-18 14:56:06.804181983 +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
 
@@ -14009,16 +14009,19 @@
        
%{buildroot}/var/adm/update-scripts/texlive-pst2pdf-%{texlive_version}.%{texlive_noarch}.0.0.16svn35247-%{release}-zypper
     tar --use-compress-program=xz -xf %{S:64} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:65} -C 
%{buildroot}%{_datadir}/texlive
-    # Add shebang e.g. correct perl wrapper scripts if any
+    # Correct wrong perl scripts if any
     for scr in %{_texmfdistdir}/scripts/pst2pdf/pst2pdf.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