From 6760ccdf44e760e46776362a3c3b8d3a9c42ae30 Mon Sep 17 00:00:00 2001 From: stevetraylen Date: Wed, 23 Jun 2010 20:31:41 +0000 Subject: [PATCH] New 1.289 version. --- .cvsignore | 2 +- perl-POE.spec | 30 +++++++++++++++++++----------- sources | 2 +- 3 files changed, 21 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index c6b7cdb..fda3dc1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -POE-1.269.tar.gz +POE-1.289.tar.gz diff --git a/perl-POE.spec b/perl-POE.spec index b2bcdc2..167d17f 100644 --- a/perl-POE.spec +++ b/perl-POE.spec @@ -1,6 +1,6 @@ Name: perl-POE -Version: 1.269 -Release: 1%{?dist} +Version: 1.289 +Release: 2%{?dist} Summary: POE - portable multitasking and networking framework for Perl Group: Development/Libraries @@ -15,9 +15,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) BuildRequires: perl(Compress::Zlib) >= 1.33 BuildRequires: perl(Curses) >= 1.08 -BuildRequires: perl(IO::Poll) >= 0.01 -BuildRequires: perl(IO::Pty) BuildRequires: perl(Event) >= 1.00 +BuildRequires: perl(IO::Poll) >= 0.01 BuildRequires: perl(IO::Pty) >= 1.02 BuildRequires: perl(LWP) >= 5.79 BuildRequires: perl(Socket6) >= 0.14 @@ -37,7 +36,7 @@ BuildRequires: perl(Errno) >= 1.09 BuildRequires: perl(IO::Handle) >= 1.27 BuildRequires: perl(Socket) >= 1.7 BuildRequires: perl(IO::Tty) >= 1.08 -BuildRequires: perl(POE::Test::Loops) >= 1.022 +#BuildRequires: perl(POE::Test::Loops) >= 1.035 BuildRequires: perl(POSIX) >= 1.02 BuildRequires: perl(File::Spec) >= 0.87 BuildRequires: perl(Exporter) @@ -54,7 +53,7 @@ Requires: perl(Exporter) Requires: perl(File::Spec) >= 0.87 Requires: perl(IO::Handle) >= 1.27 Requires: perl(IO::Tty) >= 1.08 -Requires: perl(POE::Test::Loops) >= 1.022 +#Requires: perl(POE::Test::Loops) >= 1.022 Requires: perl(POSIX) >= 1.02 Requires: perl(Socket) >= 1.7 Requires: perl(Storable) >= 2.16 @@ -103,9 +102,6 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' %check -# these tests fails under plague. Not quite sure why.... -mv t/90_regression/rt1648-tied-stderr.t . - # enable POD tests #export POE_TEST_POD=1 @@ -113,9 +109,8 @@ mv t/90_regression/rt1648-tied-stderr.t . # not fail nor cause the build/suite to fail. For now just please be aware # that there will be some noisy output as the tests are run. # Reported upstream at http://rt.cpan.org/Public/Bug/Display.html?id=19878 -make test +#make test -mv rt1648-tied-stderr.t t/90_regression/ %clean rm -rf %{buildroot} @@ -129,6 +124,19 @@ rm -rf %{buildroot} %changelog +* Wed Jun 23 2010 Steve Traylen - 1.289-2 +- Remove perl(POE::Test::Loops) and testing for build loop. + +* Tue Jun 8 2010 Petr Pisar - 1.289-1 +- 1.289 bump +- Reenable t/90_regression/rt1648-tied-stderr.t test + +* Tue May 04 2010 Marcela Maslanova - 1.269-3 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 1.269-2 +- rebuild against perl 5.10.1 + * Sun Sep 27 2009 Chris Weyl 1.269-1 - update filtering... - auto-update to 1.269 (by cpan-spec-update 0.01) diff --git a/sources b/sources index f72b468..ad957ff 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1e368c2c9ff34cf79c31359c002936d7 POE-1.269.tar.gz +2172566f98313658d5f6cce231476f07 POE-1.289.tar.gz