From 7a28d7c7e9fb18a36db67833a68802e5bf573e19d1ec5aa7bfc28e81639c646d Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 5 Aug 2022 17:49:28 +0000 Subject: [PATCH] Accepting request 992166 from devel:libraries:c_c++ OBS-URL: https://build.opensuse.org/request/show/992166 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=26 --- pcre2.changes | 5 +++++ pcre2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pcre2.changes b/pcre2.changes index 036ebd8..3eaa7c0 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jul 31 06:54:48 UTC 2022 - Stephan Kulow + +- Fix the profiling call to be non-parallel again (fighting spec cleaner) + ------------------------------------------------------------------- Thu May 5 08:15:44 UTC 2022 - pgajdos@suse.com diff --git a/pcre2.spec b/pcre2.spec index 693f415..9baffe7 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -189,7 +189,7 @@ export LDFLAGS="-Wl,-z,relro,-z,now" %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" export LANG=POSIX # do not run profiling in parallel for reproducible builds (boo#1040589 boo#1102408) - %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" check + %make_build -j1 CFLAGS="%{optflags} %{cflags_profile_generate}" check %make_build clean %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" %else