rpms/perl-POE-Component-Client-HTTP/FC-5 perl-POE-Component-Client-HTTP.spec, 1.2, 1.3 sources, 1.2, 1.3

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


Author: cweyl

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

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



Index: perl-POE-Component-Client-HTTP.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/FC-5/perl-POE-Component-Client-HTTP.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-POE-Component-Client-HTTP.spec	28 Jul 2006 03:58:05 -0000	1.2
+++ perl-POE-Component-Client-HTTP.spec	4 Oct 2006 04:58:35 -0000	1.3
@@ -10,8 +10,8 @@
 # "make noarch" type scenario is the third one.
 
 Name:           perl-POE-Component-Client-HTTP
-Version:        0.77
-Release:        2%{?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
@@ -59,7 +67,7 @@
 # we don't have network access during the builds; fortunately these look to be
 # the only tests requiring it.  Failing that, the entire suite can be
 # disabled.
-%{?!_with_network_tests:rm t/01* t/02* t/09* t/11* t/50* t/54*}
+%{?!_with_network_tests:rm t/01* t/02* t/09* t/10* t/11* t/50* t/54*}
 
 make test
 
@@ -70,12 +78,26 @@
 
 %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
+
+* Wed Aug 16 2006 Chris Weyl <cweyl at alumni.drew.edu> 
+- nixed t/10* due to mock build issues with reduced buildroot.  see BZ#202602.
+  This fix does not warrant a rebuild.
+
 * Thu Jul 27 2006 Chris Weyl <cweyl at alumni.drew.edu> 0.77-2
 - bump for build
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-POE-Component-Client-HTTP/FC-5/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:35 -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 scm-commits mailing list