[perl-POE-Component-Client-HTTP] 0.948 bugfix bump

Petr Šabata psabata at fedoraproject.org
Thu May 9 09:51:35 UTC 2013


commit 1ff6052eff969353b1b4f1765cbf3b63a90040d6
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu May 9 11:51:31 2013 +0200

    0.948 bugfix bump

 .gitignore                          |    1 +
 perl-POE-Component-Client-HTTP.spec |   18 +++++++++++++-----
 sources                             |    2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c62296c..a65df43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ POE-Component-Client-HTTP-0.895.tar.gz
 /POE-Component-Client-HTTP-0.945.tar.gz
 /POE-Component-Client-HTTP-0.946.tar.gz
 /POE-Component-Client-HTTP-0.947.tar.gz
+/POE-Component-Client-HTTP-0.948.tar.gz
diff --git a/perl-POE-Component-Client-HTTP.spec b/perl-POE-Component-Client-HTTP.spec
index 99f76c1..9dac1f0 100644
--- a/perl-POE-Component-Client-HTTP.spec
+++ b/perl-POE-Component-Client-HTTP.spec
@@ -7,18 +7,21 @@
 #   define _with_network_tests 1 in your ~/.rpmmacros
 
 Name:           perl-POE-Component-Client-HTTP
-Version:        0.947
-Release:        4%{?dist}
+Version:        0.948
+Release:        1%{?dist}
 Summary:        A non-blocking/parallel web requests engine for POE
 Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/POE-Component-Client-HTTP
 Source0:        http://search.cpan.org/CPAN/authors/id/R/RC/RCAPUTO/POE-Component-Client-HTTP-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(base)
+BuildRequires:  perl(bytes)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Carp)
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(Errno)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTTP::Headers) >= 5.810
 BuildRequires:  perl(HTTP::Request) >= 5.811
@@ -35,18 +38,21 @@ BuildRequires:  perl(POE) >= 1.312
 BuildRequires:  perl(POE::Component::Client::Keepalive) >= 0.2710
 BuildRequires:  perl(POE::Driver::SysRW)
 BuildRequires:  perl(POE::Filter)
+BuildRequires:  perl(POE::Filter::HTTPD)
 BuildRequires:  perl(POE::Filter::Line)
 BuildRequires:  perl(POE::Filter::Stackable)
 BuildRequires:  perl(POE::Filter::Stream)
 BuildRequires:  perl(POE::Session)
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Socket) >= 2.001
+BuildRequires:  perl(strict)
 BuildRequires:  perl(URI) >= 1.37
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::POE::Server::TCP) >= 1.14
 BuildRequires:  perl(Test::More) > 0.96
 BuildRequires:  perl(Time::HiRes)
+BuildRequires:  perl(warnings)
 Requires:       perl(HTTP::Headers) >= 5.810
 Requires:       perl(HTTP::Request) >= 5.811
 Requires:       perl(HTTP::Request::Common) >= 5.811
@@ -59,7 +65,7 @@ Requires:       perl(POE) >= 1.312
 Requires:       perl(POE::Component::Client::Keepalive) >= 0.2710
 Requires:       perl(Socket) >= 2.001
 Requires:       perl(URI) >= 1.37
-Requires:  perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
+Requires:  perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 
 %{?perl_default_filter}
 
@@ -76,9 +82,8 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=%{buildroot}
+make pure_install DESTDIR=%{buildroot}
 find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
-find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';'
 %{_fixperms} %{buildroot}/*
 cd examples
 sed -i '/#!perl/d;s/\r//' pcchget.perl
@@ -96,6 +101,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu May 09 2013 Petr Šabata <contyk at redhat.com> - 0.948-1
+- 0.948 bugfix bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.947-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index e1746d7..71fbae2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43f600c77ccf40b44c585955d5656ae4  POE-Component-Client-HTTP-0.947.tar.gz
+a83d96ea20030eae7b3db33ebd553fdf  POE-Component-Client-HTTP-0.948.tar.gz


More information about the scm-commits mailing list