From 00d6e406650fc8852be22484e08e6aaacf7fa47b Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Apr 21 2007 20:05:09 +0000 Subject: - update to 5.24 - additional splittage BR's - Additional BR's to handle new tests, ipv6 functionality, etc --- diff --git a/.cvsignore b/.cvsignore index 7259af1..7272b76 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -POE-Component-IRC-5.18.tar.gz +POE-Component-IRC-5.24.tar.gz diff --git a/perl-POE-Component-IRC.spec b/perl-POE-Component-IRC.spec index 0db607b..44b0726 100644 --- a/perl-POE-Component-IRC.spec +++ b/perl-POE-Component-IRC.spec @@ -10,7 +10,7 @@ # "make noarch" type scenario is the third one. Name: perl-POE-Component-IRC -Version: 5.18 +Version: 5.24 Release: 1%{?dist} Summary: A POE component for building IRC clients @@ -21,10 +21,20 @@ Source0: http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/POE-Component-IRC-%{ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl + +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(POE), perl(POE::Component::Client::DNS) BuildRequires: perl(POE::Filter::IRCD), perl(POE::Filter::Zlib::Stream) + +# tests +BuildRequires: perl(Test::More) BuildRequires: perl(Test::Pod::Coverage), perl(Test::Pod) +BuildRequires: perl(Socket6) +BuildRequires: perl(POE::Component::Client::DNS) + +# optional test -- perl(Test::Kwalitee) not yet packaged in Fedora +#BuildRequires: perl(Test::Kwalitee) + Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -63,7 +73,7 @@ find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 2>/dev/null ';' %check # tests require network access, disabled by default -%{?_with_network_tests:make test} +%{?_with_network_tests: make test} %clean @@ -78,6 +88,11 @@ rm -rf %{buildroot} %changelog +* Sat Apr 21 2007 Chris Weyl 5.24-1 +- update to 5.24 +- additional splittage BR's +- Additional BR's to handle new tests, ipv6 functionality, etc + * Thu Jan 04 2007 Chris Weyl 5.18-1 - update to 5.18 diff --git a/sources b/sources index 4956e4a..c3ad5e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb10b7d458982fe4a7d9a5faab7c9456 POE-Component-IRC-5.18.tar.gz +41ef277fa381a93119d9c5e63282d9dc POE-Component-IRC-5.24.tar.gz