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 2f21565..3b4760f 100644 --- a/perl-POE.spec +++ b/perl-POE.spec @@ -1,6 +1,6 @@ Name: perl-POE -Version: 1.269 -Release: 3%{?dist} +Version: 1.289 +Release: 1%{?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) @@ -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 @@ -115,7 +111,6 @@ mv t/90_regression/rt1648-tied-stderr.t . # Reported upstream at http://rt.cpan.org/Public/Bug/Display.html?id=19878 make test -mv rt1648-tied-stderr.t t/90_regression/ %clean rm -rf %{buildroot} @@ -129,6 +124,10 @@ rm -rf %{buildroot} %changelog +* 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 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