Hello community, here is the log from the commit of package rakudo for openSUSE:Factory checked in at 2020-03-09 11:42:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rakudo (Old) and /work/SRC/openSUSE:Factory/.rakudo.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rakudo" Mon Mar 9 11:42:27 2020 rev:62 rq:782827 version:2020.02 Changes: -------- --- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes 2020-03-05 23:20:16.161244501 +0100 +++ /work/SRC/openSUSE:Factory/.rakudo.new.26092/rakudo.changes 2020-03-09 11:42:37.709332026 +0100 @@ -1,0 +2,5 @@ +Mon Mar 9 08:34:11 UTC 2020 - Stefan Seifert <[email protected]> + +- Fix /usr/bin/raku missing due to quoting error in call to ln + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rakudo.spec ++++++ --- /var/tmp/diff_new_pack.GM7QoY/_old 2020-03-09 11:42:38.593332504 +0100 +++ /var/tmp/diff_new_pack.GM7QoY/_new 2020-03-09 11:42:38.597332507 +0100 @@ -58,8 +58,8 @@ sed -i -e '1s:!/usr/bin/env :!/usr/bin/:' "%{buildroot}/%{_datadir}/perl6/bin"/* rm "%{buildroot}/%{_bindir}/raku" rm "%{buildroot}/%{_bindir}/raku-debug" -ln -s "rakudo %{buildroot}/%{_bindir}/raku" -ln -s "rakudo-debug %{buildroot}/%{_bindir}/raku-debug" +ln -s rakudo "%{buildroot}/%{_bindir}/raku" +ln -s rakudo-debug "%{buildroot}/%{_bindir}/raku-debug" %fdupes %{buildroot}/%{_bindir} %fdupes %{buildroot}/%{_datadir}/perl6/runtime
