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:
parent
240d596d7f
commit
12c96bb665
@ -4,8 +4,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: perl-AnyEvent
|
Name: perl-AnyEvent
|
||||||
Version: 7.09
|
Version: 7.11
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Framework for multiple event loops
|
Summary: Framework for multiple event loops
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: GPL+ or Artistic
|
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
|
Source0: http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/AnyEvent-%{version}%{?subver}.tar.gz
|
||||||
|
|
||||||
# Build requirements
|
# Build requirements
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl(Canary::Stability)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
|
||||||
# Module requirements
|
# Module requirements
|
||||||
@ -115,11 +120,12 @@ export PERL_ANYEVENT_LOOP_TESTS=1
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
|
|
||||||
# Support use of %%license on older distributions
|
|
||||||
%{!?_licensedir:%global license %%doc}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%if 0%{?_licensedir:1}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
%else
|
||||||
|
%doc COPYING
|
||||||
|
%endif
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%{perl_vendorarch}/AE.pm
|
%{perl_vendorarch}/AE.pm
|
||||||
%{perl_vendorarch}/AnyEvent.pm
|
%{perl_vendorarch}/AnyEvent.pm
|
||||||
@ -156,6 +162,18 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user