Hello community, here is the log from the commit of package elfutils for openSUSE:Factory checked in at 2014-03-25 13:20:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/elfutils (Old) and /work/SRC/openSUSE:Factory/.elfutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "elfutils" Changes: -------- --- /work/SRC/openSUSE:Factory/elfutils/elfutils.changes 2014-01-30 19:16:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.elfutils.new/elfutils.changes 2014-03-25 13:20:41.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Mar 22 17:19:48 UTC 2014 - [email protected] + +- SPARC build requires the large PIC model (or else build fails) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ elfutils.spec ++++++ --- /var/tmp/diff_new_pack.v6G7md/_old 2014-03-25 13:20:42.000000000 +0100 +++ /var/tmp/diff_new_pack.v6G7md/_new 2014-03-25 13:20:42.000000000 +0100 @@ -152,6 +152,10 @@ DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" TIME="\"$(date -d "${modified}" "+%%R")\"" find . -type f -regex ".*\.c\|.*\.cpp\|.*\.h" -exec sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" {} + +%ifarch %sparc +# Small PIC model not sufficient +export CFLAGS="%optflags -fPIC" +%endif %configure --program-prefix=eu- make %{?_smp_mflags} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
