From d59dfe315d4dffd4cb8ce0f8e58d07ee3616edc0 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Thu, 28 Jan 2016 10:42:09 +0000 Subject: [PATCH] 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 --- perl-AnyEvent.spec | 12 +++++++++--- sources | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec index 3bb6ae2..b3fc869 100644 --- a/perl-AnyEvent.spec +++ b/perl-AnyEvent.spec @@ -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 - 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 - 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 ) diff --git a/sources b/sources index 21466e6..7c5edec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1130bca8746121d035dbc13d52e14ebe AnyEvent-7.11.tar.gz +3c7054fc2c1d93b985d63c13d37d3369 AnyEvent-7.12.tar.gz