Hello community, here is the log from the commit of package nqp for openSUSE:Factory checked in at 2019-09-13 14:57:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nqp (Old) and /work/SRC/openSUSE:Factory/.nqp.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nqp" Fri Sep 13 14:57:29 2019 rev:29 rq:729694 version:2019.07 Changes: -------- --- /work/SRC/openSUSE:Factory/nqp/nqp.changes 2019-04-14 12:23:50.407854283 +0200 +++ /work/SRC/openSUSE:Factory/.nqp.new.7948/nqp.changes 2019-09-13 14:57:30.957275196 +0200 @@ -1,0 +2,28 @@ +Thu Jul 22 17:00:00 CEST 2019 - [email protected] + +- Fix installed perl6 not finding its NQP modules + +------------------------------------------------------------------- +Thu Jul 18 10:30:03 CEST 2019 - [email protected] + +- update to version 2019.07 + * Make building Perl 6 code reproducible + * Several improvements to the profiler + * Explicitly mark out mixin types + * Add method_names and method_order to NQPConcreteRoleHOW + * Add given value to printf bad-directive-type error + * Add uname, freemem, and totalmem ops + * Protect against self-reference in match dump + * Fix precedence issues with |, ||, &, && prefixes + * Always produce integers in captures hash + * Use a better data structure for Match setup info + * Bring back the onlyname optimization + * Use flags/bitmask to cheapen/avoid some work + * Fix capnames with & + * Correct construction of capnames in P5Regex + * Add int to constants to avoid a lot of unboxing + * Some small optimizations to !cursor_init + * Change associativity of exponentiation to 'right' + * Allow #?if stage1/stage2, add confprog loading support via cmdline flag + +------------------------------------------------------------------- Old: ---- nqp-2019.03.tar.gz New: ---- nqp-2019.07.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nqp.spec ++++++ --- /var/tmp/diff_new_pack.SoDV3j/_old 2019-09-13 14:57:31.705275227 +0200 +++ /var/tmp/diff_new_pack.SoDV3j/_new 2019-09-13 14:57:31.709275227 +0200 @@ -17,15 +17,15 @@ Name: nqp -Version: 2019.03 +Version: 2019.07 Release: 1.1 Summary: Not Quite Perl License: Artistic-2.0 Group: Development/Languages/Other Url: http://rakudo.org/ Source: nqp-%{version}.tar.gz -BuildRequires: moarvm-devel -Requires: moarvm >= 2019.03 +BuildRequires: moarvm-devel >= 2019.07 +Requires: moarvm >= 2019.07 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -36,7 +36,7 @@ %setup -q %build -perl Configure.pl --backends=moar --libdir=%{_libdir} --prefix=%{_usr} --with-moar=/usr/bin/moar +perl Configure.pl --backends=moar --prefix=%{_usr} --with-moar=/usr/bin/moar make %check @@ -50,6 +50,6 @@ %doc CREDITS %license LICENSE %{_bindir}/* -%{_libdir}/nqp +%{_datadir}/nqp %changelog ++++++ nqp-2019.03.tar.gz -> nqp-2019.07.tar.gz ++++++ ++++ 11720 lines of diff (skipped)
