Hello community,

here is the log from the commit of package xz for openSUSE:Factory
checked in at Tue Oct 11 17:07:35 CEST 2011.



--------
--- openSUSE:Factory/xz/xz.changes      2011-10-02 11:18:29.000000000 +0200
+++ /mounts/work_src_done/STABLE/xz/xz.changes  2011-10-09 17:31:41.000000000 
+0200
@@ -1,0 +2,5 @@
+Sun Oct  9 15:25:02 UTC 2011 - [email protected]
+
+- rewrite last broken arm portability changes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ xz.spec ++++++
--- /var/tmp/diff_new_pack.KhOPgS/_old  2011-10-11 17:07:29.000000000 +0200
+++ /var/tmp/diff_new_pack.KhOPgS/_new  2011-10-11 17:07:29.000000000 +0200
@@ -34,6 +34,9 @@
 %if 0%{?suse_version} < 1130
 %define do_profiling 0
 %endif
+%ifarch %{arm}
+%define do_profiling 0
+%endif
 
 %if 0%{?lang_package:1} > 0
 Recommends:     %name-lang
@@ -87,14 +90,14 @@
 %setup -q
 
 %build
-%ifnarch %{arm} && %{do_profiling} 
+%if %{do_profiling}
 profiledir=$(mktemp -d)
 trap "rm -rf $profiledir" EXIT
 export CFLAGS="%optflags %{cflags_profile_generate}=$profiledir"
 %endif
-%configure --libdir=/%{_lib} --disable-static --with-pic 
--docdir=%_docdir/%name || cat config.log
+%configure --libdir=/%{_lib} --disable-static --with-pic 
--docdir=%_docdir/%name
 make %{?_smp_mflags}
-%ifnarch %{arm} && %{do_profiling}
+%if %{do_profiling}
 time make check
 make clean
 export CFLAGS="%optflags %{cflags_profile_feedback}=$profiledir"

continue with "q"...



Remember to have fun...

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

Reply via email to