rpms/perl-POE/EL-5 perl-POE.spec,1.11,1.12

stevetraylen stevetraylen at fedoraproject.org
Thu Dec 3 14:27:47 UTC 2009


Author: stevetraylen

Update of /cvs/pkgs/rpms/perl-POE/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2397

Modified Files:
	perl-POE.spec 
Log Message:
Use perl-POE-Test-Loops



Index: perl-POE.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-POE/EL-5/perl-POE.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- perl-POE.spec	27 Nov 2009 20:06:29 -0000	1.11
+++ perl-POE.spec	3 Dec 2009 14:27:47 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           perl-POE
 Version:        1.280
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Portable multitasking and networking framework for any event loop
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -14,8 +14,7 @@ BuildRequires:  perl(Term::ReadKey)
 BuildRequires:  perl(Socket6)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Pod)
-# perl(POE::Test::Loops) not available till perl(POE) is available.
-#BuildRequires:  perl(POE::Test::Loops) >= 1.030
+BuildRequires:  perl(POE::Test::Loops) >= 1.030
 
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       perl(IO::Tty) >= 1.07
@@ -30,8 +29,7 @@ Requires:       perl(Exporter)
 Requires:       perl(File::Spec) >= 0.87
 Requires:       perl(IO::Handle) >= 1.25
 Requires:       perl(IO::Tty) >= 1.07
-# perl(POE::Test::Loops) not available till perl(POE) is available.
-#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.15
@@ -49,8 +47,6 @@ Twisted. TCL has "the event loop".
 %{__perl} Makefile.PL INSTALLDIRS=vendor --default
 #Don't run network tests by default
 %{?!_with_network_tests: rm run_network_tests } 
-# Remove tests for now that require POE::Test::Loops
-rm t/00_info.t
 make %{?_smp_mflags}
 
 %install
@@ -76,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 3 2009 Steve Traylen <steve.traylen at cern.ch> 1.280-2
+- Add back requirment on perl(POE::Test::Loops) since it
+  is now available.
 * Fri Nov 27 2009 Steve Traylen <steve.traylen at cern.ch> 1.280-1
 - First build for EPEL5
 - Remove requirment for perl(POE::Test::Loops) since it can't be




More information about the Fedora-perl-devel-list mailing list