Hello community, here is the log from the commit of package tpm-tools for openSUSE:Factory checked in at Mon May 30 10:44:02 CEST 2011.
-------- --- tpm-tools/tpm-tools.changes 2010-09-27 07:58:53.000000000 +0200 +++ /mounts/work_src_done/STABLE/tpm-tools/tpm-tools.changes 2011-05-27 13:20:52.000000000 +0200 @@ -1,0 +2,7 @@ +Fri May 27 11:17:43 UTC 2011 - [email protected] + +- Disable gcc's new unused-but-set-variable warnings, these are just + noise as BIO_*(...) functions returns a value and needs to + be handled + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tpm-tools.spec ++++++ --- /var/tmp/diff_new_pack.9jNd9X/_old 2011-05-30 10:43:36.000000000 +0200 +++ /var/tmp/diff_new_pack.9jNd9X/_new 2011-05-30 10:43:36.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package tpm-tools (Version 1.3.5) +# spec file for package tpm-tools # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -25,11 +25,10 @@ Group: Productivity/Security AutoReqProv: on Version: 1.3.5 -Release: 4 +Release: 8 Summary: Trusted Platform Module (TPM) administration tools Source0: %name-%version.tar.bz2 Source1: %name-rpmlintrc -#Patch0: %name-%version.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: %install_info_prereq @@ -51,7 +50,11 @@ %setup -q %build -export RPMOPTFLAGS="$RPM_OPT_FLAGS -Wall -pipe -fno-strict-aliasing" +# Disable unused-but-set warnings with gcc >= 4.6 +%if 0%{?suse_version} >= 1200 +export CFLAGS="%{optflags} -Wno-unused-but-set-variable" +%endif + %configure --disable-static make ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
