From 4eb6db88035efb188e1b4a4ea5899bf22d2f50f383a1c02a56817952aa9af0bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 20 Nov 2020 13:17:34 +0000 Subject: [PATCH 1/2] Accepting request 849674 from home:Guillaume_G:branches:devel:libraries:c_c++ - Re-enable profiling on armv6/armv7 since boo#1105633 is fixed OBS-URL: https://build.opensuse.org/request/show/849674 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=77 --- jemalloc.changes | 5 +++++ jemalloc.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/jemalloc.changes b/jemalloc.changes index de457a6..9ec1259 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 20 13:11:15 UTC 2020 - Guillaume GARDET + +- Re-enable profiling on armv6/armv7 since boo#1105633 is fixed + ------------------------------------------------------------------- Tue Aug 6 07:01:04 UTC 2019 - Martin Liška diff --git a/jemalloc.spec b/jemalloc.spec index 5184a9f..06006df 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -60,7 +60,7 @@ export EXTRA_CFLAGS="%optflags -std=gnu99" %configure --disable-static \ %ifarch %arm --disable-thp \ - --disable-prof + --enable-prof %else %ifarch ppc --disable-prof From dd832b1aa2d21637ac52509013c88424d529d09b5aa70c71c7d91818de948c8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 20 Nov 2020 15:37:50 +0000 Subject: [PATCH 2/2] - Simplify spec file. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=78 --- jemalloc.changes | 5 +++++ jemalloc.spec | 13 +++---------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/jemalloc.changes b/jemalloc.changes index 9ec1259..939b183 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 20 15:37:37 UTC 2020 - Martin Liška + +- Simplify spec file. + ------------------------------------------------------------------- Fri Nov 20 13:11:15 UTC 2020 - Guillaume GARDET diff --git a/jemalloc.spec b/jemalloc.spec index 06006df..2a49dd4 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ # # spec file for package jemalloc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -57,16 +57,9 @@ implementation. %build %define _lto_cflags %{nil} export EXTRA_CFLAGS="%optflags -std=gnu99" -%configure --disable-static \ +%configure --disable-static --enable-prof \ %ifarch %arm - --disable-thp \ - --enable-prof -%else - %ifarch ppc - --disable-prof - %else - --enable-prof - %endif + --disable-thp %endif make %{?_smp_mflags}