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:
parent
9ee0873160
commit
c27a78c70d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user