Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rakudo for openSUSE:Factory checked in at 2021-06-01 10:35:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rakudo (Old) and /work/SRC/openSUSE:Factory/.rakudo.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rakudo" Tue Jun 1 10:35:07 2021 rev:66 rq:895193 version:2021.05 Changes: -------- --- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes 2021-03-30 21:07:14.989169438 +0200 +++ /work/SRC/openSUSE:Factory/.rakudo.new.1898/rakudo.changes 2021-06-01 10:35:35.764622466 +0200 @@ -1,0 +2,34 @@ +Mon May 24 15:57:56 CEST 2021 - n...@detonation.org + +- update to version 2021.05 + + Make methods keys, values, kv, pairs, antipairs, invert work on Enum + + Make uniname and uniparse method work on all Cool values such as Num or Match + + Add the user and group methods to IO::Path + + Add new methods day-fraction, modified-julian-date and julian-date to DateTime + + Add support for ??? and ??? as aliases for ??? and ??? + + Deprecate Cool.path method in favor of Cool.IO and NQP operators time_i and time_n in favor of time + + Rename deterministic method on Iterator introduced in 2020.12 into is-deterministic + + Calling ord method on Str:U now throws an exception instead of silently returning Nil + + Make Int.chr and Int.unival handling of negative values consistent + + Faster now, Str.wordcase, Str.uniparse, lines, words, my %h is QuantHash =, Int.unival, + Str.unival, Str.ords, List.sum, Any.sum, chrs for native int arrays, uninames, Str.univals, + Datish.daycount, uniprop, uniprops, Baggy.AT-KEY, infix (elem), DateTime.posix + + Fix a regression in command line arguments parser + + Fix compilation failure with EVAL in precompiled module's mainline + + Fix an edge case of sub-signature handling, making say :([]) eqv :(@); properly result in False + + Make signal handler setup synchronous to avoid race conditions + + Fix race condition in ThreadPoolScheduler + + Fix a potential issue on subclassing from NQP classes or consuming NQP roles + + Fix Int.uniname to handle big negative and big positive integers + + Fix handling of holes in raku method for native str arrays + + Fix resource leak when iterating files using dir method on IO::Path + + Fix an exception when grab was called on an empty SetHash that had contained entries before + + Fix DateTime equivalence check with eqv relying on raku representation + + Fix methods substr, substr-rw, chop, chomp, pred, succ, comb, lines, words, wordcase, trans, + indent, uc, lc, tc, fc, tclc, flip, split, trim, trim-leading, trim-trailing, samemark, + samespace, samecase, subst, subst-mutate when called on a Str subclass + + Make Allomorph methods comb, chop, chomp, lc, uc, tc, tclc, fc, flip, substr, substr-rw return Str + + Make sure trim, trim-leading, trim-trailing, split, samecase, samemark, samespace methods handle Allomorph values + + Fix copying of empty shaped array + +------------------------------------------------------------------- Old: ---- rakudo-2021.03.tar.gz New: ---- rakudo-2021.05.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rakudo.spec ++++++ --- /var/tmp/diff_new_pack.PDzWh8/_old 2021-06-01 10:35:36.260623310 +0200 +++ /var/tmp/diff_new_pack.PDzWh8/_new 2021-06-01 10:35:36.264623316 +0200 @@ -17,7 +17,7 @@ Name: rakudo -Version: 2021.03 +Version: 2021.05 Release: 2.1 Summary: Raku (formerly Perl 6) implemenation that runs on MoarVM License: Artistic-2.0 @@ -26,12 +26,12 @@ Source0: rakudo-%{version}.tar.gz Patch0: rakudo-test-log.diff BuildRequires: fdupes -BuildRequires: moarvm-devel >= 2021.03 -BuildRequires: nqp >= 2021.03 +BuildRequires: moarvm-devel >= 2021.05 +BuildRequires: nqp >= 2021.05 BuildRequires: perl(YAML::Tiny) Provides: perl6 = %{version}-%{release} -Requires: moarvm >= 2021.03 -Requires: nqp >= 2021.03 +Requires: moarvm >= 2021.05 +Requires: nqp >= 2021.05 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++++++ rakudo-2021.03.tar.gz -> rakudo-2021.05.tar.gz ++++++ ++++ 9349 lines of diff (skipped)