Hello community,

here is the log from the commit of package jemalloc for openSUSE:Factory 
checked in at 2018-02-13 10:27:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jemalloc (Old)
 and      /work/SRC/openSUSE:Factory/.jemalloc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jemalloc"

Tue Feb 13 10:27:44 2018 rev:24 rq:575200 version:5.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/jemalloc/jemalloc.changes        2017-10-10 
11:35:28.451255162 +0200
+++ /work/SRC/openSUSE:Factory/.jemalloc.new/jemalloc.changes   2018-02-13 
10:27:48.564539663 +0100
@@ -1,0 +2,6 @@
+Sat Feb 10 09:52:38 UTC 2018 - guilla...@opensuse.org
+
+- Disable THP for ARM (32 bits). This fix build by passing all 
+  tests successfully
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jemalloc.spec ++++++
--- /var/tmp/diff_new_pack.yowVog/_old  2018-02-13 10:27:49.464507237 +0100
+++ /var/tmp/diff_new_pack.yowVog/_new  2018-02-13 10:27:49.464507237 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jemalloc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -84,7 +84,12 @@
        export CC=gcc-4.8
 fi
 %endif
-%configure --enable-prof
+%configure \
+%ifarch %arm
+  --disable-thp \
+%endif
+  --enable-prof
+
 make %{?_smp_mflags}
 
 %install


Reply via email to