Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gawk for openSUSE:Factory checked in 
at 2023-05-17 10:52:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gawk (Old)
 and      /work/SRC/openSUSE:Factory/.gawk.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gawk"

Wed May 17 10:52:30 2023 rev:55 rq:1087200 version:5.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gawk/gawk.changes        2023-05-13 
17:16:57.518145455 +0200
+++ /work/SRC/openSUSE:Factory/.gawk.new.1533/gawk.changes      2023-05-17 
10:52:31.307150521 +0200
@@ -1,0 +2,5 @@
+Sat May 13 08:31:16 UTC 2023 - Andreas Stieger <[email protected]>
+
+- enable profiling
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gawk.spec ++++++
--- /var/tmp/diff_new_pack.atlrCW/_old  2023-05-17 10:52:31.927153859 +0200
+++ /var/tmp/diff_new_pack.atlrCW/_new  2023-05-17 10:52:31.931153880 +0200
@@ -43,7 +43,20 @@
 
 %build
 %configure
-%make_build
+export CFLAGS="%{optflags}"
+%configure
+%if %{do_profiling}
+  %make_build CFLAGS="$CFLAGS %{cflags_profile_generate}" 
LDFLAGS="-fprofile-arcs"
+  %make_build check \
+%if 0%{?qemu_user_space_build}
+       NEED_PMA= \
+%endif
+  %{nil}
+  %make_build clean
+  %make_build CFLAGS="$CFLAGS %{cflags_profile_feedback}" 
LDFLAGS="-fprofile-arcs"
+%else
+  %make_build
+%endif
 
 %check
 # Disable pma tests when running in linux-user emulation (bsc#1203140)

Reply via email to