Hello community, here is the log from the commit of package wicked for openSUSE:Factory checked in at 2015-03-18 13:02:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wicked (Old) and /work/SRC/openSUSE:Factory/.wicked.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wicked" Changes: -------- --- /work/SRC/openSUSE:Factory/wicked/wicked.changes 2015-02-22 17:25:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.wicked.new/wicked.changes 2015-03-18 13:02:08.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Feb 23 09:44:07 UTC 2015 - [email protected] + +- Build with -std=gnu89 to deal with GCC 5 defaulting to -std=gnu11 + and that changing the semantics of 'inline' + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wicked.spec ++++++ --- /var/tmp/diff_new_pack.JG2v06/_old 2015-03-18 13:02:09.000000000 +0100 +++ /var/tmp/diff_new_pack.JG2v06/_new 2015-03-18 13:02:09.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package wicked # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,14 @@ Url: https://github.com/openSUSE/wicked Source0: %{name}-%{version}.tar.bz2 Source1: wicked-rpmlintrc +# +# Upstream First - openSUSE Build Service Policy: +# +# Never add any patches to this package without the upstream commit id in +# the patch. Any patches added here without a very good reason to make an +# exception will be silently removed with the next version update. +# Please use pull requests at https://github.com/openSUSE/wicked/ instead. +# BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake @@ -151,7 +159,7 @@ %build test -x ./configure || autoreconf --force --install -export CFLAGS="$RPM_OPT_FLAGS" +export CFLAGS="-std=gnu89 $RPM_OPT_FLAGS" %configure \ --with-piddir=%{wicked_piddir} \ --with-statedir=%{wicked_statedir}\ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
