Update to 7.12
- New upstream release 7.12 - Use common name as hostname for TLS connects, if Net::SSLeay supports SNI - Fix documentation of tls_autostart read type in AnyEvent::Handle
This commit is contained in:
parent
55a069f40a
commit
d59dfe315d
@ -4,8 +4,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: perl-AnyEvent
|
Name: perl-AnyEvent
|
||||||
Version: 7.11
|
Version: 7.12
|
||||||
Release: 2%{?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
|
||||||
@ -63,6 +63,7 @@ BuildRequires: perl(IO::Async::Loop) >= 0.33
|
|||||||
# Runtime requires
|
# Runtime requires
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
# Optional but recommended
|
# Optional but recommended
|
||||||
|
Requires: perl(Storable)
|
||||||
Requires: perl(Task::Weaken)
|
Requires: perl(Task::Weaken)
|
||||||
|
|
||||||
# Optional dependencies we don't want to require
|
# Optional dependencies we don't want to require
|
||||||
@ -163,6 +164,11 @@ make test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 28 2016 Paul Howarth <paul@city-fan.org> - 7.12-1
|
||||||
|
- Update to 7.12
|
||||||
|
- Use common name as hostname for TLS connects, if Net::SSLeay supports SNI
|
||||||
|
- Fix documentation of tls_autostart read type in AnyEvent::Handle
|
||||||
|
|
||||||
* Wed Aug 26 2015 Petr Šabata <contyk@redhat.com> - 7.11-2
|
* Wed Aug 26 2015 Petr Šabata <contyk@redhat.com> - 7.11-2
|
||||||
- Prevent FTBFS by adding a missing build time dependency
|
- Prevent FTBFS by adding a missing build time dependency
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user