From 6eecb52df237460c52dd7692e755913f26bd9fce Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Mon, 11 Jul 2016 14:31:03 +0100 Subject: [PATCH] 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) --- perl-Socket6.spec | 10 ++++++++-- sources | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/perl-Socket6.spec b/perl-Socket6.spec index 4d5fbc3..1d99004 100644 --- a/perl-Socket6.spec +++ b/perl-Socket6.spec @@ -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 - 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 - 0.27-2 - Perl 5.24 rebuild diff --git a/sources b/sources index a0d3650..6c3734d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c4d5e08a66b9249b2e0c872eeab8cec5 Socket6-0.27.tar.gz +aa8489135a3dbcec6233396e1aeb043b Socket6-0.28.tar.gz