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:
Paul Howarth 2016-01-28 10:42:09 +00:00
parent 55a069f40a
commit d59dfe315d
2 changed files with 10 additions and 4 deletions

View File

@ -4,8 +4,8 @@
%global debug_package %{nil}
Name: perl-AnyEvent
Version: 7.11
Release: 2%{?dist}
Version: 7.12
Release: 1%{?dist}
Summary: Framework for multiple event loops
Group: Development/Libraries
License: GPL+ or Artistic
@ -63,6 +63,7 @@ BuildRequires: perl(IO::Async::Loop) >= 0.33
# Runtime requires
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
# Optional but recommended
Requires: perl(Storable)
Requires: perl(Task::Weaken)
# Optional dependencies we don't want to require
@ -163,6 +164,11 @@ make test
%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
- Prevent FTBFS by adding a missing build time dependency
@ -426,7 +432,7 @@ make test
- Update to 4.3 (rpm version : 4.300 )
* Tue Oct 14 2008 kwizart < kwizart at gmail.com > - 4.3-1
- Update to 4.3
- Update to 4.3
* Mon Aug 4 2008 kwizart < kwizart at gmail.com > - 4.231-1
- Update to 4.231 (rpm version : match )

View File

@ -1 +1 @@
1130bca8746121d035dbc13d52e14ebe AnyEvent-7.11.tar.gz
3c7054fc2c1d93b985d63c13d37d3369 AnyEvent-7.12.tar.gz