[perl-HTTP-Response-Encoding] Add perl(LWP::UserAgent) BuildRequires

Iain Arnell iarnell at fedoraproject.org
Sat May 14 07:49:21 UTC 2011


commit 3233966dc83acae5a550e036faeca9c4f63c0ac6
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat May 14 09:47:46 2011 +0200

    Add perl(LWP::UserAgent) BuildRequires
    
    It's no longer pulled in automatically since HTTP modules split from
    libwww-perl.

 perl-HTTP-Response-Encoding.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-HTTP-Response-Encoding.spec b/perl-HTTP-Response-Encoding.spec
index 87223eb..e460e2f 100644
--- a/perl-HTTP-Response-Encoding.spec
+++ b/perl-HTTP-Response-Encoding.spec
@@ -1,6 +1,6 @@
 Name:           perl-HTTP-Response-Encoding
 Version:        0.06
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        HTTP::Response::Encoding Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -10,6 +10,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTTP::Response)
+BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Test::More)
 
 # For improved tests
@@ -51,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat May 14 2011 Iain Arnell <iarnell at gmail.com> 0.06-6
+- Add perl(LWP::UserAgent) BuildRequires
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.06-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list