Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rakudo for openSUSE:Factory checked in at 2024-04-04 22:25:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rakudo (Old) and /work/SRC/openSUSE:Factory/.rakudo.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rakudo" Thu Apr 4 22:25:15 2024 rev:74 rq:1164430 version:2024.02 Changes: -------- --- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes 2024-02-25 14:06:45.178276625 +0100 +++ /work/SRC/openSUSE:Factory/.rakudo.new.1905/rakudo.changes 2024-04-04 22:26:14.683280237 +0200 @@ -1,0 +2,9 @@ +Wed Mar 27 16:32:06 CET 2024 - [email protected] + +- update to version 2024.02 + Too many changes to even summarize given the large version step. + Please see docs/ChangeLog in the rakudo repository for the list. +- Remove rakudo-fix-module-installation.diff as the fix is included + upstream. + +------------------------------------------------------------------- Old: ---- rakudo-2022.07.tar.gz rakudo-fix-module-installation.diff New: ---- rakudo-2024.02.tar.gz BETA DEBUG BEGIN: Old: Please see docs/ChangeLog in the rakudo repository for the list. - Remove rakudo-fix-module-installation.diff as the fix is included upstream. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rakudo.spec ++++++ --- /var/tmp/diff_new_pack.LHswUX/_old 2024-04-04 22:26:15.579313225 +0200 +++ /var/tmp/diff_new_pack.LHswUX/_new 2024-04-04 22:26:15.579313225 +0200 @@ -1,7 +1,7 @@ # # spec file for package rakudo # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rakudo -Version: 2022.07 +Version: 2024.02 Release: 2.1 Summary: Raku (formerly Perl 6) implemenation that runs on MoarVM License: Artistic-2.0 @@ -25,19 +25,30 @@ URL: https://rakudo.org/ Source0: rakudo-%{version}.tar.gz Patch0: rakudo-test-log.diff -Patch1: rakudo-fix-module-installation.diff %if !0%{?rhel_version} BuildRequires: fdupes %endif -BuildRequires: moarvm-devel >= 2022.07 -BuildRequires: nqp >= 2022.07 +BuildRequires: moarvm-devel >= 2024.02 +BuildRequires: nqp >= 2024.02 BuildRequires: perl(Archive::Tar) BuildRequires: perl(Digest::SHA) BuildRequires: perl(IPC::Cmd) BuildRequires: perl(YAML::Tiny) -Provides: perl6 = %{version}-%{release} -Requires: moarvm >= 2022.07 -Requires: nqp >= 2022.07 +Provides: raku = %{version}-%{release} +Provides: raku(CompUnit::Repository::Staging) +Provides: raku(MoarVM::Profiler) +Provides: raku(MoarVM::SIL) +Provides: raku(MoarVM::SL) +Provides: raku(MoarVM::Spesh) +Provides: raku(NativeCall) +Provides: raku(NativeCall::Types) +Provides: raku(NativeCall::Compiler::GNU) +Provides: raku(NativeCall::Compiler::MSVC) +Provides: raku(Pod::To::Text) +Provides: raku(RakuDoc::To::Text) +Provides: raku(Test) +Requires: moarvm >= 2024.02 +Requires: nqp >= 2024.02 BuildRoot: %{_tmppath}/%{name}-%{version}-build %ifarch s390x BuildRequires: libffi-devel ++++++ rakudo-2022.07.tar.gz -> rakudo-2024.02.tar.gz ++++++ /work/SRC/openSUSE:Factory/rakudo/rakudo-2022.07.tar.gz /work/SRC/openSUSE:Factory/.rakudo.new.1905/rakudo-2024.02.tar.gz differ: char 12, line 1 ++++++ rakudo-test-log.diff ++++++ --- /var/tmp/diff_new_pack.LHswUX/_old 2024-04-04 22:26:15.619314698 +0200 +++ /var/tmp/diff_new_pack.LHswUX/_new 2024-04-04 22:26:15.623314846 +0200 @@ -2,7 +2,7 @@ index 57396c6df..0688cbe59 100644 --- a/tools/templates/Makefile-backend-common.in +++ b/tools/templates/Makefile-backend-common.in -@@ -126,7 +126,7 @@ +@@ -145,7 +145,7 @@ @backend_prefix@-stresstest: @backend_prefix@-stresstest@bpm(HARNESS_TYPE)@ @backend_prefix@-coretest5: @backend_prefix@-all @@ -10,7 +10,7 @@ + PERL5LIB=lib5 @bpm(HARNESS5)@ --archive=make-test.tar $(COMMON_TEST_DIRS) @bsm(SPECIFIC_TEST_DIRS)@ || { mkdir results && cd results && tar xf ../make-test.tar && find . -type f -exec echo '{}' \; -exec cat '{}' \; ; false ; } # Run the spectests that we know work. - @backend_prefix@-spectest5: @backend_prefix@-testable $(SPECTEST_DATA) + @backend_prefix@-spectest5: @backend_prefix@-testable diff --git a/lib5/TAP/Harness/Archive.pm b/lib5/TAP/Harness/Archive.pm new file mode 100644 index 000000000..23810ba2d
