Update to 7.01

- New upstream release 7.01:
  - Fail with EPROTO in AnyEvent::Handle when TLS is requested but not
    available, instead of throwing an exception
  - Use File::Spec to get the tmpdir in t/*, to avoid needless failures on
    (most, not mine :) windows boxes
  - New handle read types: tls_detect and tls_autostart
- BR: perl(File::Spec)
This commit is contained in:
Paul Howarth 2012-05-14 14:25:59 +01:00
parent 9ee0873160
commit c27a78c70d
2 changed files with 12 additions and 2 deletions

View File

@ -4,7 +4,7 @@
%global debug_package %{nil}
Name: perl-AnyEvent
Version: 7.0
Version: 7.01
Release: 1%{?dist}
Summary: Framework for multiple event loops
Group: Development/Libraries
@ -27,6 +27,7 @@ BuildRequires: perl(Task::Weaken)
BuildRequires: perl(Time::HiRes)
# Test suite requirements
BuildRequires: perl(File::Spec)
BuildRequires: perl(Net::SSLeay)
BuildRequires: perl(Test::More)
@ -118,6 +119,15 @@ make test
%changelog
* Sun May 13 2012 Paul Howarth <paul@city-fan.org> - 7.01-1
- Update to 7.01:
- Fail with EPROTO in AnyEvent::Handle when TLS is requested but not
available, instead of throwing an exception
- Use File::Spec to get the tmpdir in t/*, to avoid needless failures on
(most, not mine :) windows boxes
- New handle read types: tls_detect and tls_autostart
- BR: perl(File::Spec)
* Thu Apr 26 2012 Paul Howarth <paul@city-fan.org> - 7.0-1
- Update to 7.0
- Package generates no debuginfo, so avoid creation of debuginfo sub-package

View File

@ -1 +1 @@
af64802330543c2fae3ceedc52370738 AnyEvent-7.0.tar.gz
f26c1d03d7f5fe7d82e6885e5887bf8f AnyEvent-7.01.tar.gz