Update to 0.28

- New upstream release 0.28
  - aclocal.m4 (IPv6_CHECK_INET_NTOP): inet_ntop(3) may return an
    IPv4-compatible IPv6 address (CPAN RT#113950)
This commit is contained in:
Paul Howarth 2016-07-11 14:31:03 +01:00
parent d3d5a207a9
commit 6eecb52df2
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: perl-Socket6
Version: 0.27
Release: 2%{?dist}
Version: 0.28
Release: 1%{?dist}
Summary: IPv6 related part of the C socket.h defines and structure manipulators
License: BSD
URL: http://search.cpan.org/dist/Socket6/
@ -59,6 +59,12 @@ make test
%{_mandir}/man3/Socket6.3*
%changelog
* Mon Jul 11 2016 Paul Howarth <paul@city-fan.org> - 0.28-1
- Update to 0.28
- aclocal.m4 (IPv6_CHECK_INET_NTOP): inet_ntop(3) may return an
IPv4-compatible IPv6 address (CPAN RT#113950)
- BR: perl-generators
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.27-2
- Perl 5.24 rebuild

View File

@ -1 +1 @@
c4d5e08a66b9249b2e0c872eeab8cec5 Socket6-0.27.tar.gz
aa8489135a3dbcec6233396e1aeb043b Socket6-0.28.tar.gz