diff --git a/.gitignore b/.gitignore index dca3c24..954507d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /libndp-1.2.tar.gz /libndp-1.3.tar.gz /libndp-1.4.tar.gz +/libndp-1.5.tar.gz diff --git a/libndp.spec b/libndp.spec index f65119a..1a4df76 100644 --- a/libndp.spec +++ b/libndp.spec @@ -1,6 +1,6 @@ Name: libndp -Version: 1.4 -Release: 3%{?dist} +Version: 1.5 +Release: 1%{?dist} Summary: Library for Neighbor Discovery Protocol Group: System Environment/Libraries License: LGPLv2+ @@ -48,6 +48,10 @@ find $RPM_BUILD_ROOT -name \*.la -delete %{_libdir}/pkgconfig/*.pc %changelog +* Thu Apr 02 2015 Jiri Pirko - 1.5-1 +- Update to 1.5 +- ndptool: use conventional signal handlers instead of signalfd + * Sat Feb 21 2015 Till Maas - 1.4-3 - Rebuilt for Fedora 23 Change https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code diff --git a/sources b/sources index f2c8ab8..a0bdd11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -52c708d4b8729ae6e3781b3737a85e16 libndp-1.4.tar.gz +beb82e8d75d8382d1b7c0bb0f68be429 libndp-1.5.tar.gz