Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rakudo for openSUSE:Factory checked 
in at 2022-04-04 19:26:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rakudo (Old)
 and      /work/SRC/openSUSE:Factory/.rakudo.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rakudo"

Mon Apr  4 19:26:18 2022 rev:71 rq:966634 version:2022.03

Changes:
--------
--- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes    2022-02-21 
19:53:45.386870562 +0100
+++ /work/SRC/openSUSE:Factory/.rakudo.new.1900/rakudo.changes  2022-04-04 
19:26:41.900326832 +0200
@@ -1,0 +2,39 @@
+Sun Apr  3 11:11:38 CEST 2022 - [email protected]
+
+- update to version 2022.03
+    + Expose the .file and .line methods on Label objects
+    + Allow Date / DateTime *day* parameter to be a Callable / Whatever
+    + Make error on Date.later(:hour|minute|second) more awesome
+    + Give .chomp the possibility to specify a needle
+    + Improve error message for invalid arguments passed to traits
+    + Un =my= X::Comp::Group
+    + Turn junctions into value objects
+    + Fix classification and categorization over junctions and gist over 
Junction keys
+    + Fix typo'd missing : in .nominal_type signature
+    + Decrement # of calls in a block if any are optimized away
+    + Fix IO::Path.parent
+    + Fix multi-method candidates lost when 6.e role is applied
+    + Workaround for cases where .ACCEPTS may return non-Raku object
+    + Fix issue with native array.splice
+    + Fix issue with Net::Curl
+    + Make DateTime.new(Allomorph:D) work
+    + Restore given / when optimization for Numeric cases
+    + Fix/test Pod::To::Text rendering of =defn elements
+    + Fix resources of the parent repo not found when using Staging
+    + Optimize more cases of p6decontrv ops
+    + Use new native unsigned integer NQP ops where applicable
+    + Use --/++$i instead of $i = nqp::add/sub_i($i,1) for readability
+    + Make Complex multiplication factor constant
+    + Streamline Complex -> Real coercion
+    + Simplify creating a Complex object
+    + Enable num->str coercion in native.repeated/unique
+    + Remove unneeded/confusing can('prec') checks
+    + Remove some unnecessary trys
+
+-------------------------------------------------------------------
+Sun Mar 27 09:19:10 UTC 2022 - Stefan Seifert <[email protected]>
+
+- Fix build on RHEL7 which contains no fdupes package
+  Also perl core packages are not installed by default
+
+-------------------------------------------------------------------

Old:
----
  rakudo-2022.02.tar.gz

New:
----
  rakudo-2022.03.tar.gz

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

Other differences:
------------------
++++++ rakudo.spec ++++++
--- /var/tmp/diff_new_pack.DzNaUO/_old  2022-04-04 19:26:43.728305873 +0200
+++ /var/tmp/diff_new_pack.DzNaUO/_new  2022-04-04 19:26:43.732305828 +0200
@@ -17,26 +17,33 @@
 
 
 Name:           rakudo
-Version:        2022.02
+Version:        2022.03
 Release:        2.1
 Summary:        Raku (formerly Perl 6) implemenation that runs on MoarVM
 License:        Artistic-2.0
 Group:          Development/Languages/Other
-URL:            http://rakudo.org/
+URL:            https://rakudo.org/
 Source0:        rakudo-%{version}.tar.gz
 Patch0:         rakudo-test-log.diff
+%if !0%{?rhel_version}
 BuildRequires:  fdupes
-BuildRequires:  moarvm-devel >= 2022.02
-BuildRequires:  nqp >= 2022.02
+%endif
+BuildRequires:  moarvm-devel >= 2022.03
+BuildRequires:  nqp >= 2022.03
+BuildRequires:  perl(Archive::Tar)
+BuildRequires:  perl(Digest::SHA)
+BuildRequires:  perl(IPC::Cmd)
 BuildRequires:  perl(YAML::Tiny)
 Provides:       perl6 = %{version}-%{release}
-Requires:       moarvm >= 2022.02
-Requires:       nqp >= 2022.02
+Requires:       moarvm >= 2022.03
+Requires:       nqp >= 2022.03
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%ifarch s390x
+BuildRequires:  libffi-devel
+%endif
 
 %description
-Rakudo, is an implementation of the Raku (formerly Perl 6)
-specification that runs on the Moar virtual machine.
+The most mature, production-ready implementation of the Raku language.
 
 %prep
 %setup -q
@@ -60,8 +67,10 @@
 rm "%{buildroot}/%{_bindir}/raku-debug"
 ln -s rakudo "%{buildroot}/%{_bindir}/raku"
 ln -s rakudo-debug "%{buildroot}/%{_bindir}/raku-debug"
+%if !0%{?rhel_version}
 %fdupes %{buildroot}/%{_bindir}
 %fdupes %{buildroot}/%{_datadir}/perl6/runtime
+%endif
 
 %files
 %defattr(-,root,root)

++++++ rakudo-2022.02.tar.gz -> rakudo-2022.03.tar.gz ++++++
++++ 136869 lines of diff (skipped)

Reply via email to