Hello community,

here is the log from the commit of package rakudo for openSUSE:Factory checked 
in at 2020-03-05 23:20:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rakudo (Old)
 and      /work/SRC/openSUSE:Factory/.rakudo.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rakudo"

Thu Mar  5 23:20:11 2020 rev:61 rq:781563 version:2020.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes    2020-01-29 
13:18:58.630188138 +0100
+++ /work/SRC/openSUSE:Factory/.rakudo.new.26092/rakudo.changes 2020-03-05 
23:20:16.161244501 +0100
@@ -1,0 +2,32 @@
+Wed Mar  4 09:56:19 UTC 2020 - Stefan Seifert <[email protected]>
+
+- Update description and summary to follow the rename of Perl 6 to Raku
+- Fix shebang lines in installed scripts
+
+-------------------------------------------------------------------
+Tue Mar  3 14:15:18 CET 2020 - [email protected]
+
+- update to version 2020.02
+  + Remove deprecated support for implicit Distribution::Builder prefix
+  + throws-like sub from Test module now throws an exception on Bool:D matchers
+  + Supply.repeated now has unique rather than squish semantics
+  + Enable user-defined chaining operators to work
+  + Added prefix and suffix methods to Parameter class which return
+    textual prefix and suffix of the parameter
+  + Made an improperly typed default for an attribute a compile time error
+  + New methods: SetHash.set, SetHash.unset, BagHash.add and BagHash.remove, 
IterationBuffer.Seq,
+    Compiler.backend, Match.replace-with
+  + Str.contains now also can take a Regex
+  + Add :i(ignorecase) and :m(ignoremark) support to
+    index, starts-with, ends-with, contains, substr-eq, indices
+  + Cool.subst doesn't need a replacement string anymore
+  + Supply.first now also works without a matcher
+  + Properly show enums, subsets and routine return type in Pod::To::Text 
output
+  + Added iterator implementation for Junction (fixes e.g. calling ^name on a 
Junction)
+  + Fixed concurrency issue with re-checking a precomp file's dependencies
+  + Lock.protect now allows return of a container
+  + Work around spurious error in Lock::Async that could lead to crashing
+  + Fixed handle leak when chaining Proc::Async
+  + Lots of bug fixes and speedups
+
+-------------------------------------------------------------------

Old:
----
  rakudo-2020.01.tar.gz

New:
----
  rakudo-2020.02.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rakudo.spec ++++++
--- /var/tmp/diff_new_pack.sq0kow/_old  2020-03-05 23:20:17.457245213 +0100
+++ /var/tmp/diff_new_pack.sq0kow/_new  2020-03-05 23:20:17.461245215 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rakudo
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,23 @@
 
 
 Name:           rakudo
-Version:        2020.01
+Version:        2020.02
 Release:        2.1
-Summary:        Perl 6 implemenation that runs on MoarVM
+Summary:        Raku (formerly Perl 6) implemenation that runs on MoarVM
 License:        Artistic-2.0
 Group:          Development/Languages/Other
 URL:            http://rakudo.org/
 Source0:        rakudo-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  moarvm-devel >= 2020.01
-BuildRequires:  nqp >= 2020.01
+BuildRequires:  moarvm-devel >= 2020.02
+BuildRequires:  nqp >= 2020.02
 Provides:       perl6 = %{version}-%{release}
-Requires:       moarvm >= 2020.01
-Requires:       nqp >= 2020.01
+Requires:       moarvm >= 2020.02
+Requires:       nqp >= 2020.02
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-Rakudo Perl 6, or just Rakudo, is an implementation of the Perl 6 
+Rakudo, is an implementation of the Raku (formerly Perl 6)
 specification that runs on the Moar virtual machine.
 
 %prep
@@ -55,6 +55,7 @@
 mkdir -p "%{buildroot}/%{_datadir}/perl6/bin"
 cp tools/install-dist.p6 
"%{buildroot}/%{_datadir}/perl6/bin/install-perl6-dist"
 chmod +x "%{buildroot}/%{_datadir}/perl6/bin/install-perl6-dist"
+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"

++++++ rakudo-2020.01.tar.gz -> rakudo-2020.02.tar.gz ++++++
++++ 15120 lines of diff (skipped)


Reply via email to