rpms/perl-WWW-Mechanize/devel .cvsignore, 1.11, 1.12 perl-WWW-Mechanize.spec, 1.16, 1.17 sources, 1.11, 1.12

Ralf Corsépius corsepiu at fedoraproject.org
Sat Feb 21 04:01:34 UTC 2009


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 at fedoraproject.org> - 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 at fedoraproject.org> - 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 at alumni.drew.edu> 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




More information about the Fedora-perl-devel-list mailing list