rpms/perl-WWW-Mechanize/FC-6 .cvsignore, 1.7, 1.8 perl-WWW-Mechanize.spec, 1.9, 1.10 sources, 1.7, 1.8

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Thu Jun 7 15:30:20 UTC 2007


Author: jpo

Update of /cvs/extras/rpms/perl-WWW-Mechanize/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5609/FC-6

Modified Files:
	.cvsignore perl-WWW-Mechanize.spec sources 
Log Message:
Sync with devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/FC-6/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	18 Mar 2007 22:01:02 -0000	1.7
+++ .cvsignore	7 Jun 2007 15:29:46 -0000	1.8
@@ -1 +1 @@
-WWW-Mechanize-1.22.tar.gz
+WWW-Mechanize-1.30.tar.gz


Index: perl-WWW-Mechanize.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/FC-6/perl-WWW-Mechanize.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-WWW-Mechanize.spec	18 Mar 2007 22:01:02 -0000	1.9
+++ perl-WWW-Mechanize.spec	7 Jun 2007 15:29:46 -0000	1.10
@@ -1,13 +1,16 @@
 #
-# Rebuild switch:
+# Rebuild switches:
 #  --with localtests         enable local tests
+#  --with livetests          enable live tests
 #
 
 %define localtests 0
+%define livetests 0
 %{?_with_localtests:%define localtests 1}
+%{?_with_livetests:%define livetests 1}
 
 Name:           perl-WWW-Mechanize
-Version:        1.22
+Version:        1.30
 Release:        2%{?dist}
 Summary:        Automates web page form & link interaction
 
@@ -18,7 +21,6 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  perl >= 1:5.6.1
 BuildRequires:  perl(Test::Pod), perl(Test::Pod::Coverage), perl(Test::Exception)
 BuildRequires:  perl(Test::Memory::Cycle), perl(Test::Taint), perl(Test::Warn)
 BuildRequires:  perl(HTML::TokeParser), perl(LWP::UserAgent), perl(URI::URL)
@@ -46,7 +48,11 @@
 %else
     --nolocal \
 %endif
-    --mech-dump < /dev/null
+%if %{livetests}
+    --live
+%else
+    --nolive
+%endif
 make %{?_smp_mflags}
 
 
@@ -76,6 +82,16 @@
 
 
 %changelog
+* Thu Jun  7 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.30-2
+- New rebuild option: "--with livetests".
+
+* Thu Jun  7 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.30-1
+- Update to 1.30.
+- The Makefile.PL --mech-dump option is now deprecated.
+
+* Thu Jun  7 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.24-1
+- Update to 1.24.
+
 * Sun Mar 18 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.22-2
 - New BR: perl(IO::Socket::SSL).
 
@@ -89,7 +105,7 @@
 * Tue Feb 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.18-2
 - Re-enable test suite but without local and live tests.
   One local test fails in mock (see #165650 comment 4).
-- New rebuild option: "--with localtests"
+- New rebuild option: "--with localtests".
 
 * Thu Feb  2 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.18-1
 - Update to 1.18.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/FC-6/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	18 Mar 2007 22:01:02 -0000	1.7
+++ sources	7 Jun 2007 15:29:46 -0000	1.8
@@ -1 +1 @@
-f25ab5a33248354038307303e8450881  WWW-Mechanize-1.22.tar.gz
+13efe329942f741f966f09ea4f95710b  WWW-Mechanize-1.30.tar.gz




More information about the fedora-extras-commits mailing list