Hello community,

here is the log from the commit of package perl-Test-WWW-Mechanize for 
openSUSE:Factory checked in at 2013-06-06 13:59:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-WWW-Mechanize"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize/perl-Test-WWW-Mechanize.changes
  2012-02-16 15:00:45.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new/perl-Test-WWW-Mechanize.changes
     2013-06-06 13:59:45.000000000 +0200
@@ -1,0 +2,36 @@
+Tue Jun  4 15:15:46 UTC 2013 - [email protected]
+
+- updated to 1.44
+  If you want to use the autolint functionality, you'll have to have
+  HTML::Lint 2.20.
+  
+  [FIXES]
+  Custom lint objects don't get reset before they get used, making
+  autolint with a custom lint object practically useless.
+  https://github.com/petdance/test-www-mechanize/issues/25
+  
+  [ENHANCEMENTS]
+  Added a $mech->autolint() method so you can turn autolinting on and off
+  in mid-program.  Thanks, Mike O'Regan.
+  
+  New functions $mech->scrape_text_by_id() and $mech->scrape_text_by_attr()
+  let you extract text from your pages.  Convenience function
+  $mech->scraped_id_is() makes it easy to scrape and compare in one
+  function.
+  
+      <h1 id="pagetitle">My Awesome Page!</h1>
+  
+      # Verify that HTML is there with:
+      $mech->scraped_id_is( 'pagetitle', 'My Awesome Page!' );
+  
+  [FIXES]
+  $mech->has_tag() now handles nested tags more sensibly.  This fixes
+  Google Code ticket #1.
+  
+  
+  [INTERNALS]
+  Explicitly requires Test::Simple 0.94 or higher.
+  
+  Brought over t/TestServer.pm from WWW::Mechanize which fixes a number
+
+-------------------------------------------------------------------

Old:
----
  Test-WWW-Mechanize-1.38.tar.gz

New:
----
  Test-WWW-Mechanize-1.44.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Test-WWW-Mechanize.spec ++++++
--- /var/tmp/diff_new_pack.vCBEuH/_old  2013-06-06 13:59:45.000000000 +0200
+++ /var/tmp/diff_new_pack.vCBEuH/_new  2013-06-06 13:59:45.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-WWW-Mechanize
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:           perl-Test-WWW-Mechanize
-Version:        1.38
+Version:        1.44
 Release:        0
 %define cpan_name Test-WWW-Mechanize
 Summary:        Testing-specific WWW::Mechanize subclass
-License:        Artistic-1.0 or GPL-1.0+
+License:        Artistic-2.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Test-WWW-Mechanize/
 Source:         
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
@@ -36,9 +36,11 @@
 BuildRequires:  perl(LWP) >= 6.02
 BuildRequires:  perl(Test::Builder::Tester) >= 1.09
 BuildRequires:  perl(Test::LongString) >= 0.15
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(URI::file)
 BuildRequires:  perl(WWW::Mechanize) >= 1.68
 #BuildRequires: perl(TestServer)
+#BuildRequires: perl(Test::WWW::Mechanize)
 Requires:       perl(Carp::Assert::More)
 Requires:       perl(HTML::TreeBuilder)
 Requires:       perl(HTTP::Server::Simple) >= 0.42
@@ -46,6 +48,7 @@
 Requires:       perl(LWP) >= 6.02
 Requires:       perl(Test::Builder::Tester) >= 1.09
 Requires:       perl(Test::LongString) >= 0.15
+Requires:       perl(Test::More) >= 0.96
 Requires:       perl(URI::file)
 Requires:       perl(WWW::Mechanize) >= 1.68
 %{perl_requires}
@@ -70,6 +73,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes README.md
 
 %changelog

++++++ Test-WWW-Mechanize-1.38.tar.gz -> Test-WWW-Mechanize-1.44.tar.gz ++++++
++++ 2179 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to