rpms/perl-POE/FC-5 perl-POE.spec,1.2,1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Thu Jun 15 20:42:29 UTC 2006


Author: cweyl

Update of /cvs/extras/rpms/perl-POE/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9404/FC-5

Modified Files:
	perl-POE.spec 
Log Message:
Nix test that causes build to fail under plague



Index: perl-POE.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE/FC-5/perl-POE.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-POE.spec	14 Jun 2006 22:35:17 -0000	1.2
+++ perl-POE.spec	15 Jun 2006 20:42:29 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:      perl-POE
 Version:   0.3501
-Release:   1%{?dist}
+Release:   2%{?dist}
 Summary:   POE - portable multitasking and networking framework for Perl 
 
 Group:     Development/Libraries
@@ -62,6 +62,9 @@
 # execute + doc == bad
 chmod -x samples/*
 
+# this test fails under plague.  Not quite sure why....
+mv tests/90_regression/rt1648-tied-stderr.t .
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" --default
 
@@ -94,12 +97,15 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES HISTORY README samples TODO
+%doc CHANGES HISTORY README samples TODO rt1648-tied-stderr.t
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Thu Jun 15 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.3501-2
+- Nix test that was causing build to fail in plague
+
 * Wed Jun 14 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.3501-1
 - bump release, minor cleanups per review.
 




More information about the fedora-extras-commits mailing list