[perl-Test-WWW-Mechanize] update to 1.32

Iain Arnell iarnell at fedoraproject.org
Sat May 14 06:58:50 UTC 2011


commit 5662dcd08c314c287431cf90825d789ade7d1f43
Author: Iain Arnell <iarnell at gmail.com>
Date:   Sat May 14 08:51:36 2011 +0200

    update to 1.32

 .gitignore                                   |    1 +
 Test-WWW-Mechanize-1.30-Test-LongString.diff |   48 -------------------
 Test-WWW-Mechanize-1.30-svn-trunk-r712.diff  |   63 --------------------------
 perl-Test-WWW-Mechanize.spec                 |   24 ++++------
 sources                                      |    2 +-
 5 files changed, 11 insertions(+), 127 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 636848d..00f79c1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Test-WWW-Mechanize-1.28.tar.gz
 /Test-WWW-Mechanize-1.30.tar.gz
+/Test-WWW-Mechanize-1.32.tar.gz
diff --git a/perl-Test-WWW-Mechanize.spec b/perl-Test-WWW-Mechanize.spec
index 6d86cf6..466389d 100644
--- a/perl-Test-WWW-Mechanize.spec
+++ b/perl-Test-WWW-Mechanize.spec
@@ -1,20 +1,12 @@
 Name:           perl-Test-WWW-Mechanize
-Version:        1.30
-Release:        3%{?dist}
+Version:        1.32
+Release:        1%{?dist}
 Summary:        Testing-specific WWW::Mechanize subclass
 
 Group:          Development/Libraries
-License:        GPL+ or Artistic
+License:        GPL+ or Artistic 2.0
 URL:            http://search.cpan.org/dist/Test-WWW-Mechanize/
 Source0:        http://www.cpan.org/authors/id/P/PE/PETDANCE/Test-WWW-Mechanize-%{version}.tar.gz
-
-# Testsuite fixes from upstream's svn trunk:
-Patch0:         Test-WWW-Mechanize-1.30-svn-trunk-r712.diff
-
-# Test::LongString > 0.15 has changed behavior, causing testsuite failure
-# c.f. http://code.google.com/p/www-mechanize/issues/detail?id=197#c1
-Patch1:         Test-WWW-Mechanize-1.30-Test-LongString.diff
-
 BuildArch:      noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -24,13 +16,14 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(HTML::Lint)
 BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(HTTP::Server::Simple) >= 0.07
+BuildRequires:  perl(LWP) >= 6.02
 BuildRequires:  perl(Test::Builder::Tester) >= 1.09
 BuildRequires:  perl(Test::LongString) >= 0.15
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) >= 0.08
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
 BuildRequires:  perl(URI::file)
-BuildRequires:  perl(WWW::Mechanize) >= 1.24
+BuildRequires:  perl(WWW::Mechanize) >= 1.68
 
 %description
 Test::WWW::Mechanize is a subclass of WWW::Mechanize that incorporates
@@ -39,8 +32,6 @@ features for web application testing.
 
 %prep
 %setup -q -n Test-WWW-Mechanize-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -57,13 +48,16 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 make test
 
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/Test
 %{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Sat May 14 2011 Iain Arnell <iarnell at gmail.com> 1.32-1
+- update to latest upstream and drop patches
+- fix license tag: GPL+ or Artistic 2.0
+
 * Mon Apr 11 2011 Ralf Corsépius <corsepiu at fedoraproject.org> - 1.30-3
 - Add Test-WWW-Mechanize-1.30-svn.r712.diff (Fix FTBS on f13/f14/f15).
 - Add Test-WWW-Mechanize-1.30-Test-LongString.diff (Fix FTBS on f16).
diff --git a/sources b/sources
index 7d8fbf9..0680597 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0d70d501e26e398f47bf0b3a5be0483  Test-WWW-Mechanize-1.30.tar.gz
+6fb721d9be9025203548dfd407d82cce  Test-WWW-Mechanize-1.32.tar.gz


More information about the scm-commits mailing list