Hello community, here is the log from the commit of package fping for openSUSE:Factory checked in at 2013-01-31 14:46:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fping (Old) and /work/SRC/openSUSE:Factory/.fping.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fping", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/fping/fping.changes 2012-10-17 07:13:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fping.new/fping.changes 2013-01-31 14:46:39.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.JZDhR3/_old 2013-01-31 14:46:41.000000000 +0100 +++ /var/tmp/diff_new_pack.JZDhR3/_new 2013-01-31 14:46:41.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]
