Hello community, here is the log from the commit of package rakudo for openSUSE:Factory checked in at 2020-05-14 23:28:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rakudo (Old) and /work/SRC/openSUSE:Factory/.rakudo.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rakudo" Thu May 14 23:28:12 2020 rev:63 rq:805639 version:2020.05.1 Changes: -------- --- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes 2020-03-09 11:42:37.709332026 +0100 +++ /work/SRC/openSUSE:Factory/.rakudo.new.2738/rakudo.changes 2020-05-14 23:28:14.289431908 +0200 @@ -1,0 +2,24 @@ +Wed May 13 12:59:55 CEST 2020 - n...@detonation.org + +- update to version 2020.05.1 + + Implement support of environment variables RAKULIB, RAKUDOLIB, RAKU_TEST_DIE_ON_FAIL + and RAKU_TEST_TIMES to eventually replace deprecated PERL6LIB, PERL6_TEST_DIE_ON_FAIL + and PERL6_TEST_TIMES + + Add multiple needles feature to Str.index/rindex + + dd can now also handle BOOTContext objects + + Str now has .Date and DateTime coercers + + Date.yyyy-mm-dd now takes a separator parameter, defaulting to - + + Added Date.dd-mm-yyyy and Date.mm-dd-yyyy methods + + IterationBuffer now has a .Slip method for easier iteration + + Add "is implementation-detail" trait and hide exposed internals with it + + Introduce ^... and ^...^ sequence generator operators + + Add Date.last-date-in-month and Date.first-day-in-month methods + + Add a parents metamethod to Metamodel::ParametricRoleGroupHOW + + Implement VM.request-garbage-collection + + Remove undocumented Seq.new-consumed + + Improve behavior of default ThreadPoolScheduler, increasing efficiency of multithreaded + applications + + Speed up compilation of large projects + + Lots of bug fixes and speedups + +------------------------------------------------------------------- Old: ---- rakudo-2020.02.tar.gz New: ---- rakudo-2020.05.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rakudo.spec ++++++ --- /var/tmp/diff_new_pack.Z0YOqI/_old 2020-05-14 23:28:15.333434186 +0200 +++ /var/tmp/diff_new_pack.Z0YOqI/_new 2020-05-14 23:28:15.337434194 +0200 @@ -17,7 +17,7 @@ Name: rakudo -Version: 2020.02 +Version: 2020.05.1 Release: 2.1 Summary: Raku (formerly Perl 6) implemenation that runs on MoarVM License: Artistic-2.0 @@ -25,11 +25,11 @@ URL: http://rakudo.org/ Source0: rakudo-%{version}.tar.gz BuildRequires: fdupes -BuildRequires: moarvm-devel >= 2020.02 -BuildRequires: nqp >= 2020.02 +BuildRequires: moarvm-devel >= 2020.05 +BuildRequires: nqp >= 2020.05 Provides: perl6 = %{version}-%{release} -Requires: moarvm >= 2020.02 -Requires: nqp >= 2020.02 +Requires: moarvm >= 2020.05 +Requires: nqp >= 2020.05 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++++++ rakudo-2020.02.tar.gz -> rakudo-2020.05.1.tar.gz ++++++ ++++ 102799 lines of diff (skipped)