Hello community, here is the log from the commit of package perl-AnyEvent for openSUSE:Factory checked in at 2012-06-05 12:02:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-AnyEvent (Old) and /work/SRC/openSUSE:Factory/.perl-AnyEvent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-AnyEvent", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-AnyEvent/perl-AnyEvent.changes 2012-02-14 11:25:37.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-AnyEvent.new/perl-AnyEvent.changes 2012-06-05 12:02:56.000000000 +0200 @@ -1,0 +2,45 @@ +Wed May 30 07:48:20 UTC 2012 - [email protected] + +- it's not noarch + +------------------------------------------------------------------- +Fri May 25 03:22:50 UTC 2012 - [email protected] + +- updated to 7.01 + - fail with EPROTO in AnyEvent::Handle wqhen 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. + - child watchers are broken in POE 1.352 (also many earlier + versions) and there seems to be no way to work around it, as POE + itself is inherently racy. Document this regression and add a delay + in t/68_poe_03_child.t for the time being. + - new module AnyEvent::IO, that is a frontend to either a pure-perl + synchronous I/O implementation (AnyEvent::IO::Perl), or to the + asynchronous I/O extension IO::AIO (AnyEvent::IO::IOAIO). + - load /etc/hosts only when DNS has no answer. + - stat /etc/hosts on every access and reload it if it changed. + - load /etc/hosts via AnyEvent::IO - potentially asynchronous. + - fix a buggy croak in the dh parameter reading in AnyEvent::TLS. + - AnyEvent::Log log_to_file and log_to_path now use AnyEvent::IO. As + a side effect, they now use true appending as opposed to libc + appending, and the file might not have been opened when the function + returns. + - the default logging level was not properly documented in a variety of + places, this has hopefully been rectified. + - updated uts46data.pl for unicode 6.1.0. + - made log messages generated by AnyEvent submodules not + include the package name anymore, as it will be logged + by default already. + - upgrade to the trick used by common-sense 3.5 to work + around extra warning torture/breakage under perl 5.15.x. + - log messages by anyevent are now ucfirst, are usually full + sentences and do no longer include the package name. + - the storable read type would sometimes throw an exception instead + of causing EBADMSG (analyzed by Maxime Soulé). + - work around a bug in openssl 1.0.1 which enforces a minimum rsa + keysize (reported by Paul Howarth). + - documented Rocco fabricating statements about AnyEvent and me. + +------------------------------------------------------------------- Old: ---- AnyEvent-6.14.tar.gz New: ---- AnyEvent-7.01.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-AnyEvent.spec ++++++ --- /var/tmp/diff_new_pack.oMf4pW/_old 2012-06-05 12:03:00.000000000 +0200 +++ /var/tmp/diff_new_pack.oMf4pW/_new 2012-06-05 12:03:00.000000000 +0200 @@ -17,10 +17,10 @@ Name: perl-AnyEvent -Version: 6.14 +Version: 7.01 Release: 0 %define cpan_name AnyEvent -Summary: The DBI of event loop programming +Summary: the DBI of event loop programming License: GPL-1.0+ or Artistic-1.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/AnyEvent/ @@ -29,12 +29,16 @@ BuildRequires: perl BuildRequires: perl-macros #BuildRequires: perl(AnyEvent) +#BuildRequires: perl(AnyEvent::AIO) #BuildRequires: perl(AnyEvent::Debug) #BuildRequires: perl(AnyEvent::DNS) #BuildRequires: perl(AnyEvent::Handle) #BuildRequires: perl(AnyEvent::Impl::Perl) #BuildRequires: perl(AnyEvent::Impl::Qt::Io) #BuildRequires: perl(AnyEvent::Impl::Qt::Timer) +#BuildRequires: perl(AnyEvent::IO) +#BuildRequires: perl(AnyEvent::IO::IOAIO) +#BuildRequires: perl(AnyEvent::IO::Perl) #BuildRequires: perl(AnyEvent::Log) #BuildRequires: perl(AnyEvent::Loop) #BuildRequires: perl(AnyEvent::Socket) @@ -48,6 +52,7 @@ #BuildRequires: perl(FLTK) >= 0.532 #BuildRequires: perl(Glib) >= 1.210 #BuildRequires: perl(Guard) +#BuildRequires: perl(IO::AIO) >= 4.13 #BuildRequires: perl(IO::Async::Loop) >= 0.33 #BuildRequires: perl(Irssi) #BuildRequires: perl(JSON) ++++++ AnyEvent-6.14.tar.gz -> AnyEvent-7.01.tar.gz ++++++ ++++ 4117 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
