Hello community, here is the log from the commit of package nqp for openSUSE:Factory checked in at 2015-06-23 11:57:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nqp (Old) and /work/SRC/openSUSE:Factory/.nqp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nqp" Changes: -------- --- /work/SRC/openSUSE:Factory/nqp/nqp.changes 2014-08-25 11:05:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nqp.new/nqp.changes 2015-06-23 11:57:19.000000000 +0200 @@ -1,0 +2,7 @@ +Thu Jun 11 17:25:08 CEST 2015 - [email protected] + +- update to version 2015.05 + * bring nqp in sync with moarvm + * use new unicode features + +------------------------------------------------------------------- Old: ---- nqp-2014.08.tar.gz New: ---- nqp-2015.05.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nqp.spec ++++++ --- /var/tmp/diff_new_pack.V0H5g2/_old 2015-06-23 11:57:20.000000000 +0200 +++ /var/tmp/diff_new_pack.V0H5g2/_new 2015-06-23 11:57:20.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package nqp # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # 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: nqp -Version: 2014.08 +Version: 2015.05 Release: 0 Summary: Not Quite Perl License: Artistic-2.0 @@ -37,7 +37,7 @@ %setup -q %patch1 sed -i -e 's!@prefix@/lib/MAST!%{_libdir}/moar/MAST!g' tools/build/Makefile-Moar.in -sed -i -e 's!^NQP_LANG_DIR *=.*!NQP_LANG_DIR = %{_libdir}/moar/languages/nqp!' tools/build/Makefile-common.in +sed -i -e 's!^NQP_LANG_DIR *=.*!NQP_LANG_DIR = %{_libdir}/moar/share/nqp!' tools/build/Makefile-common.in %build perl Configure.pl --backends=moar --prefix=%{_usr} @@ -53,6 +53,6 @@ %defattr(-,root,root) %doc CREDITS LICENSE %{_bindir}/* -%{_libdir}/moar/languages/nqp +%{_libdir}/moar/share/nqp %changelog ++++++ nqp-2014.08.tar.gz -> nqp-2015.05.tar.gz ++++++ ++++ 347433 lines of diff (skipped) ++++++ usenqplibdir.diff ++++++ --- /var/tmp/diff_new_pack.V0H5g2/_old 2015-06-23 11:57:21.000000000 +0200 +++ /var/tmp/diff_new_pack.V0H5g2/_new 2015-06-23 11:57:21.000000000 +0200 @@ -1,16 +1,16 @@ ---- ./tools/build/Makefile-Moar.in.orig 2014-03-03 17:33:25.805102951 +0000 -+++ ./tools/build/Makefile-Moar.in 2014-03-03 17:34:27.323102842 +0000 -@@ -69,7 +69,7 @@ m-install: m-all - $(CP) $(P6QREGEX_MOAR) $(DESTDIR)$(NQP_LIB_DIR) +--- ./tools/build/Makefile-Moar.in.orig 2015-06-11 15:16:58.774617838 +0000 ++++ ./tools/build/Makefile-Moar.in 2015-06-11 15:24:01.884958815 +0000 +@@ -89,7 +89,7 @@ m-install: m-all $(CP) $(NQP_MOAR) $(DESTDIR)$(NQP_LIB_DIR) $(CP) $(P5QREGEX_MOAR) $(DESTDIR)$(NQP_LIB_DIR) + $(CP) src/vm/moar/profiler/template.html $(DESTDIR)$(NQP_LIB_DIR)/profiler/template.html - $(PERL) tools/build/install-moar-runner.pl "$(DESTDIR)" $(PREFIX) + $(PERL) tools/build/install-moar-runner.pl "$(DESTDIR)" $(PREFIX) $(NQP_LIB_DIR) # FIXME: M_CLEANUPS = *.moarvm gen/moar/* $(M_RUNNER) ---- ./tools/build/install-moar-runner.pl.orig 2014-03-03 17:29:15.805103394 +0000 -+++ ./tools/build/install-moar-runner.pl 2014-03-03 17:33:13.787102972 +0000 +--- ./tools/build/install-moar-runner.pl.orig 2015-06-11 15:16:58.774617838 +0000 ++++ ./tools/build/install-moar-runner.pl 2015-06-11 15:22:32.733308638 +0000 @@ -6,15 +6,14 @@ use warnings; use 5.008; use File::Spec; @@ -23,8 +23,8 @@ $prefix = File::Spec->rel2abs($prefix); } --my $lib_dir = File::Spec->catfile($prefix, 'languages', 'nqp', 'lib'); --my $nqp_mvm = File::Spec->catfile($prefix, 'languages', 'nqp', 'lib', 'nqp.moarvm'); +-my $lib_dir = File::Spec->catfile($prefix, 'share', 'nqp', 'lib'); +-my $nqp_mvm = File::Spec->catfile($prefix, 'share', 'nqp', 'lib', 'nqp.moarvm'); +my $nqp_mvm = File::Spec->catfile($lib_dir, 'nqp.moarvm'); if ($^O eq 'MSWin32') {
