rpms/perl-WWW-Mechanize/FC-5 .cvsignore, 1.5, 1.6 perl-WWW-Mechanize.spec, 1.7, 1.8 sources, 1.5, 1.6

Jose Pedro Oliveira (jpo) fedora-extras-commits at redhat.com
Tue Sep 5 13:38:42 UTC 2006


Author: jpo

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

Modified Files:
	.cvsignore perl-WWW-Mechanize.spec sources 
Log Message:
Update to 1.20.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/FC-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	2 Feb 2006 19:44:01 -0000	1.5
+++ .cvsignore	5 Sep 2006 13:38:42 -0000	1.6
@@ -1 +1 @@
-WWW-Mechanize-1.18.tar.gz
+WWW-Mechanize-1.20.tar.gz


Index: perl-WWW-Mechanize.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/FC-5/perl-WWW-Mechanize.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-WWW-Mechanize.spec	28 Feb 2006 03:39:28 -0000	1.7
+++ perl-WWW-Mechanize.spec	5 Sep 2006 13:38:42 -0000	1.8
@@ -1,17 +1,14 @@
 #
-# Rebuild switches:
-#  --with livetests          enable live tests
+# Rebuild switch:
 #  --with localtests         enable local tests
 #
 
-%define livetests 0
 %define localtests 0
-%{?_with_livetests:%define livetests 1}
 %{?_with_localtests:%define localtests 1}
 
 Name:           perl-WWW-Mechanize
-Version:        1.18
-Release:        2%{?dist}
+Version:        1.20
+Release:        1%{?dist}
 Summary:        Automates web page form & link interaction
 
 Group:          Development/Libraries
@@ -25,8 +22,6 @@
 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)
-%{?_with_livetests:BuildRequires:  perl(IO::Socket::SSL)}
-%{?_with_livetests:BuildRequires:  perl(Test::LongString)}
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -45,11 +40,6 @@
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor \
-%if %{livetests}
-    --live \
-%else
-    --nolive \
-%endif
 %if %{localtests}
     --local \
 %else
@@ -81,10 +71,14 @@
 %{_bindir}/mech-dump
 %{perl_vendorlib}/WWW/
 %{_mandir}/man1/*.1*
-%{_mandir}/man3/*.3*
+%{_mandir}/man3/*.3pm*
 
 
 %changelog
+* Tue Sep  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.20-1
+- Update to 1.20.
+- Live tests have been dropped.
+
 * 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).


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-WWW-Mechanize/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	2 Feb 2006 19:44:01 -0000	1.5
+++ sources	5 Sep 2006 13:38:42 -0000	1.6
@@ -1 +1 @@
-d537bfefc84806227fd280a792f6527d  WWW-Mechanize-1.18.tar.gz
+97318ae4928c50c56faf097cbe187428  WWW-Mechanize-1.20.tar.gz




More information about the scm-commits mailing list