Hello community,

here is the log from the commit of package expat for openSUSE:Factory checked 
in at 2017-07-30 11:23:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/expat (Old)
 and      /work/SRC/openSUSE:Factory/.expat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "expat"

Sun Jul 30 11:23:50 2017 rev:51 rq:509586 version:2.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/expat/expat.changes      2017-07-11 
08:34:44.700122074 +0200
+++ /work/SRC/openSUSE:Factory/.expat.new/expat.changes 2017-07-30 
11:23:51.427221229 +0200
@@ -1,0 +2,5 @@
+Tue Jul 11 15:02:55 UTC 2017 - mplus...@suse.com
+
+- Build with profiling when possible
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ expat.spec ++++++
--- /var/tmp/diff_new_pack.cV7OR5/_old  2017-07-30 11:23:52.811025964 +0200
+++ /var/tmp/diff_new_pack.cV7OR5/_new  2017-07-30 11:23:52.811025964 +0200
@@ -69,7 +69,14 @@
 %configure \
     --disable-silent-rules \
     --disable-static
-make %{?_smp_mflags}
+%if %{do_profiling}
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" 
LDFLAGS="%{optflags} %{cflags_profile_generate}" check
+  make clean
+  make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}"
+%else
+  make %{?_smp_mflags} CFLAGS="%{optflags}"
+%endif
 
 %install
 %make_install


Reply via email to