commit openais for openSUSE:Factory
Hello community, here is the log from the commit of package openais for openSUSE:Factory checked in at Sat Jun 20 06:14:34 CEST 2009. -------- --- openais/openais.changes 2009-06-09 01:57:56.000000000 +0200 +++ openais/openais.changes 2009-06-19 11:04:57.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com + +- disable as-needed for this package as it fails to build with it + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openais.spec ++++++ --- /var/tmp/diff_new_pack.Ed5782/_old 2009-06-20 06:14:27.000000000 +0200 +++ /var/tmp/diff_new_pack.Ed5782/_new 2009-06-20 06:14:27.000000000 +0200 @@ -31,8 +31,8 @@ Name: openais Summary: The OpenAIS Standards-Based Cluster Framework executive and APIs Version: 0.80.3 -Release: 24 -License: BSD 3-Clause +Release: 25 +License: BSD 3-clause (or similar) Group: Productivity/Clustering/HA Url: http://www.openais.org/ Source: openais.tar.gz @@ -73,7 +73,7 @@ Abhijith Das %package -n libopenais2 -License: BSD 3-Clause +License: BSD 3-clause (or similar) Summary: The OpenAIS Standards-Based Cluster Framework executive and APIs Group: Productivity/Clustering/HA @@ -105,7 +105,7 @@ Abhijith Das %package -n libopenais-devel -License: BSD 3-Clause +License: BSD 3-clause (or similar) Summary: The openais Standards-Based Cluster Framework libraries Group: Development/Libraries/C and C++ Requires: %{name} = %{version}-%{release} @@ -146,6 +146,9 @@ %patch4 %build +# This package failed when testing with -Wl,-as-needed being default. +# So we disable it here, if you want to retest, just delete this comment and the line below. +export SUSE_ASNEEDED=0 # -O3 required for performance reasons # So we get proper debug output, for now we don't compile with O3 #CFLAGS="$(echo '%{optflags}' | sed -e 's/-O[0-9]*//') -O3" @@ -259,6 +262,8 @@ %{_mandir}/man3/evs_*.3* %changelog +* Fri Jun 19 2009 coolo@novell.com +- disable as-needed for this package as it fails to build with it * Tue Jun 09 2009 ro@suse.de - fix build with gcc-4.4 (#elif -> #else) - renamed dprintf to my_dprintf to avoid collision with function ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de