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}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: perl-AnyEvent
|
Name: perl-AnyEvent
|
||||||
Version: 7.0
|
Version: 7.01
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Framework for multiple event loops
|
Summary: Framework for multiple event loops
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -27,6 +27,7 @@ BuildRequires: perl(Task::Weaken)
|
|||||||
BuildRequires: perl(Time::HiRes)
|
BuildRequires: perl(Time::HiRes)
|
||||||
|
|
||||||
# Test suite requirements
|
# Test suite requirements
|
||||||
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(Net::SSLeay)
|
BuildRequires: perl(Net::SSLeay)
|
||||||
BuildRequires: perl(Test::More)
|
BuildRequires: perl(Test::More)
|
||||||
|
|
||||||
@ -118,6 +119,15 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Apr 26 2012 Paul Howarth <paul@city-fan.org> - 7.0-1
|
||||||
- Update to 7.0
|
- Update to 7.0
|
||||||
- Package generates no debuginfo, so avoid creation of debuginfo sub-package
|
- Package generates no debuginfo, so avoid creation of debuginfo sub-package
|
||||||
|
Loading…
Reference in New Issue
Block a user