Hello community, here is the log from the commit of package hdf5 for openSUSE:Factory checked in at 2013-09-16 12:36:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hdf5 (Old) and /work/SRC/openSUSE:Factory/.hdf5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hdf5" Changes: -------- --- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes 2013-06-18 10:31:23.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes 2013-09-16 12:36:19.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 13 12:18:27 UTC 2013 - [email protected] + +- build with -O0 also for gcc 4.8 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hdf5.spec ++++++ --- /var/tmp/diff_new_pack.9bnG5Q/_old 2013-09-16 12:36:20.000000000 +0200 +++ /var/tmp/diff_new_pack.9bnG5Q/_new 2013-09-16 12:36:20.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package hdf5 # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -298,7 +298,7 @@ export CXX=g++ export F9X=gfortran # workaround for known gcc issue, see RELEASE.txt -if gcc --version |grep -q " 4\.6"; then +if gcc --version |grep -q " 4\.[68]"; then export CFLAGS="${RPM_OPT_FLAGS/-O2/-O0}" fi %ifarch %arm -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
