New 1.289 version.
This commit is contained in:
parent
eaad26e76a
commit
6760ccdf44
@ -1 +1 @@
|
||||
POE-1.269.tar.gz
|
||||
POE-1.289.tar.gz
|
||||
|
@ -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 <steve.traylen@cern.ch> - 1.289-2
|
||||
- Remove perl(POE::Test::Loops) and testing for build loop.
|
||||
|
||||
* Tue Jun 8 2010 Petr Pisar <ppisar@redhat.com> - 1.289-1
|
||||
- 1.289 bump
|
||||
- Reenable t/90_regression/rt1648-tied-stderr.t test
|
||||
|
||||
* Tue May 04 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.269-3
|
||||
- Mass rebuild with perl-5.12.0
|
||||
|
||||
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.269-2
|
||||
- rebuild against perl 5.10.1
|
||||
|
||||
* Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.269-1
|
||||
- update filtering...
|
||||
- auto-update to 1.269 (by cpan-spec-update 0.01)
|
||||
|
Loading…
Reference in New Issue
Block a user