Hello community,

here is the log from the commit of package iperf for openSUSE:Factory checked 
in at 2014-12-30 00:49:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iperf (Old)
 and      /work/SRC/openSUSE:Factory/.iperf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iperf"

Changes:
--------
--- /work/SRC/openSUSE:Factory/iperf/iperf.changes      2014-12-08 
16:56:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.iperf.new/iperf.changes 2014-12-30 
00:49:45.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Dec 26 16:14:38 UTC 2014 - [email protected]
+
+- Apply profiling patch whenever %optflags includes -fomit-frame-pointer
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iperf.spec ++++++
--- /var/tmp/diff_new_pack.11rzQh/_old  2014-12-30 00:49:48.000000000 +0100
+++ /var/tmp/diff_new_pack.11rzQh/_new  2014-12-30 00:49:48.000000000 +0100
@@ -25,7 +25,7 @@
 Group:          Productivity/Networking/Diagnostic
 Url:            http://software.es.net/iperf/
 Source:         http://downloads.es.net/pub/iperf/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE -- Disable profiling on i586, as option -pg conflicts 
with -fomit-frame-pointer
+# PATCH-FIX-OPENSUSE -- Disable profiling if %optflags includes 
-fomit-frame-pointer, as option -pg conflicts with it
 Patch1:         iperf-3.0.5_disable-profiling.patch
 %if %{?sles_version} && %{?sles_version} <= 11
 BuildRequires:  libuuid-devel
@@ -80,7 +80,7 @@
 
 %prep
 %setup -q
-%ifarch i386 i486 i586 i686
+%if 0%(case "%optflags" in (*-fomit-frame-pointer*) echo 1;; esac)
 %patch1 -p 1
 %endif
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to