Hello community,

here is the log from the commit of package moarvm for openSUSE:Factory checked 
in at 2019-11-30 10:40:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/moarvm (Old)
 and      /work/SRC/openSUSE:Factory/.moarvm.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "moarvm"

Sat Nov 30 10:40:00 2019 rev:21 rq:751856 version:2019.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/moarvm/moarvm.changes    2019-09-11 
10:34:04.139319299 +0200
+++ /work/SRC/openSUSE:Factory/.moarvm.new.26869/moarvm.changes 2019-11-30 
10:41:00.344146069 +0100
@@ -0,0 +1,33 @@
+-------------------------------------------------------------------
+Fri Nov 29 08:12:59 CET 2019 - n...@detonation.org
+
+- update to version 2019.11
+
+Features;
++ Update Unicode to 12.1
++ Add GB18030 encode, decode and decodestream support
++ Introduce vmevent, "VM Event Subscription"
++ Improvements to the profiler, including a new heapsnapshot format with zstd
+  support and improvements to the profiler's "confprog" probe language
++ Add MVM_vm_run_bytecode() as alternative to MVM_vm_run_file()
++ Improve hostname resolution with better support for IPv6
++ Partial escape analysis
++ Support JIT compilation of floating point operations
++ Support for deoptimization in the expression JIT
++ Jit getuniprop_(int|bool|str), captureposarg_n, smrt_intify
++ Various smaller performance improvements
++ Fix more than 40 garbage collection related bugs leading to segfaults and 
other issues
++ Make MVM_file_is_rwx honor root and groups
++ Fix crashes when destroying threads
++ Stability fixes
++ Fix pointer arithmetic in inlined CArrays in CStruct/CPPStruct REPRs
++ Put limits on local and inline counts for inlining to avoid overly long 
spesh blockages
++ Fixed some memory leaks
++ Improvements to the debug server
++ NativeCall: improvments to error messages
++ Improve Unicode handling with paths
++ Show correct bad bytes in encoding errors
++ Improvements to documentation
+
+- Remove fix-build.patch as the issue has been fixed upstream
+

Old:
----
  MoarVM-2019.07.tar.gz
  fix-build.patch

New:
----
  MoarVM-2019.11.tar.gz

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

Other differences:
------------------
++++++ moarvm.spec ++++++
--- /var/tmp/diff_new_pack.8eJ8Oo/_old  2019-11-30 10:41:01.680145908 +0100
+++ /var/tmp/diff_new_pack.8eJ8Oo/_new  2019-11-30 10:41:01.684145908 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package moarvm
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,17 @@
 #
 
 
-%global mvrel 2019.07
+%global mvrel 2019.11
 Name:           moarvm
 Version:        %mvrel
 Release:        2.1
 Summary:        A virtual machine built especially for Rakudo Perl 6
 License:        Artistic-2.0
 Group:          Development/Libraries/Other
-Url:            http://moarvm.org
+URL:            http://moarvm.org
 Source:         http://moarvm.org/releases/MoarVM-%{mvrel}.tar.gz
 # PATCH-FIX-OPENSUSE boo#1100677
 Patch0:         reproducible.patch
-Patch1:         fix-build.patch
 BuildRequires:  perl(ExtUtils::Command)
 
 %description
@@ -47,7 +46,6 @@
 %prep
 %setup -q -n MoarVM-%{mvrel}
 %patch0 -p1
-%patch1 -p1
 
 %build
 perl Configure.pl --prefix=%{_usr} --libdir=%{_libdir} --debug --optimize=3
@@ -64,10 +62,11 @@
 %{_bindir}/moar
 %{_libdir}/libmoar*
 %{_libdir}/moar
-%{_datadir}/*
+%{_datadir}/nqp
 
 %files devel
 %defattr(-,root,root)
 %{_includedir}/*
+%{_datadir}/pkgconfig
 
 %changelog

++++++ MoarVM-2019.07.tar.gz -> MoarVM-2019.11.tar.gz ++++++
++++ 176586 lines of diff (skipped)


Reply via email to