Update to 1.5

- ndptool: use conventional signal handlers instead of signalfd
This commit is contained in:
Jiri Pirko 2015-04-02 12:38:05 +02:00
parent 6b51a826dd
commit ee0f95859b
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/libndp-1.2.tar.gz
/libndp-1.3.tar.gz
/libndp-1.4.tar.gz
/libndp-1.5.tar.gz

View File

@ -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 <jpirko@redhat.com> - 1.5-1
- Update to 1.5
- ndptool: use conventional signal handlers instead of signalfd
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.4-3
- Rebuilt for Fedora 23 Change
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code

View File

@ -1 +1 @@
52c708d4b8729ae6e3781b3737a85e16 libndp-1.4.tar.gz
beb82e8d75d8382d1b7c0bb0f68be429 libndp-1.5.tar.gz