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.changes 2012-02-20 16:14:38.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.liboping.new/liboping.changes 2015-04-27 12:59:51.000000000 +0200 @@ -1,0 +2,20 @@ +Mon Mar 30 14:46:54 UTC 2015 - [email protected] + +- 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 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.tPEgXl/_new 2015-04-27 12:59:52.000000000 +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)
