Hello community, here is the log from the commit of package fping for openSUSE:12.3 checked in at 2013-01-31 14:46:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/fping (Old) and /work/SRC/openSUSE:12.3/.fping.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fping", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.3/fping/fping.changes 2013-01-31 01:16:41.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.fping.new/fping.changes 2013-01-31 14:46:43.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Jan 31 02:07:20 UTC 2013 - [email protected] + +- Enable missing ipv6 support +- tweak out CFLAGS. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fping.spec ++++++ --- /var/tmp/diff_new_pack.Yzs3Gr/_old 2013-01-31 14:46:43.000000000 +0100 +++ /var/tmp/diff_new_pack.Yzs3Gr/_new 2013-01-31 14:46:43.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package fping # -# 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 @@ -45,10 +45,11 @@ designed to be easy to parse. %prep -%setup +%setup -q %build -%configure +export CFLAGS="%optflags -D_GNU_SOURCE -fwhole-program" +%configure --enable-ipv6 --enable-ipv4 make %{?_smp_mflags} %install @@ -57,7 +58,8 @@ %files %defattr(-,root,root) %doc ChangeLog COPYING README -%doc %{_mandir}/man8/fping.8* +%{_mandir}/man8/fping*.8* %{_sbindir}/fping +%{_sbindir}/fping6 %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
