commit liboping for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package liboping for openSUSE:Factory 
checked in at 2020-08-28 21:22:11

Comparing /work/SRC/openSUSE:Factory/liboping (Old)
 and  /work/SRC/openSUSE:Factory/.liboping.new.3399 (New)


Package is "liboping"

Fri Aug 28 21:22:11 2020 rev:14 rq:829105 version:1.10.0

Changes:

--- /work/SRC/openSUSE:Factory/liboping/liboping.changes2019-09-13 
15:00:19.433282335 +0200
+++ /work/SRC/openSUSE:Factory/.liboping.new.3399/liboping.changes  
2020-08-28 21:22:32.772358713 +0200
@@ -1,0 +2,28 @@
+Thu Aug 20 11:51:12 UTC 2020 - Dirk Mueller 
+
+- update to 1.10.0:
+  * Build system: Search the "rt" library for clock_gettime(). This
+fixes build issues on Mac OS X. Thanks to Yann E. Morni for this
+fix. #9
+  * Build system: The "--with[out]-ncurses" option has been added and
+allows to enforce/disable the building of "noping". Thanks to Thomas
+Deutschmann for the patch. #15
+  * Build system: Compatibility code to work with pkg-config < 0.27 has
+been added. #22
+  * liboping: Creation of ICMPv4 packets has been fixed: due to an
+incorrect sizeof() the payload may have been prefixed by 20 zero
+bytes, resulting in larger packets than desired.
+  * liboping: The number of file descriptors used has been reduced to at
+most two (from one per host). This and a few other optimizations
+significantly improve performance.
+  * oping, noping: Handling of the "-O" command line flag has been
+fixed.
+  * oping, noping: The "-b" option has been added and enables a bell
+whenever an echo reply is received.
+  * noping: The background color has been changed to use the terminal
+default.
+  * noping: The ability to add hosts after noping has started (the "a"
+key) has been added.
+- remove liboping-conditional_IPV6_TCLASS.patch (obsolete)
+
+---

Old:

  liboping-1.9.0.tar.bz2
  liboping-conditional_IPV6_TCLASS.patch

New:

  liboping-1.10.0.tar.bz2



Other differences:
--
++ liboping.spec ++
--- /var/tmp/diff_new_pack.KinEHP/_old  2020-08-28 21:22:33.264358952 +0200
+++ /var/tmp/diff_new_pack.KinEHP/_new  2020-08-28 21:22:33.268358954 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liboping
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,33 +12,31 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define soname 0
 Name:   liboping
-Version:1.9.0
+Version:1.10.0
 Release:0
-%define soname 0
 Summary:Multiple Host Ping Library that supports ICMPv4 and ICMPv6
+License:LGPL-2.1-only
+Group:  System/Libraries
+URL:https://verplant.org/liboping/
 Source: http://verplant.org/liboping/files/liboping-%{version}.tar.bz2
 Source2:baselibs.conf
 Source99:   %{name}-rpmlintrc
 Patch1: liboping-perl_vendor.patch
-Patch2: liboping-conditional_IPV6_TCLASS.patch
-Url:http://verplant.org/liboping/
-Group:  System/Libraries
-License:LGPL-2.1
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf >= 2.65
 BuildRequires:  automake
 BuildRequires:  gcc  
 BuildRequires:  glibc-devel
+BuildRequires:  libtool
 BuildRequires:  make
 BuildRequires:  ncurses-devel
 BuildRequires:  perl
-BuildRequires:  pkg-config
-BuildRequires:  libtool
+BuildRequires:  pkgconfig
 
 %description
 liboping is a C library for measuring network latency using ICMP echo
@@ -48,6 +46,7 @@
 
 %package -n liboping%{soname}
 Summary:Multiple Host Ping Library that supports ICMPv4 and ICMPv6
+License:LGPL-2.1-only
 Group:  System/Libraries
 Provides:   liboping = %{version}-%{release}
 
@@ -63,8 +62,9 @@
 
 %package -n liboping-devel
 Summary:Multiple Host Ping Library that supports ICMPv4 and ICMPv6
-Requires:   %{name} = %{version}-%{release}
+License:LGPL-2.1-only
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 
 %description -n liboping-devel
 liboping is a C library for measuring network latency using ICMP echo
@@ -78,9 +78,9 @@
 
 %package -n oping
 Summary:Multiple Host Ping that supports ICMPv4 and ICMPv6
-Requires:   %{name} = %{version}-%{re

commit liboping for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package liboping for openSUSE:Factory 
checked in at 2019-09-13 15:00:10

Comparing /work/SRC/openSUSE:Factory/liboping (Old)
 and  /work/SRC/openSUSE:Factory/.liboping.new.7948 (New)


Package is "liboping"

Fri Sep 13 15:00:10 2019 rev:13 rq:730235 version:1.9.0

Changes:

--- /work/SRC/openSUSE:Factory/liboping/liboping.changes2016-09-16 
11:00:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.liboping.new.7948/liboping.changes  
2019-09-13 15:00:19.433282335 +0200
@@ -1,0 +2,5 @@
+Tue Sep 10 20:22:16 UTC 2019 - Christophe Giboudeaux 
+
+- Use -ffat-lto-objects when building static libraries.
+
+---



Other differences:
--
++ liboping.spec ++
--- /var/tmp/diff_new_pack.jHC4BI/_old  2019-09-13 15:00:20.013282359 +0200
+++ /var/tmp/diff_new_pack.jHC4BI/_new  2019-09-13 15:00:20.025282359 +0200
@@ -118,6 +118,7 @@
 %__sed -i 's/-${am__api_version}//g' configure
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 aclocal && automake
 %configure \
 --with-perl-bindings="INSTALLDIRS=vendor"




commit liboping for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package liboping for openSUSE:Factory 
checked in at 2016-09-16 11:00:48

Comparing /work/SRC/openSUSE:Factory/liboping (Old)
 and  /work/SRC/openSUSE:Factory/.liboping.new (New)


Package is "liboping"

Changes:

--- /work/SRC/openSUSE:Factory/liboping/liboping.changes2015-04-27 
12:59:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.liboping.new/liboping.changes   2016-09-16 
11:00:50.0 +0200
@@ -1,0 +2,13 @@
+Sun Jul 31 20:18:10 UTC 2016 - mar...@gmx.de
+
+- Update to version 1.9.0
+  * liboping: The new "PING_OPT_MARK" option allows to mark packets,
+which can be used for filtering and routing such packets on Linux.
+  * oping, noping: The new "-m" command line option allows to set a mark
+on packets sent by the tool.
+  * oping, noping: The new "-O" command line option allows to write
+measurements to an CSV file.
+  * oping, noping: The new "-w" command line option allows to specify
+the timeout after which a packet/reply is considered "dropped".
+
+---

Old:

  liboping-1.8.0.tar.bz2

New:

  liboping-1.9.0.tar.bz2



Other differences:
--
++ liboping.spec ++
--- /var/tmp/diff_new_pack.UnfxBo/_old  2016-09-16 11:00:51.0 +0200
+++ /var/tmp/diff_new_pack.UnfxBo/_new  2016-09-16 11:00:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package liboping
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 Name:   liboping
-Version:1.8.0
+Version:1.9.0
 Release:0
 %define soname 0
 Summary:Multiple Host Ping Library that supports ICMPv4 and ICMPv6

++ liboping-1.8.0.tar.bz2 -> liboping-1.9.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liboping-1.8.0/ChangeLog new/liboping-1.9.0/ChangeLog
--- old/liboping-1.8.0/ChangeLog2014-11-20 15:51:17.0 +0100
+++ new/liboping-1.9.0/ChangeLog2016-06-27 08:40:29.0 +0200
@@ -1,3 +1,13 @@
+2016-06-27, Version 1.9.0:
+   * liboping: The new "PING_OPT_MARK" option allows to mark packets,
+ which can be used for filtering and routing such packets on Linux.
+   * oping, noping: The new "-m" command line option allows to set a mark
+ on packets sent by the tool.
+   * oping, noping: The new "-O" command line option allows to write
+ measurements to an CSV file.
+   * oping, noping: The new "-w" command line option allows to specify
+ the timeout after which a packet/reply is considered "dropped".
+
 2014-11-20, Version 1.8.0:
* oping, noping: Average and standard deviation have been removed from
  the status output, which show median and 95th percentile instead.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liboping-1.8.0/Makefile.in 
new/liboping-1.9.0/Makefile.in
--- old/liboping-1.8.0/Makefile.in  2014-11-20 15:52:47.0 +0100
+++ new/liboping-1.9.0/Makefile.in  2016-06-27 08:46:18.0 +0200
@@ -80,8 +80,8 @@
 subdir = .
 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
$(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-   $(top_srcdir)/configure $(am__configure_deps) COPYING TODO \
-   compile config.guess config.sub install-sh missing ltmain.sh
+   $(top_srcdir)/configure $(am__configure_deps) COPYING compile \
+   config.guess config.sub install-sh missing ltmain.sh
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liboping-1.8.0/README new/liboping-1.9.0/README
--- old/liboping-1.8.0/README   2013-07-11 10:18:33.0 +0200
+++ new/liboping-1.9.0/README   2016-02-17 15:21:46.0 +0100
@@ -1,6 +1,6 @@
  liboping – Library to ping IPv4 and IPv6 hosts in parallel
 
-http://verplant.org/liboping/
+http://noping.cc/
 
 About
 ━
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/liboping-1.8.0/TODO new/liboping-1.9.0/TODO
--- old/liboping-1.8.0/TODO 2014-11-17 14:42:06.0 +0100
+++ new/liboping-1.9.0/TODO 1970-01-01 01:00:00.0 +0100
@@ -1,6 +0,0 @@
-* Buffer the last

commit liboping for openSUSE:Factory

2015-04-27 Thread h_root
Hello community,

here is the log from the commit of package liboping for openSUSE:Factory 
checked in at 2015-04-27 12:59:43

Comparing /work/SRC/openSUSE:Factory/liboping (Old)
 and  /work/SRC/openSUSE:Factory/.liboping.new (New)


Package is "liboping"

Changes:

--- /work/SRC/openSUSE:Factory/liboping/liboping.changes2012-02-20 
16:14:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.liboping.new/liboping.changes   2015-04-27 
12:59:51.0 +0200
@@ -1,0 +2,20 @@
+Mon Mar 30 14:46:54 UTC 2015 - p.drou...@gmail.com
+
+- Add support for distributions which provide automake older than
+  1.14
+- Add pkg-config build require; needed to find devel dependencies
+
+---
+Thu Feb 12 16:36:07 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.8.0
+  * oping, noping: Average and standard deviation have been removed from
+   the status output, which show median and 95th percentile instead.
+   The percentile can be chosen with the "-P" option.
+  * noping: The additional graph types "histogram" and "boxplot" have
+been added, which can be selected with the "-g" option.
+- Spec file refactoring
+- liboping requires automake >= 1.14; fix version dependency
+- Do not copy manâges in package documentation directory
+
+---

Old:

  liboping-1.6.2.tar.bz2

New:

  liboping-1.8.0.tar.bz2



Other differences:
--
++ liboping.spec ++
--- /var/tmp/diff_new_pack.tPEgXl/_old  2015-04-27 12:59:52.0 +0200
+++ /var/tmp/diff_new_pack.tPEgXl/_new  2015-04-27 12:59:52.0 +0200
@@ -1,8 +1,7 @@
-# vim: set sw=4 ts=4 et:
 #
 # spec file for package liboping
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,7 +17,7 @@
 
 
 Name:   liboping
-Version:1.6.2
+Version:1.8.0
 Release:0
 %define soname 0
 Summary:Multiple Host Ping Library that supports ICMPv4 and ICMPv6
@@ -31,8 +30,15 @@
 Group:  System/Libraries
 License:LGPL-2.1
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc glibc-devel make ncurses-devel perl
-BuildRequires:  autoconf automake libtool
+BuildRequires:  autoconf >= 2.65
+BuildRequires:  automake
+BuildRequires:  gcc  
+BuildRequires:  glibc-devel
+BuildRequires:  make
+BuildRequires:  ncurses-devel
+BuildRequires:  perl
+BuildRequires:  pkg-config
+BuildRequires:  libtool
 
 %description
 liboping is a C library for measuring network latency using ICMP echo
@@ -43,9 +49,6 @@
 %package -n liboping%{soname}
 Summary:Multiple Host Ping Library that supports ICMPv4 and ICMPv6
 Group:  System/Libraries
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc glibc-devel make ncurses-devel perl
-BuildRequires:  autoconf automake libtool
 Provides:   liboping = %{version}-%{release}
 
 %description -n liboping%{soname}
@@ -111,11 +114,13 @@
 %patch2 -p1
 
 %__sed -i 's/-Werror//g' src/Makefile*
+# Do not use versioned automake binary for backward compatibility
+%__sed -i 's/-${am__api_version}//g' configure
 
 %build
+aclocal && automake
 %configure \
 --with-perl-bindings="INSTALLDIRS=vendor"
-
 %__make -C bindings perl/Makefile
 
 make %{?_smp_mflags}
@@ -144,12 +149,13 @@
 %{_includedir}/oping.h
 %{_libdir}/liboping.so
 %{_libdir}/liboping.a
-%doc %{_mandir}/man3/*.3%{ext_man}
+%{_libdir}/pkgconfig/liboping.pc
+%{_mandir}/man3/*.3%{ext_man}
 
 %files -n oping
 %defattr(-,root,root)
 %{_bindir}/oping
-%doc %{_mandir}/man8/oping.8%{ext_man}
+%{_mandir}/man8/oping.8%{ext_man}
 
 %files -n noping
 %defattr(-,root,root)
@@ -161,6 +167,6 @@
 %{perl_vendorarch}/Net/Oping.pm
 %dir %{perl_vendorarch}/auto/Net
 %{perl_vendorarch}/auto/Net/Oping
-%doc %{perl_man3dir}/Net::Oping.%{perl_man3ext}%{ext_man}
+%{perl_man3dir}/Net::Oping.%{perl_man3ext}%{ext_man}
 
 %changelog

++ liboping-1.6.2.tar.bz2 -> liboping-1.8.0.tar.bz2 ++
 24875 lines of diff (skipped)




commit liboping for openSUSE:Factory

2012-02-20 Thread h_root
Hello community,

here is the log from the commit of package liboping for openSUSE:Factory 
checked in at 2012-02-20 16:14:31

Comparing /work/SRC/openSUSE:Factory/liboping (Old)
 and  /work/SRC/openSUSE:Factory/.liboping.new (New)


Package is "liboping", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/liboping/liboping.changes2011-09-23 
02:09:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.liboping.new/liboping.changes   2012-02-20 
16:14:38.0 +0100
@@ -1,0 +2,16 @@
+Wed Feb 15 21:00:17 UTC 2012 - l...@linux-schulserver.de
+
+- update to 1.6.2:
+  * Build system: Setting capabilities and the set-UID bit has been made
+more fault-tolerant, so that it will work with Debian's fakeroot(1)
+utility.
+  * src/liboping.c: Fixed a compiler warning about an non-static format
+string. Thanks to Brian Edwards for pointing this out.
+- specfile cleanup
+
+---
+Mon Feb 13 10:49:02 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---

Old:

  liboping-1.6.1.tar.bz2

New:

  liboping-1.6.2.tar.bz2



Other differences:
--
++ liboping.spec ++
--- /var/tmp/diff_new_pack.3sNTDW/_old  2012-02-20 16:14:41.0 +0100
+++ /var/tmp/diff_new_pack.3sNTDW/_new  2012-02-20 16:14:41.0 +0100
@@ -1,20 +1,37 @@
 # vim: set sw=4 ts=4 et:
+#
+# spec file for package liboping
+#
+# Copyright (c) 2012 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
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
 
 Name:  liboping
-Version:   1.6.1
-%define soname 0
+Version:1.6.2
 Release:   0
+%define soname 0
 Summary:   Multiple Host Ping Library that supports ICMPv4 and ICMPv6
 Source:http://verplant.org/liboping/files/liboping-%{version}.tar.bz2
 Source2:   baselibs.conf
 Source99:  %{name}-rpmlintrc
 Patch1:liboping-perl_vendor.patch
-Patch3:liboping-conditional_IPV6_TCLASS.patch
-URL:   http://verplant.org/liboping/
+Patch2: liboping-conditional_IPV6_TCLASS.patch
+Url:http://verplant.org/liboping/
 Group: System/Libraries
-License:   GNU Lesser General Public License version 2.1 (LGPL v2.1)
-BuildRoot: %{_tmppath}/build-%{name}-%{version}
-BuildRequires: gcc make glibc-devel perl ncurses-devel
+License:LGPL-2.1
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc glibc-devel make ncurses-devel perl
 BuildRequires: autoconf automake libtool
 
 %description
@@ -26,8 +43,8 @@
 %package -n liboping%{soname}
 Summary:   Multiple Host Ping Library that supports ICMPv4 and ICMPv6
 Group: System/Libraries
-BuildRoot: %{_tmppath}/build-%{name}-%{version}
-BuildRequires: gcc make glibc-devel perl ncurses-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  gcc glibc-devel make ncurses-devel perl
 BuildRequires: autoconf automake libtool
 Provides:  liboping = %{version}-%{release}
 
@@ -60,7 +77,7 @@
 Summary:   Multiple Host Ping that supports ICMPv4 and ICMPv6
 Requires:  %{name} = %{version}-%{release}
 Group: Productivity/Networking/Other
-License:   GNU General Public License version 2 (GPL v2)
+License:GPL-2.0
 
 %description -n oping
 oping is for measuring network latency using ICMP echo requests. It can send
@@ -71,7 +88,7 @@
 Summary:   Multiple Host Ping that supports ICMPv4 and ICMPv6
 Requires:  %{name} = %{version}-%{release}
 Group: Productivity/Networking/Other
-License:   GNU General Public License version 2 (GPL v2)
+License:GPL-2.0
 
 %description -n noping
 noping continuously pings lists of hosts, displays ping statistics "live"
@@ -89,10 +106,9 @@
 transparently.
 
 %prep
-%setup -q -n "liboping-%{version}"
-%patch1
-#%patch2
-%patch3
+%setup -q
+%patch1 -p0
+%patch2 -p1
 
 %__sed -i 's/-Werror//g' src/Makefile*
 
@@ -114,6 +130,7 @@
 %__rm -f "%{buildroot}/var/adm/perl-modules/%{name}"
 
 %post   -n liboping%{soname} -p /sbin/ldconfig
+
 %postun -n liboping%

commit liboping for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package liboping for openSUSE:Factory
checked in at Mon Sep 19 22:55:57 CEST 2011.




--- liboping/liboping.changes   2011-01-26 15:09:54.0 +0100
+++ /mounts/work_src_done/STABLE/liboping/liboping.changes  2011-09-17 
12:37:04.0 +0200
@@ -1,0 +2,14 @@
+Fri Sep 16 17:09:45 UTC 2011 - jeng...@medozas.de
+
+- Implement baselibs for package
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+- Correct description of SRPM
+
+---
+Mon Mar 07 23:02:16 UTC 2011 - pascal.ble...@opensuse.org
+
+- update to 1.6.1:
+  * compatibility with ncurses 5.8 has been added to the "noping" application
+
+---

calling whatdependson for head-i586


Old:

  liboping-1.6.0.tar.bz2

New:

  baselibs.conf
  liboping-1.6.1.tar.bz2



Other differences:
--
++ liboping.spec ++
--- /var/tmp/diff_new_pack.PcPWxJ/_old  2011-09-19 22:55:53.0 +0200
+++ /var/tmp/diff_new_pack.PcPWxJ/_new  2011-09-19 22:55:53.0 +0200
@@ -1,53 +1,33 @@
-#
-# spec file for package liboping
-#
-# 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
-# upon. The license for this file, and modifications and additions to the
-# file, is the same license as for the pristine package itself (unless the
-# license for the pristine package is not an Open Source License, in which
-# case the license is the MIT License). An "Open Source License" is a
-# license that conforms to the Open Source Definition (Version 1.9)
-# published by the Open Source Initiative.
-
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
-#
-
-
+# vim: set sw=4 ts=4 et:
 
 Name:   liboping
-Version:1.6.0
-Release:1
+Version:   1.6.1
 %define soname 0
+Release:   0
 Summary:Multiple Host Ping Library that supports ICMPv4 and ICMPv6
 Source: http://verplant.org/liboping/files/liboping-%{version}.tar.bz2
+Source2:   baselibs.conf
 Source99:   %{name}-rpmlintrc
 Patch1: liboping-perl_vendor.patch
 Patch3: liboping-conditional_IPV6_TCLASS.patch
-Url:http://verplant.org/liboping/
+URL:   http://verplant.org/liboping/
 Group:  System/Libraries
 License:GNU Lesser General Public License version 2.1 (LGPL v2.1)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc glibc-devel make ncurses-devel perl
+BuildRoot: %{_tmppath}/build-%{name}-%{version}
+BuildRequires: gcc make glibc-devel perl ncurses-devel
 BuildRequires:  autoconf automake libtool
 
 %description
-liboping placeholder.
-liboping placeholder.
-liboping placeholder.
-liboping placeholder.
-liboping placeholder.
-liboping placeholder.
+liboping is a C library for measuring network latency using ICMP echo
+requests. It can send to and receive packets from multiple hosts in parallel,
+which is nice for monitoring applications. Both IPv4 and IPv6 are supported
+transparently for the programmer and user.
 
 %package -n liboping%{soname}
-
-
 Summary:Multiple Host Ping Library that supports ICMPv4 and ICMPv6
 Group:  System/Libraries
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc glibc-devel make ncurses-devel perl
+BuildRoot: %{_tmppath}/build-%{name}-%{version}
+BuildRequires: gcc make glibc-devel perl ncurses-devel
 BuildRequires:  autoconf automake libtool
 Provides:   liboping = %{version}-%{release}
 
@@ -61,15 +41,7 @@
 simplicity and potential of the library and provide the functionality at the
 command line.
 
-
-
-
-Authors:
-
-Florian octo Forster 
-
 %package -n liboping-devel
-License:GNU Lesser General Public License version 2.1 (LGPL v2.1)
 Summary:Multiple Host Ping Library that supports ICMPv4 and ICMPv6
 Requires:   %{name} = %{version}-%{release}
 Group:  Development/Libraries/Other
@@ -95,13 +67,6 @@
 to and receive packets from multiple hosts in parallel, which is nice for
 monitoring applications. Both IPv4 and IPv6 are supported transparently.
 
-
-
-
-Authors:
-
-Florian octo Forster 
-
 %package -n noping
 Summary:Multiple Host Ping that supports ICMPv4 and ICMPv6
 Requires:   %{name} = %{version}-%{release}
@@ -112,15 +77,7 @@
 noping continuously pings lists of hosts, displays ping statistics "live"
 and highlights aberrant round-trip times.
 
-
-
-
-Authors:
-
-Florian octo Forster 
-
 %package -n perl-Net-Oping
-License:GNU General Public License version 2 (GPL v2)
 Summary:Multiple Host Ping that supports ICMP