rpms/perl-POE-Component-Client-HTTP/devel .cvsignore, 1.9, 1.10 perl-POE-Component-Client-HTTP.spec, 1.19, 1.20 sources, 1.9, 1.10

Marcela Mašláňová mmaslano at fedoraproject.org
Wed Jun 9 08:51:03 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/perl-POE-Component-Client-HTTP/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6431

Modified Files:
	.cvsignore perl-POE-Component-Client-HTTP.spec sources 
Log Message:
* Mon Jun  7 2010 Petr Pisar <ppisar at redhat.com> - 0.895-1
- 0.895 bump (bug #600022)
- Delete removal of missing tests



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-POE-Component-Client-HTTP/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	27 Sep 2009 09:01:29 -0000	1.9
+++ .cvsignore	9 Jun 2010 08:51:02 -0000	1.10
@@ -1 +1 @@
-POE-Component-Client-HTTP-0.890.tar.gz
+POE-Component-Client-HTTP-0.895.tar.gz


Index: perl-POE-Component-Client-HTTP.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-POE-Component-Client-HTTP/devel/perl-POE-Component-Client-HTTP.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- perl-POE-Component-Client-HTTP.spec	6 May 2010 07:03:00 -0000	1.19
+++ perl-POE-Component-Client-HTTP.spec	9 Jun 2010 08:51:02 -0000	1.20
@@ -10,8 +10,8 @@
 # "make noarch" type scenario is the third one.
 
 Name:           perl-POE-Component-Client-HTTP
-Version:        0.890
-Release:        4%{?dist}
+Version:        0.895
+Release:        1%{?dist}
 Summary:        A non-blocking/parallel web requests engine for POE
 
 Group:          Development/Libraries
@@ -21,13 +21,15 @@ Source0:        http://search.cpan.org/C
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  sed
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(POE) >= 1.007
+# Original perl(POE) >= 1.28 rounded to 3 digit precision
+BuildRequires:  perl(POE) >= 1.280
 BuildRequires:  perl(HTTP::Request) >= 1.3
 BuildRequires:  perl(HTTP::Response) >= 1.37
 BuildRequires:  perl(URI) >= 1.24
-BuildRequires:  perl(POE::Component::Client::Keepalive) >= 0.2600
+# Original perl(POE::Component::Client::Keepalive) >= 0.261 rounded to
+# 4 digit precision
+BuildRequires:  perl(POE::Component::Client::Keepalive) >= 0.2610
 
 # tests...
 BuildRequires:  perl(Test::Pod)
@@ -37,7 +39,9 @@ BuildRequires:  perl(Test::More)
 # use base...
 Requires:       perl(POE::Filter), perl(POE::Filter::Stackable)
 # use POE qw{ ... }
-Requires:       perl(POE::Component::Client::Keepalive) >= 0.2600
+# Original perl(POE::Component::Client::Keepalive) >= 0.261 rounded to
+# 4 digit precision
+Requires:       perl(POE::Component::Client::Keepalive) >= 0.2610
 
 Requires:  perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -49,7 +53,8 @@ BuildRequires:  perl(Net::HTTP::Methods)
 Requires:       perl(HTTP::Request) >= 1.3
 Requires:       perl(HTTP::Response) >= 1.37
 Requires:       perl(Net::HTTP::Methods) >= 0.02
-Requires:       perl(POE) >= 1.007
+# Original perl(POE) >= 1.28 rounded to 3 digit precision
+Requires:       perl(POE) >= 1.280
 Requires:       perl(URI) >= 1.24
 
 %{?perl_default_filter}
@@ -86,7 +91,7 @@ sed -i '/#!perl/d;s/\r//' pcchget.perl
 # 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/10* t/11* t/50* t/54* t/58* t/59*}
+%{?!_with_network_tests:rm t/01* t/02*}
 
 make test
 
@@ -103,6 +108,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jun  7 2010 Petr Pisar <ppisar at redhat.com> - 0.895-1
+- 0.895 bump (bug #600022)
+- Delete removal of missing tests
+
 * Thu May 06 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.890-4
 - Mass rebuild with perl-5.12.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-POE-Component-Client-HTTP/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	27 Sep 2009 09:01:29 -0000	1.9
+++ sources	9 Jun 2010 08:51:02 -0000	1.10
@@ -1 +1 @@
-88508c5d66be9a7a56ed576ea17e661d  POE-Component-Client-HTTP-0.890.tar.gz
+85ae7a8ec4248c4206303d1c5dbdf4e2  POE-Component-Client-HTTP-0.895.tar.gz




More information about the perl-devel mailing list