Hello community, here is the log from the commit of package texlive-specs-y for openSUSE:Factory checked in at 2017-08-18 14:56:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texlive-specs-y (Old) and /work/SRC/openSUSE:Factory/.texlive-specs-y.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-y" Fri Aug 18 14:56:08 2017 rev:28 rq:516997 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/texlive-specs-y/texlive-specs-y.changes 2017-07-17 09:07:30.170827412 +0200 +++ /work/SRC/openSUSE:Factory/.texlive-specs-y.new/texlive-specs-y.changes 2017-08-18 14:56:17.842628042 +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-y.spec ++++++ --- /var/tmp/diff_new_pack.5dGxmD/_old 2017-08-18 14:56:24.001760989 +0200 +++ /var/tmp/diff_new_pack.5dGxmD/_new 2017-08-18 14:56:24.037755922 +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 @@ -23688,16 +23688,19 @@ %{buildroot}/var/adm/update-scripts/texlive-vpe-%{texlive_version}.%{texlive_noarch}.0.0.2svn26039-%{release}-zypper tar --use-compress-program=xz -xf %{S:195} -C %{buildroot}%{_datadir}/texlive tar --use-compress-program=xz -xf %{S:196} -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/vpe/vpe.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
