Author: corsepiu Update of /cvs/pkgs/rpms/perl-WWW-Mechanize/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22315 Modified Files: .cvsignore perl-WWW-Mechanize.spec sources Log Message: * Sat Feb 21 2009 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> - 1.54-1 - Upstream update. - Add BR: perl(URI), perl(HTTP::Server::Simple), perl(HTTP::Response::Encoding). - Use %bcond_with and %with to process build options. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Mechanize/devel/.cvsignore,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- .cvsignore 29 May 2008 06:58:07 -0000 1.11 +++ .cvsignore 21 Feb 2009 04:01:03 -0000 1.12 @@ -1 +1 @@ -WWW-Mechanize-1.34.tar.gz +WWW-Mechanize-1.54.tar.gz Index: perl-WWW-Mechanize.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Mechanize/devel/perl-WWW-Mechanize.spec,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- perl-WWW-Mechanize.spec 29 May 2008 06:58:07 -0000 1.16 +++ perl-WWW-Mechanize.spec 21 Feb 2009 04:01:03 -0000 1.17 @@ -1,16 +1,12 @@ # # Rebuild switches: # --with localtests enable local tests +%bcond_with localtests # --with livetests enable live tests -# - -%define localtests 0 -%define livetests 0 -%{?_with_localtests:%define localtests 1} -%{?_with_livetests:%define livetests 1} +%bcond_with livetests Name: perl-WWW-Mechanize -Version: 1.34 +Version: 1.54 Release: 1%{?dist} Summary: Automates web page form & link interaction @@ -29,6 +25,9 @@ BuildRequires: perl(Test::Memory::Cycle), perl(Test::Taint), perl(Test::Warn) BuildRequires: perl(HTML::TokeParser), perl(LWP::UserAgent), perl(URI::URL) BuildRequires: perl(IO::Socket::SSL) +BuildRequires: perl(URI) >= 1.36 +BuildRequires: perl(HTTP::Server::Simple) +BuildRequires: perl(HTTP::Response::Encoding) >= 0.05 %description "WWW::Mechanize", or Mech for short, helps you automate interaction @@ -46,12 +45,12 @@ %build %{__perl} Makefile.PL INSTALLDIRS=vendor \ -%if %{localtests} +%if %{with localtests} --local \ %else --nolocal \ %endif -%if %{livetests} +%if %{with livetests} --live %else --nolive @@ -87,6 +86,12 @@ %changelog +* Sat Feb 21 2009 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> - 1.54-1 +- Upstream update. +- Add BR: perl(URI), perl(HTTP::Server::Simple), + perl(HTTP::Response::Encoding). +- Use %%bcond_with and %%with to process build options. + * Wed May 28 2008 Chris Weyl <cweyl@xxxxxxxxxxxxxxx> 1.34-1 - update to 1.34 Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-WWW-Mechanize/devel/sources,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- sources 29 May 2008 06:58:07 -0000 1.11 +++ sources 21 Feb 2009 04:01:03 -0000 1.12 @@ -1 +1 @@ -77a5c025b9a722b62884b7740b8133f9 WWW-Mechanize-1.34.tar.gz +27257ee2a33348df181c866d865925fb WWW-Mechanize-1.54.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list