>From fc04feed7e73670a5e6ac3f7744ec0635683b37b Mon Sep 17 00:00:00 2001 From: Paul Howarth <paul@xxxxxxxxxxxx> Date: Sat, 2 May 2015 19:15:41 +0100 Subject: Update to 7.09 - New upstream release 7.09 - AnyEvent::Debug called an internal function (AnyEvent::Log::ft) that was renamed to AnyEvent::Log:format_time, under its old name - Update AnyEvent::DNS fallback resolver addresses: it seems google effectively killed most other free dns resolvers, so remove them, but add Cable and Wireless (ecrc) since it was stable for 20 years or so, official or not, and there should be an alternative to google - perl5porters broke Windows error codes in 5.20, and mapped WSAEWOULDBLOCK on the (different) EWOULDBLOCK error code, and WSAEINPROGRESS into the incompatible ERINPROGRESS code (there may be others too); this version only works around the WSAEWOULDBLOCK issue, because I don't have a nice way to work around the WSAEINPROGRESS bug diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec index aaf4806..28cc338 100644 --- a/perl-AnyEvent.spec +++ b/perl-AnyEvent.spec @@ -4,7 +4,7 @@ %global debug_package %{nil} Name: perl-AnyEvent -Version: 7.08 +Version: 7.09 Release: 1%{?dist} Summary: Framework for multiple event loops Group: Development/Libraries @@ -21,6 +21,7 @@ BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Exporter) BuildRequires: perl(List::Util) +BuildRequires: perl(overload) BuildRequires: perl(Scalar::Util) BuildRequires: perl(Socket) BuildRequires: perl(Task::Weaken) @@ -155,6 +156,20 @@ make test %changelog +* Sat May 2 2015 Paul Howarth <paul@xxxxxxxxxxxx> - 7.09-1 +- Update to 7.09 + - AnyEvent::Debug called an internal function (AnyEvent::Log::ft) that was + renamed to AnyEvent::Log:format_time, under its old name + - Update AnyEvent::DNS fallback resolver addresses: it seems google + effectively killed most other free dns resolvers, so remove them, but add + Cable and Wireless (ecrc) since it was stable for 20 years or so, official + or not, and there should be an alternative to google + - perl5porters broke Windows error codes in 5.20, and mapped WSAEWOULDBLOCK + on the (different) EWOULDBLOCK error code, and WSAEINPROGRESS into the + incompatible ERINPROGRESS code (there may be others too); this version + only works around the WSAEWOULDBLOCK issue, because I don't have a nice + way to work around the WSAEINPROGRESS bug + * Wed Dec 10 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 7.08-1 - Update to 7.08: - Work around a newly introduced bug in Socket 2.011 (an erroneous sun_length @@ -168,7 +183,7 @@ make test avoid "criticals"; what were they thinking?) - Mention json security issues in AnyEvent::Handle - Changed default DNS resolver "max_outstanding" value from 1 to 10, the - latter beinfg the intended value all along + latter being the intended value all along - Added new "AnyEvent::Impl::UV" interface module to the UV event lib * Sun Sep 07 2014 Jitka Plesnikova <jplesnik@xxxxxxxxxx> - 7.07-6 diff --git a/sources b/sources index 764e61b..53c6942 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6ea790037bb108fc70d985cba87aec8 AnyEvent-7.08.tar.gz +b5b2aa93ce7927dd0b5a21992202ab5d AnyEvent-7.09.tar.gz -- cgit v0.10.2 http://pkgs.fedoraproject.org/cgit/perl-AnyEvent.git/commit/?h=master&id=fc04feed7e73670a5e6ac3f7744ec0635683b37b -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel