commit b64cbb7c462877e2a3d24e4d22aeb2db191695ec Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Sun Nov 21 12:30:13 2010 +0100 update to 1.66 .gitignore | 1 + perl-WWW-Mechanize.spec | 15 ++++++--------- sources | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index 0ddea9f..c201db8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ WWW-Mechanize-1.62.tar.gz +/WWW-Mechanize-1.66.tar.gz diff --git a/perl-WWW-Mechanize.spec b/perl-WWW-Mechanize.spec index f067361..e457404 100644 --- a/perl-WWW-Mechanize.spec +++ b/perl-WWW-Mechanize.spec @@ -6,15 +6,14 @@ %bcond_with livetests Name: perl-WWW-Mechanize -Version: 1.62 -Release: 2%{?dist} +Version: 1.66 +Release: 1%{?dist} Summary: Automates web page form & link interaction Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/WWW-Mechanize/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/WWW-Mechanize-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -105,8 +104,6 @@ make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} + find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' @@ -122,10 +119,6 @@ done; make test -%clean -rm -rf %{buildroot} - - %files %defattr(-,root,root,-) %doc Changes etc/www-mechanize-logo.png @@ -136,6 +129,10 @@ rm -rf %{buildroot} %changelog +* Sun Nov 21 2010 Iain Arnell <iarnell@xxxxxxxxx> 1.66-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Fri May 07 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 1.62-2 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index 273f079..7f59025 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -119c74ce2508ae578e95fb2fcafa10b4 WWW-Mechanize-1.62.tar.gz +40690ba4cd93b8c3b931582acf87eeac WWW-Mechanize-1.66.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel