commit suspend for openSUSE:Factory
Hello community, here is the log from the commit of package suspend for openSUSE:Factory checked in at 2015-02-27 11:07:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suspend (Old) and /work/SRC/openSUSE:Factory/.suspend.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "suspend" Changes: -------- --- /work/SRC/openSUSE:Factory/suspend/suspend.changes 2014-11-28 08:45:59.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.suspend.new/suspend.changes 2015-02-27 11:07:55.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Feb 23 14:47:54 UTC 2015 - rguenther@suse.com + +- Build with -std=gnu89 as GCC 5 defaults to -std=gnu11 and that + breaks build due to changed semantics of 'inline'. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suspend.spec ++++++ --- /var/tmp/diff_new_pack.mhscjh/_old 2015-02-27 11:07:56.000000000 +0100 +++ /var/tmp/diff_new_pack.mhscjh/_new 2015-02-27 11:07:56.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package suspend # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties @@ -111,7 +111,7 @@ #cp -vb --suffix=-0.5 %{S:99} whitelist.c %build -export CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="-std=gnu89 $RPM_OPT_FLAGS" autoreconf -fi ./configure --prefix=/usr \ --sysconfdir=/etc \ -- 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