Hello community,

here is the log from the commit of package jemalloc for openSUSE:Factory 
checked in at 2018-11-06 15:22:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jemalloc (Old)
 and      /work/SRC/openSUSE:Factory/.jemalloc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jemalloc"

Tue Nov  6 15:22:30 2018 rev:28 rq:645590 version:5.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/jemalloc/jemalloc.changes        2018-10-04 
18:56:50.403525499 +0200
+++ /work/SRC/openSUSE:Factory/.jemalloc.new/jemalloc.changes   2018-11-06 
15:23:01.588731151 +0100
@@ -1,0 +2,5 @@
+Tue Oct 30 15:44:20 UTC 2018 - Michel Normand <[email protected]>
+
+- Disable profiling on ppc until boo#1105633 get fixed
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ jemalloc.spec ++++++
--- /var/tmp/diff_new_pack.P80zcY/_old  2018-11-06 15:23:03.812727935 +0100
+++ /var/tmp/diff_new_pack.P80zcY/_new  2018-11-06 15:23:03.816727929 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -85,7 +85,11 @@
   --disable-thp \
   --disable-prof
 %else
+  %ifarch ppc
+  --disable-prof
+  %else
   --enable-prof
+  %endif
 %endif
 
 make %{?_smp_mflags}


Reply via email to