[perl-Test-WWW-Mechanize-Catalyst/el6] Revert "Remove circular BR to build in el6."

Mathieu Bridon bochecha at fedoraproject.org
Fri Jul 15 10:26:40 UTC 2011


commit fc51613268e7d1db4a79645b16e552858d0743ff
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Thu Jul 14 15:39:14 2011 +0800

    Revert "Remove circular BR to build in el6."
    
    Those build dependencies are in EPEL6 now, so let's add them back to
    improve test coverage.

 perl-Test-WWW-Mechanize-Catalyst.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-WWW-Mechanize-Catalyst.spec b/perl-Test-WWW-Mechanize-Catalyst.spec
index 52277ce..310defa 100644
--- a/perl-Test-WWW-Mechanize-Catalyst.spec
+++ b/perl-Test-WWW-Mechanize-Catalyst.spec
@@ -1,7 +1,7 @@
 Name:           perl-Test-WWW-Mechanize-Catalyst
 Summary:        Test::WWW::Mechanize for Catalyst
 Version:        0.53
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 Source0:        http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Test-WWW-Mechanize-Catalyst-%{version}.tar.gz 
@@ -10,6 +10,7 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 BuildArch:      noarch
 
 BuildRequires:  perl(Catalyst) >= 5.00
+BuildRequires:  perl(Catalyst::Plugin::Session::State::Cookie)
 BuildRequires:  perl(Catalyst::Plugin::Session::Store::Dummy)
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.42
 BuildRequires:  perl(LWP) >= 5.816
@@ -63,6 +64,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jul 15 2011 Mathieu Bridon <mathieu.bridon at network-box.com> 0.53-3
+- And re-add the circular BR now that the package is in el6.
+
 * Thu Jul 14 2011 Mathieu Bridon <mathieu.bridon at network-box.com> 0.53-2
 - Remove circular BR to build in el6.
 


More information about the scm-commits mailing list