[perl-POE-Component-Client-HTTP] 0.949 bump

Petr Šabata psabata at fedoraproject.org
Fri Jul 18 13:56:48 UTC 2014


commit 370250436857dc133bd41aece9cdf4738a8cb003
Author: Petr Šabata <contyk at redhat.com>
Date:   Fri Jul 18 15:57:09 2014 +0200

    0.949 bump

 .gitignore                          |    1 +
 perl-POE-Component-Client-HTTP.spec |   15 +++++++++------
 sources                             |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a65df43..e081c1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ POE-Component-Client-HTTP-0.895.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
+/POE-Component-Client-HTTP-0.949.tar.gz
diff --git a/perl-POE-Component-Client-HTTP.spec b/perl-POE-Component-Client-HTTP.spec
index a31a8eb..a4a8068 100644
--- a/perl-POE-Component-Client-HTTP.spec
+++ b/perl-POE-Component-Client-HTTP.spec
@@ -7,8 +7,8 @@
 #   define _with_network_tests 1 in your ~/.rpmmacros
 
 Name:           perl-POE-Component-Client-HTTP
-Version:        0.948
-Release:        4%{?dist}
+Version:        0.949
+Release:        1%{?dist}
 Summary:        A non-blocking/parallel web requests engine for POE
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -18,11 +18,11 @@ BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl(base)
 BuildRequires:  perl(bytes)
-BuildRequires:  perl(constant)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(constant)
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Errno)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(HTTP::Headers) >= 5.810
 BuildRequires:  perl(HTTP::Request) >= 5.811
 BuildRequires:  perl(HTTP::Request::Common) >= 5.811
@@ -36,6 +36,7 @@ BuildRequires:  perl(POE) >= 1.312
 # Original perl(POE::Component::Client::Keepalive) >= 0.271 rounded to
 # 4 digit precision
 BuildRequires:  perl(POE::Component::Client::Keepalive) >= 0.2710
+BuildRequires:  perl(POE::Component::Server::TCP)
 BuildRequires:  perl(POE::Driver::SysRW)
 BuildRequires:  perl(POE::Filter)
 BuildRequires:  perl(POE::Filter::HTTPD)
@@ -78,12 +79,11 @@ HTTP transactions be processed in parallel.
 %setup -q -n POE-Component-Client-HTTP-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=true
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}/*
 cd examples
 sed -i '/#!perl/d;s/\r//' pcchget.perl
@@ -101,6 +101,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Fri Jul 18 2014 Petr Šabata <contyk at redhat.com> - 0.949-1
+- 0.949 bump
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.948-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 71fbae2..8c908c3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a83d96ea20030eae7b3db33ebd553fdf  POE-Component-Client-HTTP-0.948.tar.gz
+b3a5bce9f7dea9fc5e321c8ed3efc9ee  POE-Component-Client-HTTP-0.949.tar.gz


More information about the scm-commits mailing list