From 41dbd77bdd62d10e0e0c4073a8fa3e2a8ade2781 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Jul 22 2006 03:32:22 +0000 Subject: - bump for release/build - fix network conditional tests --- diff --git a/perl-POE-Component-IRC.spec b/perl-POE-Component-IRC.spec index a98b8d7..c80c9ee 100644 --- a/perl-POE-Component-IRC.spec +++ b/perl-POE-Component-IRC.spec @@ -6,7 +6,7 @@ Name: perl-POE-Component-IRC Version: 4.96 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A POE component for building IRC clients Group: Development/Libraries @@ -55,9 +55,7 @@ find %{buildroot} -type f -name '*.pm' -exec chmod -x {} 2>/dev/null ';' %check # tests require network access, disabled by default -%if %{?__with_network_tests} -make test -%endif +%{?__with_network_tests:make test} %clean @@ -72,6 +70,10 @@ rm -rf %{buildroot} %changelog +* Fri Jul 21 2006 Chris Weyl 4.96-2 +- bump for f-e build +- rework conditionals around testing to... well, work :) + * Thu Jul 20 2006 Chris Weyl 4.96-1 - snip lines