Hello community,

here is the log from the commit of package moarvm for openSUSE:Factory checked 
in at 2015-06-23 11:57:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/moarvm (Old)
 and      /work/SRC/openSUSE:Factory/.moarvm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "moarvm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/moarvm/moarvm.changes    2014-08-25 
11:05:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.moarvm.new/moarvm.changes       2015-06-23 
11:57:15.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Jun 11 16:42:37 CEST 2015 - m...@suse.de
+
+- update to 2015.05
+  * instrumenting profiler
+  * many optimizations
+  * added documentation
+  * large file handling
+  * endian fixes
+  * lazy deserialization
+  * implement NFC/NFD/NFKC/NFKD Unicode normalization algorithms
+  * fix various memory leaks
+- fix setup
+
+-------------------------------------------------------------------

Old:
----
  MoarVM-2014.08.tar.gz

New:
----
  MoarVM-2015.05.tar.gz

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

Other differences:
------------------
++++++ moarvm.spec ++++++
--- /var/tmp/diff_new_pack.Pkiom7/_old  2015-06-23 11:57:16.000000000 +0200
+++ /var/tmp/diff_new_pack.Pkiom7/_new  2015-06-23 11:57:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package moarvm
 #
-# 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
@@ -16,7 +16,7 @@
 #
 
 
-%global mvrel 2014.08
+%global mvrel 2015.05
 Name:           moarvm
 Version:        %mvrel
 Release:        0
@@ -44,21 +44,22 @@
 %setup -q -n MoarVM-%{mvrel}
 
 %build
+sed -i -e 's!@prefix@/lib!%{_libdir}!' build/setup.pm
+sed -i -e "s!ldrpath    => '-Wl.*!ldrpath    => '',!" build/setup.pm
 perl Configure.pl --prefix=%{_usr} --debug --optimize=3
-sed -i -e 's!$(DESTDIR)$(PREFIX)/lib!$(DESTDIR)%{_libdir}!' Makefile
 make %{?_smp_mflags}
 
 %install
 %make_install
-mkdir -p $RPM_BUILD_ROOT/%{_libdir}/moar/languages
-mv $RPM_BUILD_ROOT/%{_libdir}/MAST $RPM_BUILD_ROOT/%{_libdir}/moar/MAST
+mkdir -p $RPM_BUILD_ROOT/%{_libdir}/moar/share
 
 %files
 %defattr(-,root,root)
 %doc LICENSE CREDITS Artistic2.txt docs
 %{_bindir}/moar
-%{_libdir}/moar
 %{_libdir}/libmoar*
+%{_libdir}/moar
+%{_datadir}/*
 
 %files devel
 %defattr(-,root,root)

++++++ MoarVM-2014.08.tar.gz -> MoarVM-2015.05.tar.gz ++++++
++++ 123187 lines of diff (skipped)


Reply via email to