Hello community, here is the log from the commit of package rakudo for openSUSE:Factory checked in at 2018-11-26 10:19:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rakudo (Old) and /work/SRC/openSUSE:Factory/.rakudo.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rakudo" Mon Nov 26 10:19:56 2018 rev:54 rq:648616 version:2018.10 Changes: -------- --- /work/SRC/openSUSE:Factory/rakudo/rakudo.changes 2018-05-16 11:41:46.635897760 +0200 +++ /work/SRC/openSUSE:Factory/.rakudo.new.19453/rakudo.changes 2018-11-26 10:21:27.561651496 +0100 @@ -1,0 +2,21 @@ +Mon Nov 12 17:30:02 UTC 2018 - Jan Engelhardt <[email protected]> + +- Replace old $RPM_* shell vars + +------------------------------------------------------------------- +Sun Nov 11 22:03:49 CET 2018 - [email protected] + +- update to version 2018.10 + * Randomized hash iteration order to prevent DDoS attacks + * Deprecated `gethostname()` in favor of `$*KERNEL.hostname` + * Initial support for Unicode 11.0 + * Removed --encoding support + * Fixes for reproducibility of builds + * Added shapes support for HAS scoped attributes + * Added NativeCall CArray.allocate method + * Added "use isms <Perl5>" pragma to stop complaints about PerlĀ 5 traps + * Massive speedups of private and qualified method calls + * Various performance improvements + * Various bug fixes + +------------------------------------------------------------------- Old: ---- rakudo-2018.04.1.tar.gz New: ---- rakudo-2018.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rakudo.spec ++++++ --- /var/tmp/diff_new_pack.NS770s/_old 2018-11-26 10:21:28.113650846 +0100 +++ /var/tmp/diff_new_pack.NS770s/_new 2018-11-26 10:21:28.117650841 +0100 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: rakudo -Version: 2018.04.1 +Version: 2018.10 Release: 2.1 Summary: Perl 6 implemenation that runs on MoarVM License: Artistic-2.0 @@ -27,8 +27,8 @@ BuildRequires: moarvm-devel BuildRequires: nqp Provides: perl6 = %{version}-%{release} -Requires: moarvm >= 2018.04.1 -Requires: nqp >= 2018.04.1 +Requires: moarvm >= 2018.10 +Requires: nqp >= 2018.10 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -39,20 +39,22 @@ %setup -q %build -perl Configure.pl --prefix=%{_usr} +perl Configure.pl --prefix="%{_prefix}" make %check +rm t/08-performance/99-misc.t make test %install -make install DESTDIR=$RPM_BUILD_ROOT -cp tools/install-dist.pl $RPM_BUILD_ROOT/usr/share/perl6/bin/install-perl6-dist -chmod +x $RPM_BUILD_ROOT/usr/share/perl6/bin/install-perl6-dist +%make_install +cp tools/install-dist.p6 "%{buildroot}/%{_datadir}/perl6/bin/install-perl6-dist" +chmod +x "%{buildroot}/%{_datadir}/perl6/bin/install-perl6-dist" %files %defattr(-,root,root) -%doc CREDITS LICENSE +%doc CREDITS +%license LICENSE %{_bindir}/* %{_datadir}/perl6 %{_datadir}/nqp/lib/Perl6 ++++++ rakudo-2018.04.1.tar.gz -> rakudo-2018.10.tar.gz ++++++ ++++ 129260 lines of diff (skipped)
