Hello community,

here is the log from the commit of package xz for openSUSE:Factory checked in 
at 2015-01-30 06:01:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xz (Old)
 and      /work/SRC/openSUSE:Factory/.xz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xz/xz.changes    2015-01-03 22:00:42.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.xz.new/xz.changes       2015-01-30 
06:01:21.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 21 11:21:32 UTC 2015 - rguent...@suse.com
+
+- Avoid running configure twice and using -fprofile-generate or
+  -fprofile-use for compiling configure tests when profiling.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ xz.spec ++++++
--- /var/tmp/diff_new_pack.gGlbPA/_old  2015-01-30 06:01:22.000000000 +0100
+++ /var/tmp/diff_new_pack.gGlbPA/_new  2015-01-30 06:01:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xz
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -108,28 +108,20 @@
 %build
 %global optflags    %{optflags} -D_REENTRANT -pipe -fPIE
 export LDFLAGS="-Wl,-z,relro,-z,now -pie"
-%if %{do_profiling}
-profiledir=$(mktemp -d)
-trap "rm -rf $profiledir" EXIT
-export CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"
-%endif
 %configure \
 %if ! %{with static_libs}
        --disable-static \
 %endif
        --with-pic \
        --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags}
 %if %{do_profiling}
+profiledir=$(mktemp -d)
+trap "rm -rf $profiledir" EXIT
+make %{?_smp_mflags} CFLAGS="%{optflags} 
%{cflags_profile_generate}=$profiledir"
 time make check
 make clean %{?_smp_mflags}
-export CFLAGS="%{optflags} %{cflags_profile_feedback}=$profiledir"
-%configure \
-%if %{without static_libs}
-       --disable-static \
-%endif
-       --with-pic \
-       --docdir=%{_docdir}/%{name}
+make %{?_smp_mflags} CFLAGS="%{optflags} 
%{cflags_profile_feedback}=$profiledir"
+%else
 make %{?_smp_mflags}
 %endif
 


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to