rpms/perl-POE-Component-IRC/devel .cvsignore, 1.14, 1.15 perl-POE-Component-IRC.spec, 1.15, 1.16 sources, 1.14, 1.15

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Sat Apr 21 20:05:43 UTC 2007


Author: cweyl

Update of /cvs/extras/rpms/perl-POE-Component-IRC/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25228/devel

Modified Files:
	.cvsignore perl-POE-Component-IRC.spec sources 
Log Message:
* Sat Apr 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 5.24-1
- update to 5.24
- additional splittage BR's
- Additional BR's to handle new tests, ipv6 functionality, etc



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	4 Jan 2007 16:09:00 -0000	1.14
+++ .cvsignore	21 Apr 2007 20:05:09 -0000	1.15
@@ -1 +1 @@
-POE-Component-IRC-5.18.tar.gz
+POE-Component-IRC-5.24.tar.gz


Index: perl-POE-Component-IRC.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/perl-POE-Component-IRC.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- perl-POE-Component-IRC.spec	4 Jan 2007 16:09:00 -0000	1.15
+++ perl-POE-Component-IRC.spec	21 Apr 2007 20:05:09 -0000	1.16
@@ -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 @@
 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 @@
 
 %check
 # tests require network access, disabled by default
-%{?_with_network_tests:make test}
+%{?_with_network_tests: make test}
 
 
 %clean
@@ -78,6 +88,11 @@
 
 
 %changelog
+* Sat Apr 21 2007 Chris Weyl <cweyl at alumni.drew.edu> 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 <cweyl at alumni.drew.edu> 5.18-1
 - update to 5.18
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-IRC/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	4 Jan 2007 16:09:00 -0000	1.14
+++ sources	21 Apr 2007 20:05:09 -0000	1.15
@@ -1 +1 @@
-eb10b7d458982fe4a7d9a5faab7c9456  POE-Component-IRC-5.18.tar.gz
+41ef277fa381a93119d9c5e63282d9dc  POE-Component-IRC-5.24.tar.gz




More information about the scm-commits mailing list