commit eae35cb72ed117276f99918bc2be393f29360191 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Tue Aug 21 10:08:33 2012 +0100 Update to 7.02 - New upstream release 7.02: - AnyEvent::Util::run_cmd could block indefinitely - Verified that AnyEvent::Socket follows RFC5952 - Try to parse "ADDR#PORT" in addition to "ADDR PORT" - Make %files list more explicit perl-AnyEvent.spec | 43 +++++++++++++++++++++++++++++++++++++++---- sources | 2 +- 2 files changed, 40 insertions(+), 5 deletions(-) --- diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec index d876a53..69916ad 100644 --- a/perl-AnyEvent.spec +++ b/perl-AnyEvent.spec @@ -4,8 +4,8 @@ %global debug_package %{nil} Name: perl-AnyEvent -Version: 7.01 -Release: 4%{?dist} +Version: 7.02 +Release: 1%{?dist} Summary: Framework for multiple event loops Group: Development/Libraries License: GPL+ or Artistic @@ -114,11 +114,46 @@ make test %files %doc Changes COPYING README %{perl_vendorarch}/AE.pm -%{perl_vendorarch}/AnyEvent* -%{_mandir}/man3/*.3* +%{perl_vendorarch}/AnyEvent.pm +%{perl_vendorarch}/AnyEvent/ +%{_mandir}/man3/AE.3pm* +%{_mandir}/man3/AnyEvent.3pm* +%{_mandir}/man3/AnyEvent::DNS.3pm* +%{_mandir}/man3/AnyEvent::Debug.3pm* +%{_mandir}/man3/AnyEvent::FAQ.3pm* +%{_mandir}/man3/AnyEvent::Handle.3pm* +%{_mandir}/man3/AnyEvent::Impl::Cocoa.3pm* +%{_mandir}/man3/AnyEvent::Impl::EV.3pm* +%{_mandir}/man3/AnyEvent::Impl::Event.3pm* +%{_mandir}/man3/AnyEvent::Impl::EventLib.3pm* +%{_mandir}/man3/AnyEvent::Impl::FLTK.3pm* +%{_mandir}/man3/AnyEvent::Impl::Glib.3pm* +%{_mandir}/man3/AnyEvent::Impl::IOAsync.3pm* +%{_mandir}/man3/AnyEvent::Impl::Irssi.3pm* +%{_mandir}/man3/AnyEvent::Impl::POE.3pm* +%{_mandir}/man3/AnyEvent::Impl::Perl.3pm* +%{_mandir}/man3/AnyEvent::Impl::Qt.3pm* +%{_mandir}/man3/AnyEvent::Impl::Tk.3pm* +%{_mandir}/man3/AnyEvent::Intro.3pm* +%{_mandir}/man3/AnyEvent::IO.3pm* +%{_mandir}/man3/AnyEvent::IO::IOAIO.3pm* +%{_mandir}/man3/AnyEvent::IO::Perl.3pm* +%{_mandir}/man3/AnyEvent::Log.3pm* +%{_mandir}/man3/AnyEvent::Loop.3pm* +%{_mandir}/man3/AnyEvent::Socket.3pm* +%{_mandir}/man3/AnyEvent::Strict.3pm* +%{_mandir}/man3/AnyEvent::TLS.3pm* +%{_mandir}/man3/AnyEvent::Util.3pm* %changelog +* Tue Aug 21 2012 Paul Howarth <paul@xxxxxxxxxxxx> - 7.02-1 +- Update to 7.02: + - AnyEvent::Util::run_cmd could block indefinitely + - Verified that AnyEvent::Socket follows RFC5952 + - Try to parse "ADDR#PORT" in addition to "ADDR PORT" +- Make %%files list more explicit + * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 7.01-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index da5fe40..1389400 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f26c1d03d7f5fe7d82e6885e5887bf8f AnyEvent-7.01.tar.gz +4eaf54ed326578ae5e3be39dadd13c5f AnyEvent-7.02.tar.gz -- 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