From 12c96bb665e0b2132db0c1dd6270eb1635b3cb53 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Fri, 17 Jul 2015 14:03:16 +0100 Subject: [PATCH] Update to 7.11 - New upstream release 7.11 - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra "::" at end and similar cases) - Add a more explicit warning to AnyEvent::Handle that it doesn't work on files; people keep getting confused - New function AnyEvent::Socket::tcp_bind - New functions AnyEvent::fh_block and AnyEvent::fh_unblock - Aligned ipv6 address formatting with RFC 5952 (by not shortening a single :0: to ::) - Added stability canary support --- perl-AnyEvent.spec | 28 +++++++++++++++++++++++----- sources | 2 +- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec index b4f9f3e..fbf8524 100644 --- a/perl-AnyEvent.spec +++ b/perl-AnyEvent.spec @@ -4,8 +4,8 @@ %global debug_package %{nil} Name: perl-AnyEvent -Version: 7.09 -Release: 4%{?dist} +Version: 7.11 +Release: 1%{?dist} Summary: Framework for multiple event loops Group: Development/Libraries License: GPL+ or Artistic @@ -13,6 +13,11 @@ URL: http://search.cpan.org/dist/AnyEvent/ Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version}%{?subver}.tar.gz # Build requirements +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make +BuildRequires: perl +BuildRequires: perl(Canary::Stability) BuildRequires: perl(ExtUtils::MakeMaker) # Module requirements @@ -115,11 +120,12 @@ export PERL_ANYEVENT_LOOP_TESTS=1 make test -# Support use of %%license on older distributions -%{!?_licensedir:%global license %%doc} - %files +%if 0%{?_licensedir:1} %license COPYING +%else +%doc COPYING +%endif %doc Changes README %{perl_vendorarch}/AE.pm %{perl_vendorarch}/AnyEvent.pm @@ -156,6 +162,18 @@ make test %changelog +* Fri Jul 17 2015 Paul Howarth - 7.11-1 +- Update to 7.11 + - AnyEvent::Socket::parse_ipv6 could accept malformed ipv6 addresses (extra + "::" at end and similar cases) + - Add a more explicit warning to AnyEvent::Handle that it doesn't work on + files; people keep getting confused + - New function AnyEvent::Socket::tcp_bind + - New functions AnyEvent::fh_block and AnyEvent::fh_unblock + - Aligned ipv6 address formatting with RFC 5952 (by not shortening a single + :0: to ::) + - Added stability canary support + * Thu Jun 18 2015 Fedora Release Engineering - 7.09-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 53c6942..21466e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5b2aa93ce7927dd0b5a21992202ab5d AnyEvent-7.09.tar.gz +1130bca8746121d035dbc13d52e14ebe AnyEvent-7.11.tar.gz