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
This commit is contained in:
Paul Howarth 2015-07-17 14:03:16 +01:00
parent 240d596d7f
commit 12c96bb665
2 changed files with 24 additions and 6 deletions

View File

@ -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 <paul@city-fan.org> - 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 <rel-eng@lists.fedoraproject.org> - 7.09-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
b5b2aa93ce7927dd0b5a21992202ab5d AnyEvent-7.09.tar.gz
1130bca8746121d035dbc13d52e14ebe AnyEvent-7.11.tar.gz