From dd0834e454b8f58fbddcacb2a2c2b52500cc46f6 Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Mon, 27 Jul 2009 15:17:30 +0000 Subject: [PATCH] Update to 4.870 --- .cvsignore | 2 +- perl-AnyEvent.spec | 16 +++++++++++----- sources | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index f937f9b..fa0d7d4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -AnyEvent-4.82.tar.gz +AnyEvent-4.87.tar.gz diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec index 8767db9..b234fc0 100644 --- a/perl-AnyEvent.spec +++ b/perl-AnyEvent.spec @@ -1,8 +1,8 @@ -%define version_anyevent 4.82 +%define version_anyevent 4.87 Name: perl-AnyEvent -Version: 4.820 -Release: 2%{?dist} +Version: 4.870 +Release: 1%{?dist} Summary: Framework for multiple event loops Group: Development/Libraries @@ -19,7 +19,10 @@ BuildRequires: perl(Test::Simple) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -AnyEvent provides a framework for multiple event loops. +AnyEvent provides an identical interface to multiple event loops. This +allows module authors to utilise an event loop without forcing module users +to use the same event loop (as only a single event loop can coexist +peacefully at any one time). %prep @@ -77,11 +80,14 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jul 27 2009 kwizart < kwizart at gmail.com > - 4.870-1 +- Update to 4.87 (rpm version : 4.870 ) + * Sat Jul 25 2009 Fedora Release Engineering - 4.820-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Jul 15 2009 kwizart < kwizart at gmail.com > - 4.820-1 -- Update to 4.82 (rpm version : 4.820 +- Update to 4.82 (rpm version : 4.820 ) * Fri May 29 2009 kwizart < kwizart at gmail.com > - 4.410-1 - Update to 4.41 (rpm version : 4.41 ) diff --git a/sources b/sources index cce23b2..05cf81d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3b5752fcb356c267f8a3e20fa9d5483 AnyEvent-4.82.tar.gz +f7545a658210639a5e4bd5e81a6884e0 AnyEvent-4.87.tar.gz