[perl-POE-Component-Client-HTTP] Removing erroneous build dependencies on self (#810738)

Petr Šabata psabata at fedoraproject.org
Thu Apr 19 09:29:22 UTC 2012


commit 70d831cfeb56a65b9cdb0fd363aac9b22d1611f1
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Apr 19 11:28:52 2012 +0200

    Removing erroneous build dependencies on self (#810738)
    
    Also, bump to 0.945.

 .gitignore                          |    1 +
 perl-POE-Component-Client-HTTP.spec |   20 ++++++++++++--------
 sources                             |    2 +-
 3 files changed, 14 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6844628..1afd904 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 POE-Component-Client-HTTP-0.895.tar.gz
 /POE-Component-Client-HTTP-0.944.tar.gz
+/POE-Component-Client-HTTP-0.945.tar.gz
diff --git a/perl-POE-Component-Client-HTTP.spec b/perl-POE-Component-Client-HTTP.spec
index a15e72e..64178c9 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.944
-Release:        1%{?dist}
+Version:        0.945
+Release:        2%{?dist}
 Summary:        A non-blocking/parallel web requests engine for POE
 Group:          Development/Libraries
 License:        GPL+ or Artistic
@@ -32,11 +32,9 @@ BuildRequires:  perl(Net::HTTP::Methods) >= 5.812
 BuildRequires:  perl(POE) >= 1.312
 # Original perl(POE::Component::Client::Keepalive) >= 0.268 rounded to
 # 4 digit precision
-BuildRequires:  perl(POE::Component::Client::Keepalive) >= 0.2680
+BuildRequires:  perl(POE::Component::Client::Keepalive) >= 0.2690
 BuildRequires:  perl(POE::Driver::SysRW)
 BuildRequires:  perl(POE::Filter)
-BuildRequires:  perl(POE::Filter::HTTPChunk)
-BuildRequires:  perl(POE::Filter::HTTPHead)
 BuildRequires:  perl(POE::Filter::Line)
 BuildRequires:  perl(POE::Filter::Stackable)
 BuildRequires:  perl(POE::Filter::Stream)
@@ -59,10 +57,10 @@ Requires:       perl(Net::HTTP::Methods) >= 5.812
 Requires:       perl(POE) >= 1.312
 # Original perl(POE::Component::Client::Keepalive) >= 0.268 rounded to
 # 4 digit precision
-Requires:       perl(POE::Component::Client::Keepalive) >= 0.2680
+Requires:       perl(POE::Component::Client::Keepalive) >= 0.2690
 Requires:       perl(Socket::GetAddrInfo) >= 0.19
 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}
 
@@ -75,7 +73,7 @@ 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
 make %{?_smp_mflags}
 
 %install
@@ -99,6 +97,12 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Thu Apr 19 2012 Petr Šabata <contyk at redhat.com> - 0.945-2
+- Removing erroneous build dependencies on self (#810738)
+
+* Tue Mar 27 2012 Petr Šabata <contyk at redhat.com> - 0.945-1
+- 0.945 bump
+
 * Thu Jan 19 2012 Petr Šabata <contyk at redhat.com> - 0.944-1
 - 0.944 bump
 - Spec cleanup
diff --git a/sources b/sources
index ad4eb44..369059f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-79697fe8bf93bcc85ca7b32a94ca5906  POE-Component-Client-HTTP-0.944.tar.gz
+1c0942d513a438f4b6f6b46def0f6236  POE-Component-Client-HTTP-0.945.tar.gz


More information about the scm-commits mailing list