Compare commits

...

4 Commits

Author SHA1 Message Date
stevetraylen
4f0c886d25 Renable test. 2010-06-27 17:22:13 +00:00
stevetraylen
6760ccdf44 New 1.289 version. 2010-06-23 20:31:41 +00:00
Dennis Gilmore
eaad26e76a Initialize branch EL-6 for perl-POE 2010-05-08 02:10:42 +00:00
Bill Nottingham
596a6b002b Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:12:58 +00:00
5 changed files with 24 additions and 12 deletions

View File

@ -1 +1 @@
POE-1.269.tar.gz POE-1.289.tar.gz

View File

@ -4,7 +4,7 @@ NAME := perl-POE
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef endef
MAKEFILE_COMMON := $(shell $(find-makefile-common)) MAKEFILE_COMMON := $(shell $(find-makefile-common))

1
branch Normal file
View File

@ -0,0 +1 @@
EL-6

View File

@ -1,6 +1,6 @@
Name: perl-POE Name: perl-POE
Version: 1.269 Version: 1.289
Release: 1%{?dist} Release: 3%{?dist}
Summary: POE - portable multitasking and networking framework for Perl Summary: POE - portable multitasking and networking framework for Perl
Group: Development/Libraries Group: Development/Libraries
@ -15,9 +15,8 @@ BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(Compress::Zlib) >= 1.33 BuildRequires: perl(Compress::Zlib) >= 1.33
BuildRequires: perl(Curses) >= 1.08 BuildRequires: perl(Curses) >= 1.08
BuildRequires: perl(IO::Poll) >= 0.01
BuildRequires: perl(IO::Pty)
BuildRequires: perl(Event) >= 1.00 BuildRequires: perl(Event) >= 1.00
BuildRequires: perl(IO::Poll) >= 0.01
BuildRequires: perl(IO::Pty) >= 1.02 BuildRequires: perl(IO::Pty) >= 1.02
BuildRequires: perl(LWP) >= 5.79 BuildRequires: perl(LWP) >= 5.79
BuildRequires: perl(Socket6) >= 0.14 BuildRequires: perl(Socket6) >= 0.14
@ -37,7 +36,7 @@ BuildRequires: perl(Errno) >= 1.09
BuildRequires: perl(IO::Handle) >= 1.27 BuildRequires: perl(IO::Handle) >= 1.27
BuildRequires: perl(Socket) >= 1.7 BuildRequires: perl(Socket) >= 1.7
BuildRequires: perl(IO::Tty) >= 1.08 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(POSIX) >= 1.02
BuildRequires: perl(File::Spec) >= 0.87 BuildRequires: perl(File::Spec) >= 0.87
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
@ -103,9 +102,6 @@ find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
%check %check
# these tests fails under plague. Not quite sure why....
mv t/90_regression/rt1648-tied-stderr.t .
# enable POD tests # enable POD tests
#export POE_TEST_POD=1 #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 # 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 %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -129,6 +124,22 @@ rm -rf %{buildroot}
%changelog %changelog
* Sun Jun 27 2010 Steve Traylen <steve.traylen@cern.ch> - 1.289-3
- Add back perl(POE::Test::Loops) br and enable testing.
* 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 * Sun Sep 27 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.269-1
- update filtering... - update filtering...
- auto-update to 1.269 (by cpan-spec-update 0.01) - auto-update to 1.269 (by cpan-spec-update 0.01)

View File

@ -1 +1 @@
1e368c2c9ff34cf79c31359c002936d7 POE-1.269.tar.gz 2172566f98313658d5f6cce231476f07 POE-1.289.tar.gz