Hello community, here is the log from the commit of package libndp for openSUSE:Factory checked in at 2016-05-25 21:21:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libndp (Old) and /work/SRC/openSUSE:Factory/.libndp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libndp" Changes: -------- --- /work/SRC/openSUSE:Factory/libndp/libndp.changes 2015-01-09 01:11:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libndp.new/libndp.changes 2016-05-25 21:21:37.000000000 +0200 @@ -1,0 +2,15 @@ +Sun May 22 12:31:47 UTC 2016 - [email protected] + +- Update to version 1.6: + * libndp: reject redirect and router advertisements from + non-link-local + * libndp: validate the IPv6 hop limit +- Changes for version 1.5: + * ndptool: validate the IPv6 hop limit +- Small spec file adjustement: + * Used spec-cleaner + * Make building more verbose + * Update describtion of subpackages + * Use correct cathegory for subpackage + +------------------------------------------------------------------- Old: ---- libndp-1.4.tar.gz New: ---- libndp-1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libndp.spec ++++++ --- /var/tmp/diff_new_pack.iFHON0/_old 2016-05-25 21:21:38.000000000 +0200 +++ /var/tmp/diff_new_pack.iFHON0/_new 2016-05-25 21:21:38.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package libndp # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,50 +17,50 @@ Name: libndp -Version: 1.4 +Version: 1.6 Release: 0 Summary: Library for Neighbor Discovery Protocol License: LGPL-2.1+ Group: Productivity/Networking/Other -BuildRequires: pkg-config Url: http://www.libndp.org/ Source: http://www.libndp.org/files/libndp-%{version}.tar.gz +BuildRequires: pkgconfig %description -This package contains a library which provides a wrapper -for IPv6 Neighbor Discovery Protocol. It also provides a tool -named ndptool for sending and receiving NDP messages. +This package contains a library which provides a wrapper for IPv6 Neighbor +Discovery Protocol. It also provides a tool named ndptool for sending and +receiving NDP messages. %package -n libndp0 Summary: Libraries and header files for libndp development Group: System/Libraries %description -n libndp0 -The libndp-devel package contains the header files and libraries -necessary for developing programs using libndp. +This package contains a library which provides a wrapper for IPv6 Neighbor +Discovery Protocol. %package devel Summary: Libraries and header files for libndp development -Group: Development/Libraries +Group: Development/Libraries/C and C++ Requires: libndp0 = %{version} %description devel -The libndp-devel package contains the header files and libraries -necessary for developing programs using libndp. +The libndp-devel package contains the header files necessary for developing +programs using libndp. %prep %setup -q %build -%configure --disable-static -make %{?_smp_mflags} +%configure \ + --disable-static +make %{?_smp_mflags} V=1 %install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -find $RPM_BUILD_ROOT -name \*.la -delete +make install DESTDIR=%{buildroot} INSTALL="install -p" +find %{buildroot} -type f -name "*.la" -delete -print %post -n libndp0 -p /sbin/ldconfig - %postun -n libndp0 -p /sbin/ldconfig %files ++++++ libndp-1.4.tar.gz -> libndp-1.6.tar.gz ++++++ ++++ 23282 lines of diff (skipped)
