rpms/perl-POE-Component-Client-HTTP/devel .cvsignore, 1.2, 1.3 perl-POE-Component-Client-HTTP.spec, 1.4, 1.5 sources, 1.2, 1.3

Chris Weyl (cweyl) fedora-extras-commits at redhat.com
Wed Oct 4 04:58:36 UTC 2006


Author: cweyl

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

Modified Files:
	.cvsignore perl-POE-Component-Client-HTTP.spec sources 
Log Message:
Updates.  Oof!



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	28 Jul 2006 03:52:07 -0000	1.2
+++ .cvsignore	4 Oct 2006 04:58:36 -0000	1.3
@@ -1 +1 @@
-POE-Component-Client-HTTP-0.77.tar.gz
+POE-Component-Client-HTTP-0.78.tar.gz


Index: perl-POE-Component-Client-HTTP.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/perl-POE-Component-Client-HTTP.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-POE-Component-Client-HTTP.spec	1 Sep 2006 04:18:18 -0000	1.4
+++ perl-POE-Component-Client-HTTP.spec	4 Oct 2006 04:58:36 -0000	1.5
@@ -10,8 +10,8 @@
 # "make noarch" type scenario is the third one.
 
 Name:           perl-POE-Component-Client-HTTP
-Version:        0.77
-Release:        3%{?dist}
+Version:        0.78
+Release:        1%{?dist}
 Summary:        A non-blocking/parallel web requests engine for POE
 
 Group:          Development/Libraries
@@ -24,8 +24,14 @@
 BuildRequires:  perl
 BuildRequires:  perl(POE) >= 0.31, perl(HTTP::Request) >= 1.30
 BuildRequires:  perl(HTTP::Response) >= 1.37, perl(URI) >= 1.24
-BuildRequires:  perl(POE::Component::Client::Keepalive) >= 0.0704
+BuildRequires:  perl(POE::Component::Client::Keepalive) >= 0.0901
 BuildRequires:  dos2unix, sed
+
+# use base...
+Requires:       perl(POE::Filter), perl(POE::Filter::Stackable)
+# use POE qw{ ... }
+Requires:       perl(POE::Component::Client::Keepalive) >= 0.0901
+
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -45,10 +51,12 @@
 
 %install
 rm -rf %{buildroot}
+
 make pure_install PERL_INSTALL_ROOT=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w %{buildroot}/*
+
+%{_fixperms} %{buildroot}/*
 
 cd examples
 dos2unix pcchget.perl
@@ -70,12 +78,19 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES* README examples
+%doc CHANGES* README examples/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Tue Oct 03 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.78-1
+- update to 0.78
+- minor spec tweaks
+- bump version BR on PoCo::Client::Keepalive to 0.0901 (tests fail otherwise)
+- ...and add explicit requires on the above (the way POE loads its PoCo's irks
+  me sometimes...)
+
 * Thu Aug 31 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.77-3
 - bump for mass rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Jul 2006 03:52:07 -0000	1.2
+++ sources	4 Oct 2006 04:58:36 -0000	1.3
@@ -1 +1 @@
-bca2c306d8c63535845b760883a13644  POE-Component-Client-HTTP-0.77.tar.gz
+093521d8c3a2b874fce1c04092e7159a  POE-Component-Client-HTTP-0.78.tar.gz




More information about the fedora-extras-commits mailing list