commit perl-WWW-Mechanize for openSUSE:Factory

2020-10-18 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2020-10-18 16:18:33

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.3486 (New)


Package is "perl-WWW-Mechanize"

Sun Oct 18 16:18:33 2020 rev:33 rq:841739 version:2.02

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2020-10-08 13:05:26.402806078 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.3486/perl-WWW-Mechanize.changes
  2020-10-18 16:18:42.492418371 +0200
@@ -1,0 +2,22 @@
+Wed Oct 14 03:19:52 UTC 2020 - Tina Müller 
+
+- updated to 2.02
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  2.02  2020-10-13 13:50:28Z
+  [ENHANCEMENTS]
+  - Add redirects() as a short to HTTP::Response->redirects (GH#116) 
(Julien Fiegehenn)
+  - click_button( value => $foo) now also works for button tags and image 
buttons
+(GH#131) (Spencer Christensen) and (Julien Fiegehenn)
+
+  [DOCUMENTATION]
+  - Document that click_button() will die when it cannot find a button 
(GH#136) (Julien Fiegehenn)
+  - Document that content() returns undef before a request was made 
(GH#134) (Julien Fiegehenn)
+
+  [TESTS]
+  - Add a test for dump_forms() with multiselect (GH#133) (Julien 
Fiegehenn)
+  - Add tests for select multiple (GH#132) (Michael G. Schwern) and 
(Julien Fiegehenn)
+  - Remove use of discouraged vars pragma (James Raspass)
+  - Add tests for dump_forms() and field() with empty attributes (GH#125) 
(Julien Fiegehenn)
+
+---

Old:

  WWW-Mechanize-2.01.tar.gz

New:

  WWW-Mechanize-2.02.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.hsSqbq/_old  2020-10-18 16:18:43.540418838 +0200
+++ /var/tmp/diff_new_pack.hsSqbq/_new  2020-10-18 16:18:43.544418839 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:2.01
+Version:2.02
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object

++ WWW-Mechanize-2.01.tar.gz -> WWW-Mechanize-2.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-2.01/CONTRIBUTORS 
new/WWW-Mechanize-2.02/CONTRIBUTORS
--- old/WWW-Mechanize-2.01/CONTRIBUTORS 2020-09-18 19:51:23.0 +0200
+++ new/WWW-Mechanize-2.02/CONTRIBUTORS 2020-10-13 15:50:41.0 +0200
@@ -25,6 +25,7 @@
 * Gareth Tunley
 * gregor herrmann
 * Grigor Karavardanyan
+* James Raspass
 * Jason May
 * Jesse Vincent
 * John Beppu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-2.01/Changes 
new/WWW-Mechanize-2.02/Changes
--- old/WWW-Mechanize-2.01/Changes  2020-09-18 19:51:23.0 +0200
+++ new/WWW-Mechanize-2.02/Changes  2020-10-13 15:50:41.0 +0200
@@ -1,5 +1,21 @@
 Revision history for WWW::Mechanize
 
+2.02  2020-10-13 13:50:28Z
+[ENHANCEMENTS]
+- Add redirects() as a short to HTTP::Response->redirects (GH#116) (Julien 
Fiegehenn)
+- click_button( value => $foo) now also works for button tags and image 
buttons
+  (GH#131) (Spencer Christensen) and (Julien Fiegehenn)
+
+[DOCUMENTATION]
+- Document that click_button() will die when it cannot find a button 
(GH#136) (Julien Fiegehenn)
+- Document that content() returns undef before a request was made (GH#134) 
(Julien Fiegehenn)
+
+[TESTS]
+- Add a test for dump_forms() with multiselect (GH#133) (Julien Fiegehenn)
+- Add tests for select multiple (GH#132) (Michael G. Schwern) and (Julien 
Fiegehenn)
+- Remove use of discouraged vars pragma (James Raspass)
+- Add tests for dump_forms() and field() with empty attributes (GH#125) 
(Julien Fiegehenn)
+
 2.01  2020-09-18 17:51:10Z
 - Add rel filter to find_link() (GH#305) (Julien Fiegehenn)
 - Fix typos (GH#304) (Ferenc Erki)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-2.01/MANIFEST 
new/WWW-Mechanize-2.02/MANIFEST
--- old/WWW-Mechanize-2.01/MANIFEST 2020-09-18 19:51:23.0 +0200
+++ new/WWW-Mechanize-2.02/MANIFEST 2020-10-13 15:50:41.0 +0200
@@ -53,6 +53,7 @@
 t/find_link_xhtml.html
 t/find_link_xhtml.t
 t/form-parsing.t
+t/form_133_regression.html
 t/form_with_fields.html
 t/form_with_fields.t
 t/form_with_fields_passthrough_params.t
@@ -90,6 +91,7 @@
 t/local/referer-server
 t/local/referer.t
 t/local/reload.t
+t/local/select_multiple.t
 t/local/submit.t

commit perl-WWW-Mechanize for openSUSE:Factory

2020-10-08 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2020-10-08 13:05:23

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.4249 (New)


Package is "perl-WWW-Mechanize"

Thu Oct  8 13:05:23 2020 rev:32 rq:836364 version:2.01

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2020-06-21 19:53:19.706563457 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.4249/perl-WWW-Mechanize.changes
  2020-10-08 13:05:26.402806078 +0200
@@ -1,0 +2,10 @@
+Sat Sep 19 03:13:11 UTC 2020 - Tina Müller 
+
+- updated to 2.01
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  2.01  2020-09-18 17:51:10Z
+  - Add rel filter to find_link() (GH#305) (Julien Fiegehenn)
+  - Fix typos (GH#304) (Ferenc Erki)
+
+---

Old:

  WWW-Mechanize-2.00.tar.gz

New:

  WWW-Mechanize-2.01.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.32f5LM/_old  2020-10-08 13:05:27.206806806 +0200
+++ /var/tmp/diff_new_pack.32f5LM/_new  2020-10-08 13:05:27.206806806 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:2.00
+Version:2.01
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -46,9 +46,13 @@
 BuildRequires:  perl(LWP::UserAgent) >= 6.45
 BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Test::Deep)
+BuildRequires:  perl(Test::Exception)
 BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::Memory::Cycle) >= 1.06
 BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Test::NoWarnings) >= 1.04
 BuildRequires:  perl(Test::Output)
+BuildRequires:  perl(Test::Taint) >= 1.08
 BuildRequires:  perl(Test::Warnings)
 BuildRequires:  perl(URI)
 BuildRequires:  perl(URI::Escape)

++ WWW-Mechanize-2.00.tar.gz -> WWW-Mechanize-2.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-2.00/CONTRIBUTORS 
new/WWW-Mechanize-2.01/CONTRIBUTORS
--- old/WWW-Mechanize-2.00/CONTRIBUTORS 2020-06-09 21:10:03.0 +0200
+++ new/WWW-Mechanize-2.01/CONTRIBUTORS 2020-09-18 19:51:23.0 +0200
@@ -18,6 +18,7 @@
 * Desmond Daignault
 * Ed Avis
 * Evan Zacks
+* Ferenc Erki
 * Flavio Poletti
 * Florian Schlichting
 * Gabor Szabo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-2.00/Changes 
new/WWW-Mechanize-2.01/Changes
--- old/WWW-Mechanize-2.00/Changes  2020-06-09 21:10:03.0 +0200
+++ new/WWW-Mechanize-2.01/Changes  2020-09-18 19:51:23.0 +0200
@@ -1,5 +1,9 @@
 Revision history for WWW::Mechanize
 
+2.01  2020-09-18 17:51:10Z
+- Add rel filter to find_link() (GH#305) (Julien Fiegehenn)
+- Fix typos (GH#304) (Ferenc Erki)
+
 2.00  2020-06-09 19:09:53Z
 - Require LWP::UserAgent 6.45 (GH#302) (Shoichi Kaji)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-2.00/META.json 
new/WWW-Mechanize-2.01/META.json
--- old/WWW-Mechanize-2.00/META.json2020-06-09 21:10:03.0 +0200
+++ new/WWW-Mechanize-2.01/META.json2020-09-18 19:51:23.0 +0200
@@ -46,16 +46,13 @@
 "Pod::Coverage::TrustPod" : "0",
 "Test::Code::TidyAll" : "0.50",
 "Test::EOL" : "0",
-"Test::Memory::Cycle" : "1.06",
 "Test::Mojibake" : "0",
 "Test::More" : "0.88",
 "Test::Needs" : "0",
-"Test::NoWarnings" : "1.04",
 "Test::Pod" : "1.41",
 "Test::Pod::Coverage" : "1.08",
 "Test::Portability::Files" : "0",
 "Test::RequiresInternet" : "0",
-"Test::Taint" : "1.08",
 "Test::Vars" : "0.014",
 "Test::Version" : "1",
 "constant" : "0",
@@ -103,9 +100,13 @@
 "LWP::Simple" : "0",
 "Path::Tiny" : "0",
 "Test::Deep" : "0",
+"Test::Exception" : "0",
 "Test::Fatal" : "0",
+"Test::Memory::Cycle" : "1.06",
 "Test::More" : "0.96",
+"Test::NoWarnings" : "1.04",
 "Test::Output" : "0",
+"Test::Taint" : "1.08",
 "Test::Warnings" : "0",
 "URI" : "0",
 "URI::Escape" : "0",
@@ -118,15 +119,15 @@
"provides" : {
   "WWW::Mechanize" : {
  "file" : "lib/WWW/Mechanize.pm",
- "version" : "2.00"
+ "version" : "2.01"
 

commit perl-WWW-Mechanize for openSUSE:Factory

2020-06-22 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2020-06-21 19:04:02

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.3606 (New)


Package is "perl-WWW-Mechanize"

Sun Jun 21 19:04:02 2020 rev:31 rq:815546 version:2.00

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2020-05-26 17:13:43.895249472 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.3606/perl-WWW-Mechanize.changes
  2020-06-21 19:53:19.706563457 +0200
@@ -1,0 +2,15 @@
+Wed Jun 10 03:10:02 UTC 2020 - Tina Müller 
+
+- updated to 2.00
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  2.00  2020-06-09 19:09:53Z
+  - Require LWP::UserAgent 6.45 (GH#302) (Shoichi Kaji)
+
+  1.99  2020-06-08 15:35:04Z
+  - Bump HTTP::Daemon test dependency to 6.12 (GH#300) (Olaf Alders)
+
+  1.98  2020-05-25 17:06:47Z (TRIAL RELEASE)
+  - Don't make assumptions about port 80 in test (GH#299) (Olaf Alders)
+
+---

Old:

  WWW-Mechanize-1.97.tar.gz

New:

  WWW-Mechanize-2.00.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.9FIncj/_old  2020-06-21 19:53:20.170564934 +0200
+++ /var/tmp/diff_new_pack.9FIncj/_new  2020-06-21 19:53:20.174564947 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.97
+Version:2.00
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -36,14 +36,15 @@
 BuildRequires:  perl(HTML::TokeParser)
 BuildRequires:  perl(HTML::TreeBuilder) >= 5
 BuildRequires:  perl(HTTP::Cookies)
-BuildRequires:  perl(HTTP::Daemon) >= 6.05
+BuildRequires:  perl(HTTP::Daemon) >= 6.12
 BuildRequires:  perl(HTTP::Request) >= 1.30
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Response)
 BuildRequires:  perl(HTTP::Server::Simple::CGI)
 BuildRequires:  perl(LWP)
 BuildRequires:  perl(LWP::Simple)
-BuildRequires:  perl(LWP::UserAgent) >= 5.827
+BuildRequires:  perl(LWP::UserAgent) >= 6.45
+BuildRequires:  perl(Path::Tiny)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -60,7 +61,7 @@
 Requires:   perl(HTTP::Cookies)
 Requires:   perl(HTTP::Request) >= 1.30
 Requires:   perl(HTTP::Request::Common)
-Requires:   perl(LWP::UserAgent) >= 5.827
+Requires:   perl(LWP::UserAgent) >= 6.45
 Requires:   perl(URI::URL)
 Requires:   perl(URI::file)
 %{perl_requires}

++ WWW-Mechanize-1.97.tar.gz -> WWW-Mechanize-2.00.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.97/Changes 
new/WWW-Mechanize-2.00/Changes
--- old/WWW-Mechanize-1.97/Changes  2020-05-14 02:46:59.0 +0200
+++ new/WWW-Mechanize-2.00/Changes  2020-06-09 21:10:03.0 +0200
@@ -1,5 +1,14 @@
 Revision history for WWW::Mechanize
 
+2.00  2020-06-09 19:09:53Z
+- Require LWP::UserAgent 6.45 (GH#302) (Shoichi Kaji)
+
+1.99  2020-06-08 15:35:04Z
+- Bump HTTP::Daemon test dependency to 6.12 (GH#300) (Olaf Alders)
+
+1.98  2020-05-25 17:06:47Z (TRIAL RELEASE)
+- Don't make assumptions about port 80 in test (GH#299) (Olaf Alders)
+
 1.97  2020-05-14 00:46:53Z
 - Respect CDATA[[ sections when parsing HTML (GH#298) (Max Maischein)
 - extract image links also from css (GH#12) (Jozef Kutej) and (GH#297)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.97/MANIFEST 
new/WWW-Mechanize-2.00/MANIFEST
--- old/WWW-Mechanize-1.97/MANIFEST 2020-05-14 02:46:59.0 +0200
+++ new/WWW-Mechanize-2.00/MANIFEST 2020-06-09 21:10:03.0 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.014.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.015.
 CONTRIBUTORS
 Changes
 INSTALL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.97/META.json 
new/WWW-Mechanize-2.00/META.json
--- old/WWW-Mechanize-1.97/META.json2020-05-14 02:46:59.0 +0200
+++ new/WWW-Mechanize-2.00/META.json2020-06-09 21:10:03.0 +0200
@@ -4,7 +4,7 @@
   "Andy Lester "
],
"dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.014, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.015, CPAN::Meta::Converter version 
2.150010",
"license" : [
   "perl_5"
],
@@ 

commit perl-WWW-Mechanize for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2020-05-26 17:13:42

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.2738 (New)


Package is "perl-WWW-Mechanize"

Tue May 26 17:13:42 2020 rev:30 rq:807431 version:1.97

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2020-02-26 15:01:19.200745081 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.2738/perl-WWW-Mechanize.changes
  2020-05-26 17:13:43.895249472 +0200
@@ -1,0 +2,13 @@
+Thu May 14 03:12:59 UTC 2020 - Tina Müller 
+
+updated to 1.97
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.97  2020-05-14 00:46:53Z
+  - Respect CDATA[[ sections when parsing HTML (GH#298) (Max Maischein)
+  - extract image links also from css (GH#12) (Jozef Kutej) and (GH#297)
+(Julien Fiegehenn)
+  - s/parm/param/ in documentation (GH#295) (Olaf Alders)
+  
+
+---

Old:

  WWW-Mechanize-1.96.tar.gz

New:

  WWW-Mechanize-1.97.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.u63TTT/_old  2020-05-26 17:13:44.471250721 +0200
+++ /var/tmp/diff_new_pack.u63TTT/_new  2020-05-26 17:13:44.475250730 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Mechanize
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.96
+Version:1.97
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -103,7 +103,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTORS README.md tags
+%doc Changes CONTRIBUTORS README.md
 %license LICENSE
 
 %changelog

++ WWW-Mechanize-1.96.tar.gz -> WWW-Mechanize-1.97.tar.gz ++
 3263 lines of diff (skipped)




commit perl-WWW-Mechanize for openSUSE:Factory

2020-02-26 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2020-02-26 15:01:15

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.26092 (New)


Package is "perl-WWW-Mechanize"

Wed Feb 26 15:01:15 2020 rev:29 rq:778784 version:1.96

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2019-11-06 15:15:34.349141900 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.26092/perl-WWW-Mechanize.changes
 2020-02-26 15:01:19.200745081 +0100
@@ -1,0 +2,14 @@
+Sat Feb 22 03:12:26 UTC 2020 -  
+
+- updated to 1.96
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.96  2020-02-21 02:23:40Z [FIXED]
+  - HTML::Form::find_input() has a 1-based index (GH#293) (Olaf Alders)
+  - Fix invocation of dump_forms in mech-dump (GH#288) (積丹尼 Dan Jacobson)
+  - make xt/author/eol.t pass (GH#291) (Shoichi Kaji)
+  [DOCUMENTATION]
+  - Fix documentation of use of undef in form_with() and all_forms_with()
+(GH#289) (積丹尼 Dan Jacobson)
+
+---

Old:

  WWW-Mechanize-1.95.tar.gz

New:

  WWW-Mechanize-1.96.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.UV8tqm/_old  2020-02-26 15:01:19.712746102 +0100
+++ /var/tmp/diff_new_pack.UV8tqm/_new  2020-02-26 15:01:19.716746110 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Mechanize
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.95
+Version:1.96
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -87,7 +87,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++ WWW-Mechanize-1.95.tar.gz -> WWW-Mechanize-1.96.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.95/CONTRIBUTORS 
new/WWW-Mechanize-1.96/CONTRIBUTORS
--- old/WWW-Mechanize-1.95/CONTRIBUTORS 2019-10-28 14:07:52.0 +0100
+++ new/WWW-Mechanize-1.96/CONTRIBUTORS 2020-02-21 03:23:49.0 +0100
@@ -52,5 +52,6 @@
 * Varadinsky
 * Ville Skyttä
 * Zefram
+* 積丹尼 Dan Jacobson
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.95/Changes 
new/WWW-Mechanize-1.96/Changes
--- old/WWW-Mechanize-1.95/Changes  2019-10-28 14:07:52.0 +0100
+++ new/WWW-Mechanize-1.96/Changes  2020-02-21 03:23:49.0 +0100
@@ -1,8 +1,16 @@
 Revision history for WWW::Mechanize
 
+1.96  2020-02-21 02:23:40Z [FIXED]
+- HTML::Form::find_input() has a 1-based index (GH#293) (Olaf Alders)
+- Fix invocation of dump_forms in mech-dump (GH#288) (積丹尼 Dan Jacobson)
+- make xt/author/eol.t pass (GH#291) (Shoichi Kaji)
+[DOCUMENTATION]
+- Fix documentation of use of undef in form_with() and all_forms_with()
+  (GH#289) (積丹尼 Dan Jacobson)
+
 1.95  2019-10-28 13:07:45Z
 [FIXED]
-   - die if submit_form() called with invalid form_id (GH#287) (Olaf Alders)
+- die if submit_form() called with invalid form_id (GH#287) (Olaf Alders)
 
 1.94  2019-10-10 13:12:28Z
 [FIXED]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.95/MANIFEST 
new/WWW-Mechanize-1.96/MANIFEST
--- old/WWW-Mechanize-1.95/MANIFEST 2019-10-28 14:07:52.0 +0100
+++ new/WWW-Mechanize-1.96/MANIFEST 2020-02-21 03:23:49.0 +0100
@@ -108,8 +108,12 @@
 t/warnings.t
 tags
 tidyall.ini
+xt/author/eol.t
 xt/author/live/encoding.t
 xt/author/live/wikipedia.t
+xt/author/mojibake.t
 xt/author/pod-coverage.t
 xt/author/pod-syntax.t
+xt/author/portability.t
+xt/author/test-version.t
 xt/author/tidyall.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.95/META.json 
new/WWW-Mechanize-1.96/META.json
--- old/WWW-Mechanize-1.95/META.json2019-10-28 14:07:52.0 +0100
+++ 

commit perl-WWW-Mechanize for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2019-11-06 15:15:27

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.2990 (New)


Package is "perl-WWW-Mechanize"

Wed Nov  6 15:15:27 2019 rev:28 rq:744725 version:1.95

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2019-10-11 17:14:54.553591217 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.2990/perl-WWW-Mechanize.changes
  2019-11-06 15:15:34.349141900 +0100
@@ -1,0 +2,10 @@
+Tue Oct 29 09:45:37 UTC 2019 -  
+
+- updated to 1.95
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.95  2019-10-28 13:07:45Z
+  [FIXED]
+ - die if submit_form() called with invalid form_id (GH#287) (Olaf Alders)
+
+---

Old:

  WWW-Mechanize-1.94.tar.gz

New:

  WWW-Mechanize-1.95.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.JiiXxB/_old  2019-11-06 15:15:35.501143034 +0100
+++ /var/tmp/diff_new_pack.JiiXxB/_new  2019-11-06 15:15:35.525143057 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.94
+Version:1.95
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -87,7 +87,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++ WWW-Mechanize-1.94.tar.gz -> WWW-Mechanize-1.95.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.94/Changes 
new/WWW-Mechanize-1.95/Changes
--- old/WWW-Mechanize-1.94/Changes  2019-10-10 15:12:38.0 +0200
+++ new/WWW-Mechanize-1.95/Changes  2019-10-28 14:07:52.0 +0100
@@ -1,5 +1,9 @@
 Revision history for WWW::Mechanize
 
+1.95  2019-10-28 13:07:45Z
+[FIXED]
+   - die if submit_form() called with invalid form_id (GH#287) (Olaf Alders)
+
 1.94  2019-10-10 13:12:28Z
 [FIXED]
 - Issue #182: Don't autocheck for mech-dump so basic auth works (GH#285)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.94/MANIFEST 
new/WWW-Mechanize-1.95/MANIFEST
--- old/WWW-Mechanize-1.94/MANIFEST 2019-10-10 15:12:38.0 +0200
+++ new/WWW-Mechanize-1.95/MANIFEST 2019-10-28 14:07:52.0 +0100
@@ -96,6 +96,7 @@
 t/save_content.t
 t/select.html
 t/select.t
+t/submit_form.t
 t/taint.t
 t/tick.html
 t/tick.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.94/META.json 
new/WWW-Mechanize-1.95/META.json
--- old/WWW-Mechanize-1.94/META.json2019-10-10 15:12:38.0 +0200
+++ new/WWW-Mechanize-1.95/META.json2019-10-28 14:07:52.0 +0100
@@ -44,6 +44,7 @@
 "Perl::Tidy" : "20180220",
 "Pod::Coverage::TrustPod" : "0",
 "Test::Code::TidyAll" : "0.50",
+"Test::Memory::Cycle" : "1.06",
 "Test::More" : "0.88",
 "Test::Needs" : "0",
 "Test::Pod" : "1.41",
@@ -109,15 +110,15 @@
"provides" : {
   "WWW::Mechanize" : {
  "file" : "lib/WWW/Mechanize.pm",
- "version" : "1.94"
+ "version" : "1.95"
   },
   "WWW::Mechanize::Image" : {
  "file" : "lib/WWW/Mechanize/Image.pm",
- "version" : "1.94"
+ "version" : "1.95"
   },
   "WWW::Mechanize::Link" : {
  "file" : "lib/WWW/Mechanize/Link.pm",
- "version" : "1.94"
+ "version" : "1.95"
   }
},
"release_status" : "stable",
@@ -132,10 +133,10 @@
  "web" : "https://github.com/libwww-perl/WWW-Mechanize;
   }
},
-   "version" : "1.94",
+   "version" : "1.95",
"x_Dist_Zilla" : {
   "perl" : {
- "version" : "5.026001"
+ "version" : "5.03"
   },
   "plugins" : [
  {
@@ -173,7 +174,7 @@
  {
 "class" : "Dist::Zilla::Plugin::MAXMIND::TidyAll",
 "name" : "@Author::OALDERS/MAXMIND::TidyAll",
-"version" : "0.83"
+"version" : "0.13"
  },
  {
 "class" : "Dist::Zilla::Plugin::AutoPrereqs",
@@ -619,7 +620,7 @@
   "branch" : null,
   "changelog" : "Changes",
   "signed" : 0,
-  

commit perl-WWW-Mechanize for openSUSE:Factory

2019-10-11 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2019-10-11 17:14:53

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.2352 (New)


Package is "perl-WWW-Mechanize"

Fri Oct 11 17:14:53 2019 rev:27 rq:737519 version:1.94

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2019-09-02 12:42:16.865780449 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.2352/perl-WWW-Mechanize.changes
  2019-10-11 17:14:54.553591217 +0200
@@ -1,0 +2,27 @@
+Fri Oct 11 09:04:38 UTC 2019 -  
+
+- updated to 1.94
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.94  2019-10-10 13:12:28Z
+  [FIXED]
+  - Issue #182: Don't autocheck for mech-dump so basic auth works (GH#285)
+(Julien Fiegehenn)
+  
+  [DOCUMENTATION]
+  - Fix pod error reported by CPANTS. (GH#284) (Mohammad S Anwar)
+
+---
+Mon Oct  7 10:43:25 UTC 2019 -  
+
+- updated to 1.93
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.93  2019-10-04 21:06:49Z
+  [FIXED]
+  - Allow images to not have a src attribute (GH#282) (Julien Fiegehenn)
+  
+  [DOCUMENTATION]
+  - Pod fixes. (GH#283) (Mohammad S Anwar)
+
+---

Old:

  WWW-Mechanize-1.92.tar.gz

New:

  WWW-Mechanize-1.94.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.DO3qAP/_old  2019-10-11 17:14:55.02958 +0200
+++ /var/tmp/diff_new_pack.DO3qAP/_new  2019-10-11 17:14:55.02958 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.92
+Version:1.94
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -87,6 +87,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor

++ WWW-Mechanize-1.92.tar.gz -> WWW-Mechanize-1.94.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.92/CONTRIBUTORS 
new/WWW-Mechanize-1.94/CONTRIBUTORS
--- old/WWW-Mechanize-1.92/CONTRIBUTORS 2019-08-24 03:00:40.0 +0200
+++ new/WWW-Mechanize-1.94/CONTRIBUTORS 2019-10-10 15:12:38.0 +0200
@@ -27,6 +27,7 @@
 * Jason May
 * Jesse Vincent
 * John Beppu
+* Julien Fiegehenn
 * Karen Etheridge
 * Kirrily 'Skud' Robert
 * Kivanc Yazan
@@ -45,7 +46,6 @@
 * Schuyler Langdon
 * Sergey Romanov
 * Shoichi Kaji
-* simbabque
 * Steve Scaffidi
 * Stuart Johnston
 * sunnavy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.92/Changes 
new/WWW-Mechanize-1.94/Changes
--- old/WWW-Mechanize-1.92/Changes  2019-08-24 03:00:40.0 +0200
+++ new/WWW-Mechanize-1.94/Changes  2019-10-10 15:12:38.0 +0200
@@ -1,5 +1,20 @@
 Revision history for WWW::Mechanize
 
+1.94  2019-10-10 13:12:28Z
+[FIXED]
+- Issue #182: Don't autocheck for mech-dump so basic auth works (GH#285)
+  (Julien Fiegehenn)
+
+[DOCUMENTATION]
+- Fix pod error reported by CPANTS. (GH#284) (Mohammad S Anwar)
+
+1.93  2019-10-04 21:06:49Z
+[FIXED]
+- Allow images to not have a src attribute (GH#282) (Julien Fiegehenn)
+
+[DOCUMENTATION]
+- Pod fixes. (GH#283) (Mohammad S Anwar)
+
 1.92  2019-08-24 01:00:35Z
 [FIXED]
 - Test requires HTTP::Daemon 6.05+ and uses 127.0.0.1 or [::1] according to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.92/MANIFEST 
new/WWW-Mechanize-1.94/MANIFEST
--- old/WWW-Mechanize-1.92/MANIFEST 2019-08-24 03:00:40.0 +0200
+++ new/WWW-Mechanize-1.94/MANIFEST 2019-10-10 15:12:38.0 +0200
@@ -8,7 +8,6 @@
 META.yml
 Makefile.PL
 README.md
-bin/mech-dump
 cpanfile
 dist.ini
 etc/www-mechanize-logo.png
@@ -20,6 +19,7 @@
 lib/WWW/Mechanize/Link.pm
 perlcriticrc
 perltidyrc
+script/mech-dump
 t/00-load.t
 t/00-report-prereqs.dd
 t/00-report-prereqs.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.92/META.json 
new/WWW-Mechanize-1.94/META.json
--- old/WWW-Mechanize-1.92/META.json2019-08-24 03:00:40.0 +0200
+++ new/WWW-Mechanize-1.94/META.json2019-10-10 15:12:38.0 +0200
@@ -109,15 +109,15 @@
"provides" : {
   "WWW::Mechanize" : {
  "file" : 

commit perl-WWW-Mechanize for openSUSE:Factory

2019-09-02 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2019-09-02 12:42:14

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.7948 (New)


Package is "perl-WWW-Mechanize"

Mon Sep  2 12:42:14 2019 rev:26 rq:726160 version:1.92

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2019-01-24 14:01:37.696173795 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.7948/perl-WWW-Mechanize.changes
  2019-09-02 12:42:16.865780449 +0200
@@ -1,0 +2,21 @@
+Sat Aug 24 05:39:03 UTC 2019 - Stephan Kulow 
+
+- updated to 1.92
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.92  2019-08-24 01:00:35Z
+  [FIXED]
+  - Test requires HTTP::Daemon 6.05+ and uses 127.0.0.1 or [::1] according 
to
+server's sockdomain (GH#280) (Shoichi Kaji)
+  - Install LWP::Protocol::https and fix xt/author/live/encoding.t (GH#277)
+(Shoichi Kaji)
+  - Set dist trusty for old Perls on Travis (GH#279) (Shoichi Kaji)
+  - Fixed pod errors as reported by CPANTS. (GH#273) (Mohammad S Anwar)
+  
+  [DOCUMENTATION]
+  - Document that follow_link will die on failure with autocheck enabled 
(GH#271) (Olaf Alders)
+  
+  [TESTS]
+  - Add a test for finding a link in a meta refresh tag (GH#275) (Olaf 
Alders)
+
+---

Old:

  WWW-Mechanize-1.91.tar.gz

New:

  WWW-Mechanize-1.92.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.e4xB7F/_old  2019-09-02 12:42:17.613780314 +0200
+++ /var/tmp/diff_new_pack.e4xB7F/_new  2019-09-02 12:42:17.617780314 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.91
+Version:1.92
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -36,7 +36,7 @@
 BuildRequires:  perl(HTML::TokeParser)
 BuildRequires:  perl(HTML::TreeBuilder) >= 5
 BuildRequires:  perl(HTTP::Cookies)
-BuildRequires:  perl(HTTP::Daemon)
+BuildRequires:  perl(HTTP::Daemon) >= 6.05
 BuildRequires:  perl(HTTP::Request) >= 1.30
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Response)

++ WWW-Mechanize-1.91.tar.gz -> WWW-Mechanize-1.92.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.91/CONTRIBUTORS 
new/WWW-Mechanize-1.92/CONTRIBUTORS
--- old/WWW-Mechanize-1.91/CONTRIBUTORS 2019-01-10 19:44:39.0 +0100
+++ new/WWW-Mechanize-1.92/CONTRIBUTORS 2019-08-24 03:00:40.0 +0200
@@ -44,6 +44,7 @@
 * Ricardo Signes
 * Schuyler Langdon
 * Sergey Romanov
+* Shoichi Kaji
 * simbabque
 * Steve Scaffidi
 * Stuart Johnston
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.91/Changes 
new/WWW-Mechanize-1.92/Changes
--- old/WWW-Mechanize-1.91/Changes  2019-01-10 19:44:39.0 +0100
+++ new/WWW-Mechanize-1.92/Changes  2019-08-24 03:00:40.0 +0200
@@ -1,8 +1,22 @@
 Revision history for WWW::Mechanize
 
+1.92  2019-08-24 01:00:35Z
+[FIXED]
+- Test requires HTTP::Daemon 6.05+ and uses 127.0.0.1 or [::1] according to
+  server's sockdomain (GH#280) (Shoichi Kaji)
+- Install LWP::Protocol::https and fix xt/author/live/encoding.t (GH#277)
+  (Shoichi Kaji)
+- Set dist trusty for old Perls on Travis (GH#279) (Shoichi Kaji)
+- Fixed pod errors as reported by CPANTS. (GH#273) (Mohammad S Anwar)
+
+[DOCUMENTATION]
+- Document that follow_link will die on failure with autocheck enabled 
(GH#271) (Olaf Alders)
+
+[TESTS]
+- Add a test for finding a link in a meta refresh tag (GH#275) (Olaf 
Alders)
+
 1.91  2019-01-10 18:44:33Z
 [ENHANCEMENTS]
-
 - Don't install Perl::Critic and Perl::Tidy to run user tests (GH#268)
   (Julien Fiegehenn)
 - Remove redundant PodSyntaxTests (GH#265) (Andrew Grangaard)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.91/MANIFEST 
new/WWW-Mechanize-1.92/MANIFEST
--- old/WWW-Mechanize-1.91/MANIFEST 2019-01-10 19:44:39.0 +0100
+++ new/WWW-Mechanize-1.92/MANIFEST 2019-08-24 03:00:40.0 +0200
@@ -90,6 +90,7 @@
 t/local/submit.t
 t/mech-dump/mech-dump.t
 t/new.t
+t/refresh.html
 t/regex-error.t
 t/save_content.html
 t/save_content.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.91/META.json 
new/WWW-Mechanize-1.92/META.json
--- 

commit perl-WWW-Mechanize for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2019-01-24 14:01:36

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.28833 (New)


Package is "perl-WWW-Mechanize"

Thu Jan 24 14:01:36 2019 rev:25 rq:666107 version:1.91

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2018-12-19 13:26:00.905191966 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.28833/perl-WWW-Mechanize.changes
 2019-01-24 14:01:37.696173795 +0100
@@ -1,0 +2,14 @@
+Fri Jan 11 06:38:23 UTC 2019 - Stephan Kulow 
+
+- updated to 1.91
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.91  2019-01-10 18:44:33Z
+  [ENHANCEMENTS]
+  
+  - Don't install Perl::Critic and Perl::Tidy to run user tests (GH#268)
+(Julien Fiegehenn)
+  - Remove redundant PodSyntaxTests (GH#265) (Andrew Grangaard)
+  - Add test dependency for Perl::Tidy (GH#263) (Julien Fiegehenn)
+
+---

Old:

  WWW-Mechanize-1.90.tar.gz

New:

  WWW-Mechanize-1.91.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.sdKJqQ/_old  2019-01-24 14:01:38.128173303 +0100
+++ /var/tmp/diff_new_pack.sdKJqQ/_new  2019-01-24 14:01:38.132173299 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Mechanize
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.90
+Version:1.91
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -44,8 +44,6 @@
 BuildRequires:  perl(LWP)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(LWP::UserAgent) >= 5.827
-BuildRequires:  perl(Perl::Critic)
-BuildRequires:  perl(Perl::Tidy)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96

++ WWW-Mechanize-1.90.tar.gz -> WWW-Mechanize-1.91.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/CONTRIBUTORS 
new/WWW-Mechanize-1.91/CONTRIBUTORS
--- old/WWW-Mechanize-1.90/CONTRIBUTORS 2018-11-12 19:02:13.0 +0100
+++ new/WWW-Mechanize-1.91/CONTRIBUTORS 2019-01-10 19:44:39.0 +0100
@@ -7,6 +7,7 @@
 'thank you' to all of them.
 
 * Alexandr Ciornii
+* Andrew Grangaard
 * Andy Lester
 * Bernhard Wagner
 * Chase Whitener
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/Changes 
new/WWW-Mechanize-1.91/Changes
--- old/WWW-Mechanize-1.90/Changes  2018-11-12 19:02:13.0 +0100
+++ new/WWW-Mechanize-1.91/Changes  2019-01-10 19:44:39.0 +0100
@@ -1,5 +1,13 @@
 Revision history for WWW::Mechanize
 
+1.91  2019-01-10 18:44:33Z
+[ENHANCEMENTS]
+
+- Don't install Perl::Critic and Perl::Tidy to run user tests (GH#268)
+  (Julien Fiegehenn)
+- Remove redundant PodSyntaxTests (GH#265) (Andrew Grangaard)
+- Add test dependency for Perl::Tidy (GH#263) (Julien Fiegehenn)
+
 1.90  2018-11-12 18:02:03Z
 [DOCUMENTATION]
 - Pod fixes (GH#261) (Julien Fiegehenn)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/INSTALL 
new/WWW-Mechanize-1.91/INSTALL
--- old/WWW-Mechanize-1.90/INSTALL  2018-11-12 19:02:13.0 +0100
+++ new/WWW-Mechanize-1.91/INSTALL  2019-01-10 19:44:39.0 +0100
@@ -48,6 +48,19 @@
 "configure_requires" key of META.yml or the
 "{prereqs}{configure}{requires}" key of META.json.
 
+## Other Prerequisites
+
+This distribution may require additional modules to be installed after running
+Makefile.PL.
+Look for prerequisites in the following phases:
+
+* to run make, PHASE = build
+* to use the module code itself, PHASE = runtime
+* to run tests, PHASE = test
+
+They can all be found in the "PHASE_requires" key of MYMETA.yml or the
+"{prereqs}{PHASE}{requires}" key of MYMETA.json.
+
 ## Documentation
 
 WWW-Mechanize documentation is available as POD.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.90/META.json 
new/WWW-Mechanize-1.91/META.json
--- old/WWW-Mechanize-1.90/META.json2018-11-12 19:02:13.0 +0100
+++ new/WWW-Mechanize-1.91/META.json

commit perl-WWW-Mechanize for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2018-12-19 13:25:59

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.28833 (New)


Package is "perl-WWW-Mechanize"

Wed Dec 19 13:25:59 2018 rev:24 rq:655843 version:1.90

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2018-11-13 16:29:06.134338048 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new.28833/perl-WWW-Mechanize.changes
 2018-12-19 13:26:00.905191966 +0100
@@ -1,0 +2,15 @@
+Thu Dec  6 16:31:18 UTC 2018 - Stephan Kulow 
+
+- updated to 1.90
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.90  2018-11-12 18:02:03Z
+  [DOCUMENTATION]
+  - Pod fixes (GH#261) (Julien Fiegehenn)
+  - Fixed pod error as reported by CPANTS. (GH#264) (Mohammad S Anwar)
+  
+  [ENHANCEMENTS]
+  - Upgrade to HTML::TreeBuilder version 5 to get support for weak 
references in
+HTML::Element (GH#251) (Julien Fiegehenn)
+
+---

Old:

  WWW-Mechanize-1.89.tar.gz

New:

  WWW-Mechanize-1.90.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.PLJPqo/_old  2018-12-19 13:26:01.473191274 +0100
+++ /var/tmp/diff_new_pack.PLJPqo/_new  2018-12-19 13:26:01.477191270 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.89
+Version:1.90
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -34,7 +34,7 @@
 BuildRequires:  perl(HTML::Form) >= 1.00
 BuildRequires:  perl(HTML::HeadParser)
 BuildRequires:  perl(HTML::TokeParser)
-BuildRequires:  perl(HTML::TreeBuilder)
+BuildRequires:  perl(HTML::TreeBuilder) >= 5
 BuildRequires:  perl(HTTP::Cookies)
 BuildRequires:  perl(HTTP::Daemon)
 BuildRequires:  perl(HTTP::Request) >= 1.30
@@ -44,6 +44,8 @@
 BuildRequires:  perl(LWP)
 BuildRequires:  perl(LWP::Simple)
 BuildRequires:  perl(LWP::UserAgent) >= 5.827
+BuildRequires:  perl(Perl::Critic)
+BuildRequires:  perl(Perl::Tidy)
 BuildRequires:  perl(Test::Deep)
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -56,7 +58,7 @@
 Requires:   perl(HTML::Form) >= 1.00
 Requires:   perl(HTML::HeadParser)
 Requires:   perl(HTML::TokeParser)
-Requires:   perl(HTML::TreeBuilder)
+Requires:   perl(HTML::TreeBuilder) >= 5
 Requires:   perl(HTTP::Cookies)
 Requires:   perl(HTTP::Request) >= 1.30
 Requires:   perl(HTTP::Request::Common)

++ WWW-Mechanize-1.89.tar.gz -> WWW-Mechanize-1.90.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.89/CONTRIBUTORS 
new/WWW-Mechanize-1.90/CONTRIBUTORS
--- old/WWW-Mechanize-1.89/CONTRIBUTORS 2018-10-18 21:13:40.0 +0200
+++ new/WWW-Mechanize-1.90/CONTRIBUTORS 2018-11-12 19:02:13.0 +0100
@@ -35,6 +35,7 @@
 * Matthew Chae
 * Matt S Trout
 * Max Maischein
+* Mohammad S Anwar
 * Neil Bowers
 * Nik LaBelle
 * Olaf Alders
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.89/Changes 
new/WWW-Mechanize-1.90/Changes
--- old/WWW-Mechanize-1.89/Changes  2018-10-18 21:13:40.0 +0200
+++ new/WWW-Mechanize-1.90/Changes  2018-11-12 19:02:13.0 +0100
@@ -1,5 +1,14 @@
 Revision history for WWW::Mechanize
 
+1.90  2018-11-12 18:02:03Z
+[DOCUMENTATION]
+- Pod fixes (GH#261) (Julien Fiegehenn)
+- Fixed pod error as reported by CPANTS. (GH#264) (Mohammad S Anwar)
+
+[ENHANCEMENTS]
+- Upgrade to HTML::TreeBuilder version 5 to get support for weak 
references in
+  HTML::Element (GH#251) (Julien Fiegehenn)
+
 1.89  2018-10-18 19:13:34Z
 [ENHANCEMENTS]
 - Add support to find_image() and find_all_images() via 'id'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.89/MANIFEST 
new/WWW-Mechanize-1.90/MANIFEST
--- old/WWW-Mechanize-1.89/MANIFEST 2018-10-18 21:13:40.0 +0200
+++ new/WWW-Mechanize-1.90/MANIFEST 2018-11-12 19:02:13.0 +0100
@@ -109,4 +109,5 @@
 xt/author/live/encoding.t
 xt/author/live/wikipedia.t
 xt/author/pod-coverage.t
+xt/author/pod-syntax.t
 xt/author/tidyall.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.89/META.json 
new/WWW-Mechanize-1.90/META.json
--- old/WWW-Mechanize-1.89/META.json2018-10-18 21:13:40.0 +0200
+++ 

commit perl-WWW-Mechanize for openSUSE:Factory

2018-11-13 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2018-11-13 16:28:59

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)


Package is "perl-WWW-Mechanize"

Tue Nov 13 16:28:59 2018 rev:23 rq:647342 version:1.89

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2018-10-22 11:03:41.796256563 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes   
2018-11-13 16:29:06.134338048 +0100
@@ -1,0 +2,13 @@
+Thu Nov  8 07:06:23 UTC 2018 - Stephan Kulow 
+
+- updated to 1.89
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.89  2018-10-18 19:13:34Z
+  [ENHANCEMENTS]
+  - Add support to find_image() and find_all_images() via 'id'
+and 'class' (GH#242) (Julien Fiegehenn)
+  - Pass strict/verbose constructor args to HTML::Form (GH#256) (Julien 
Fiegehenn)
+  - Add ability to clear history and tests for history (GH#259) (mschae94)
+
+---

Old:

  WWW-Mechanize-1.88.tar.gz

New:

  WWW-Mechanize-1.89.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.dL7lKC/_old  2018-11-13 16:29:06.898336845 +0100
+++ /var/tmp/diff_new_pack.dL7lKC/_new  2018-11-13 16:29:06.898336845 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.88
+Version:1.89
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -89,11 +89,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ WWW-Mechanize-1.88.tar.gz -> WWW-Mechanize-1.89.tar.gz ++
 2742 lines of diff (skipped)

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.dL7lKC/_old  2018-11-13 16:29:07.002336680 +0100
+++ /var/tmp/diff_new_pack.dL7lKC/_new  2018-11-13 16:29:07.002336680 +0100
@@ -1,5 +1,24 @@
 ---
-#description_paragraphs: 3
+description_paragraphs: 4
+description: |-
+ 'WWW::Mechanize', or Mech for short, is a Perl module for stateful
+ programmatic web browsing, used for automating interaction with websites.
+ 
+ Features include:
+ 
+ * All HTTP methods
+ * High-level hyperlink and HTML form support, without having to parse
+   HTML yourself
+ * SSL support
+ * Automatic cookies
+ * Custom HTTP headers
+ * Automatic handling of redirections
+ * Proxies
+ * HTTP authentication
+ 
+ Mech is well suited for use in testing web applications. If you use one of
+ the Test::*, like Test::HTML::Lint modules, you can check the fetched
+ content and use that as input to a test call.
 #no_testing: broken upstream
 #sources:
 #  - source1




commit perl-WWW-Mechanize for openSUSE:Factory

2018-10-22 Thread root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2018-10-22 11:03:32

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)


Package is "perl-WWW-Mechanize"

Mon Oct 22 11:03:32 2018 rev:22 rq:641613 version:1.88

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2015-11-26 17:03:26.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes   
2018-10-22 11:03:41.796256563 +0200
@@ -1,0 +2,49 @@
+Fri Oct 12 09:00:44 UTC 2018 - Dirk Stoecker 
+
+- Fix build
+
+---
+Sat Mar 24 07:02:37 UTC 2018 - co...@suse.com
+
+- updated to 1.88
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.88  2018-03-23 15:37:25Z
+  
+  [FIXED]
+  - tick() now dies if checkbox is not found (GH#248) (Olaf Alders)
+  
+  [DOCUMENTATION]
+  - Clarify behaviour of submit_form when with_fields is supplied as an 
arg (GH#247) (Olaf Alders)
+  - Document some "Best Practices" (GH#246) (Olaf Alders)
+  - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug 
(GH#244) (Olaf Alders)
+
+---
+Mon Feb 12 12:37:46 UTC 2018 - co...@suse.com
+
+- updated to 1.87
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.87  2018-02-07 22:04:16Z
+  
+  [FIXED]
+  - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK))
+  - Fix link to Michael Schilli's article in Linux magazine (GH#240) 
(Bernhard Wagner)
+  - Fix some section links (GH#238) (Evan Zacks)
+  - Override _agent() method. (GH#236) (Сергей Романов)
+  - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks)
+  - Make version consistent in .pm files (GH#231) (Olaf Alders)
+  
+  [ENHANCEMENTS]
+  - Return form number in list context. (GH#235) (Сергей Романов)
+  - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston)
+  - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) 
(Nik LaBelle)
+  - Add docs for the output of dump_forms (GH#112) (John Beppu)
+
+---
+Wed Feb  7 17:32:58 UTC 2018 - co...@suse.com
+
+- updated to 1.86
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+---

Old:

  WWW-Mechanize-1.75.tar.gz

New:

  WWW-Mechanize-1.88.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.Btq6iE/_old  2018-10-22 11:03:42.408256038 +0200
+++ /var/tmp/diff_new_pack.Btq6iE/_new  2018-10-22 11:03:42.412256034 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Mechanize
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,62 +12,78 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-WWW-Mechanize
-Version:1.75
+Version:1.88
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/WWW-Mechanize/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
-BuildRequires:  perl-CGI >= 4.08
 BuildRequires:  perl-macros
-BuildRequires:  perl(HTML::Form) >= 6
+BuildRequires:  perl(CGI) >= 4.32
+BuildRequires:  perl(HTML::Form) >= 1.00
 BuildRequires:  perl(HTML::HeadParser)
-BuildRequires:  perl(HTML::Parser) >= 3.33
-BuildRequires:  perl(HTML::TokeParser) >= 2.28
+BuildRequires:  perl(HTML::TokeParser)
 BuildRequires:  perl(HTML::TreeBuilder)

commit perl-WWW-Mechanize for openSUSE:Factory

2015-11-26 Thread h_root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2015-11-26 17:03:25

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)


Package is "perl-WWW-Mechanize"

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2015-09-30 05:50:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes   
2015-11-26 17:03:26.0 +0100
@@ -1,0 +2,8 @@
+Wed Nov 18 20:58:49 UTC 2015 - malcolmle...@opensuse.org
+
+- Change build requires from perl(CGI) to perl-CGI to fix
+  failing builds.
+- Add preamble perl-CGI in cpanspec.yml.
+- Add more verbose description.
+
+---



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.6jiQHI/_old  2015-11-26 17:03:27.0 +0100
+++ /var/tmp/diff_new_pack.6jiQHI/_new  2015-11-26 17:03:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Mechanize
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -29,8 +29,8 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
+BuildRequires:  perl-CGI >= 4.08
 BuildRequires:  perl-macros
-BuildRequires:  perl(CGI) >= 4.08
 BuildRequires:  perl(HTML::Form) >= 6
 BuildRequires:  perl(HTML::HeadParser)
 BuildRequires:  perl(HTML::Parser) >= 3.33
@@ -67,7 +67,7 @@
 %{perl_requires}
 
 %description
-Handy web browsing in a Perl object
+Perl module for stateful programmatic web browsing, used for automating 
interaction with websites.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ cpanspec.yml ++
--- /var/tmp/diff_new_pack.6jiQHI/_old  2015-11-26 17:03:27.0 +0100
+++ /var/tmp/diff_new_pack.6jiQHI/_new  2015-11-26 17:03:27.0 +0100
@@ -7,7 +7,7 @@
 #patches:
 #  foo.patch: -p1
 #  bar.patch:
-#preamble: |-
+preamble: Perl-CGI >= 4.08
 # BuildRequires:  gcc-c++
 #post_prep: |-
 # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`




commit perl-WWW-Mechanize for openSUSE:Factory

2015-09-29 Thread h_root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2015-09-30 05:50:14

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)


Package is "perl-WWW-Mechanize"

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2015-04-15 16:25:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes   
2015-09-30 05:50:16.0 +0200
@@ -1,0 +2,14 @@
+Fri Aug 28 10:27:04 UTC 2015 - co...@suse.com
+
+- updated to 1.75
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.75
+  
+  [OTHER CHANGES]
+  
+  - WWW::Mechanize::Image and WWW::Mechanize::Link now have a defined $VERSION
+  - fixed warning about the use of the encoding pragma (new in 5.22) (RT#91971)
+  - fixed warning about the use of CGI::param in list context (RT#103096)
+
+---

Old:

  WWW-Mechanize-1.74.tar.gz

New:

  WWW-Mechanize-1.75.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.bKVgGI/_old  2015-09-30 05:50:17.0 +0200
+++ /var/tmp/diff_new_pack.bKVgGI/_new  2015-09-30 05:50:17.0 +0200
@@ -17,18 +17,20 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.74
+Version:1.75
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/WWW-Mechanize/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(CGI) >= 4.08
 BuildRequires:  perl(HTML::Form) >= 6
 BuildRequires:  perl(HTML::HeadParser)
 BuildRequires:  perl(HTML::Parser) >= 3.33
@@ -45,6 +47,7 @@
 BuildRequires:  perl(URI) >= 1.36
 BuildRequires:  perl(URI::URL)
 BuildRequires:  perl(URI::file)
+Requires:   perl(CGI) >= 4.08
 Requires:   perl(HTML::Form) >= 6
 Requires:   perl(HTML::HeadParser)
 Requires:   perl(HTML::Parser) >= 3.33
@@ -68,7 +71,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -84,6 +86,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes Makefile.old
+%doc Changes
 
 %changelog

++ WWW-Mechanize-1.74.tar.gz -> WWW-Mechanize-1.75.tar.gz ++
 1888 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit perl-WWW-Mechanize for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2015-04-15 16:25:03

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)


Package is perl-WWW-Mechanize

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2013-10-21 15:15:06.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes   
2015-04-15 16:25:04.0 +0200
@@ -1,0 +2,12 @@
+Tue Apr 14 20:33:26 UTC 2015 - co...@suse.com
+
+- updated to 1.74
+   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
+
+  1.742015-01-23
+  
+  [OTHER CHANGES]
+  
+  - updated repository link in metadata
+
+---

Old:

  WWW-Mechanize-1.73.tar.gz

New:

  WWW-Mechanize-1.74.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.XYsX7o/_old  2015-04-15 16:25:05.0 +0200
+++ /var/tmp/diff_new_pack.XYsX7o/_new  2015-04-15 16:25:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Mechanize
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,7 +17,7 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.73
+Version:1.74
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
@@ -45,16 +45,6 @@
 BuildRequires:  perl(URI) = 1.36
 BuildRequires:  perl(URI::URL)
 BuildRequires:  perl(URI::file)
-#BuildRequires: perl(HTTP::Request::Common)
-#BuildRequires: perl(HTTP::Response)
-#BuildRequires: perl(LocalServer)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(TestServer)
-#BuildRequires: perl(Tools)
-#BuildRequires: perl(URI::Escape)
-#BuildRequires: perl(WWW::Mechanize)
-#BuildRequires: perl(WWW::Mechanize::Image)
-#BuildRequires: perl(WWW::Mechanize::Link)
 Requires:   perl(HTML::Form) = 6
 Requires:   perl(HTML::HeadParser)
 Requires:   perl(HTML::Parser) = 3.33
@@ -81,8 +71,7 @@
 find . -type f -print0 | xargs -0 chmod 644
 
 %build
-# MANUAL - tests in t/live/*.t want network connectivity
-%{__perl} Makefile.PL --nolive INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 %{__make} %{?_smp_mflags}
 
 %check
@@ -95,6 +84,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes Makefile.old
 
 %changelog

++ WWW-Mechanize-1.73.tar.gz - WWW-Mechanize-1.74.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.73/Changes 
new/WWW-Mechanize-1.74/Changes
--- old/WWW-Mechanize-1.73/Changes  2013-08-24 06:23:37.0 +0200
+++ new/WWW-Mechanize-1.74/Changes  2015-01-24 06:49:00.0 +0100
@@ -3,6 +3,12 @@
 Mech now has its own mailing list at Google Groups:
 http://groups.google.com/group/www-mechanize-users
 
+1.742015-01-23
+
+[OTHER CHANGES]
+
+- updated repository link in metadata
+
 
 1.732013-08-24
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.73/MANIFEST 
new/WWW-Mechanize-1.74/MANIFEST
--- old/WWW-Mechanize-1.73/MANIFEST 2013-08-24 06:33:06.0 +0200
+++ new/WWW-Mechanize-1.74/MANIFEST 2015-01-24 06:51:39.0 +0100
@@ -7,6 +7,7 @@
 lib/WWW/Mechanize/FAQ.pod
 lib/WWW/Mechanize/Image.pm
 lib/WWW/Mechanize/Link.pm
+Makefile.old
 Makefile.PL
 MANIFEST   This list of files
 MANIFEST.SKIP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.73/META.json 
new/WWW-Mechanize-1.74/META.json
--- old/WWW-Mechanize-1.73/META.json2013-08-24 06:33:06.0 +0200
+++ new/WWW-Mechanize-1.74/META.json2015-01-24 06:51:39.0 +0100
@@ -4,7 +4,7 @@
   Jesse Vincent je...@bestpractical.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter 
version 2.132140,
+   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.143240,
license : [
   perl_5
],
@@ -63,12 +63,16 @@
   bugtracker : {
  web : http://code.google.com/p/www-mechanize/issues/list;
   },
-  homepage : https://github.com/bestpractical/www-mechanize;,
+ 

commit perl-WWW-Mechanize for openSUSE:Factory

2013-10-21 Thread h_root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2013-10-21 15:15:05

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)


Package is perl-WWW-Mechanize

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2013-06-21 13:37:26.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes   
2013-10-21 15:15:06.0 +0200
@@ -1,0 +2,17 @@
+Fri Oct  4 09:15:25 UTC 2013 - co...@suse.com
+
+- updated to 1.73
+  [TESTS]
+  
+  - Update t/local/back.t to use LocalServer for 404 checking to avoid fails
+  on win32. Fix by Matt S Trout, patient diagnostics and testing provided
+  by jayefuu of freenode #perl
+  
+  - Blow away more proxy env vars in LocalServer, and do it on load so that
+  the LWP env checking doesn't happen before we've done it.
+  
+  [OTHER CHANGES]
+  
+  - Better error when passing only one parameter to follow_link
+
+---

Old:

  WWW-Mechanize-1.72.tar.gz

New:

  WWW-Mechanize-1.73.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.j485rC/_old  2013-10-21 15:15:08.0 +0200
+++ /var/tmp/diff_new_pack.j485rC/_new  2013-10-21 15:15:08.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-WWW-Mechanize
-Version:1.72
+Version:1.73
 Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/WWW-Mechanize/
-Source: 
http://www.cpan.org/authors/id/J/JE/JESSE/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -74,12 +74,7 @@
 %{perl_requires}
 
 %description
-WWW::Mechanize, or Mech for short, helps you automate interaction with a
-website. It supports performing a sequence of page fetches including following
-links and submitting forms. Each fetched page is parsed and its links and
-forms are extracted. A link or a form can be selected, form fields can be
-filled and the next page can be fetched. Mech also stores a history of the
-URLs you've visited, which can be queried and revisited.
+Handy web browsing in a Perl object
 
 %prep
 %setup -q -n %{cpan_name}-%{version}

++ WWW-Mechanize-1.72.tar.gz - WWW-Mechanize-1.73.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.72/Changes 
new/WWW-Mechanize-1.73/Changes
--- old/WWW-Mechanize-1.72/Changes  2012-02-03 00:37:59.0 +0100
+++ new/WWW-Mechanize-1.73/Changes  2013-08-24 06:23:37.0 +0200
@@ -3,7 +3,22 @@
 Mech now has its own mailing list at Google Groups:
 http://groups.google.com/group/www-mechanize-users
 
-[CHANGES]
+
+1.732013-08-24
+
+[TESTS]
+
+- Update t/local/back.t to use LocalServer for 404 checking to avoid fails
+on win32. Fix by Matt S Trout, patient diagnostics and testing provided
+by jayefuu of freenode #perl
+
+- Blow away more proxy env vars in LocalServer, and do it on load so that
+the LWP env checking doesn't happen before we've done it.
+
+[OTHER CHANGES]
+
+- Better error when passing only one parameter to follow_link
+
 
 1.72Thu Feb  2 18:37:28 EST 2012
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.72/MANIFEST 
new/WWW-Mechanize-1.73/MANIFEST
--- old/WWW-Mechanize-1.72/MANIFEST 2012-02-03 00:39:27.0 +0100
+++ new/WWW-Mechanize-1.73/MANIFEST 2013-08-24 06:33:06.0 +0200
@@ -23,6 +23,7 @@
 t/credentials-api.t
 t/credentials.t
 t/die.t
+t/dump.t
 t/field.html
 t/field.t
 t/find_frame.html
@@ -73,6 +74,7 @@
 t/pod-coverage.t
 t/pod.t
 t/regex-error.t
+t/save_content.html
 t/save_content.t
 t/select.html
 t/select.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WWW-Mechanize-1.72/MANIFEST.SKIP 
new/WWW-Mechanize-1.73/MANIFEST.SKIP
--- old/WWW-Mechanize-1.72/MANIFEST.SKIP2011-08-05 22:48:08.0 
+0200
+++ new/WWW-Mechanize-1.73/MANIFEST.SKIP2013-08-24 06:10:43.0 
+0200
@@ -9,3 +9,5 @@
 .gitignore$
 .shipit$
 ^tags$
+^MYMETA
+^WWW-Mechanize
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-WWW-Mechanize for openSUSE:Factory

2013-06-21 Thread h_root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2013-06-21 13:33:06

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)


Package is perl-WWW-Mechanize

Changes:

--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes
2011-09-23 12:39:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes   
2013-06-21 13:37:26.0 +0200
@@ -1,0 +2,17 @@
+Sat Jun 15 06:06:50 UTC 2013 - co...@suse.com
+
+- updated to 1.72
+  [DEPENDENCIES]
+  Bumped the HTML::Form dependency to fix failures on CentOS 5
+  
+  [ENHANCEMENTS]
+  Recognise application/xhtml+xml as HTML.
+  
+  [DOCUMENTATION]
+  Improved docs about support of JavaScript
+  Typo fixes.
+  
+  [TESTS]
+  Updated tests as oops-music.com is in utf-8 now
+
+---

Old:

  WWW-Mechanize-1.70.tar.gz

New:

  WWW-Mechanize-1.72.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.9EQcpR/_old  2013-06-21 13:37:27.0 +0200
+++ /var/tmp/diff_new_pack.9EQcpR/_new  2013-06-21 13:37:27.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-WWW-Mechanize
 #
-# Copyright (c) 2011 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
@@ -15,81 +15,63 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
-%bcond_with TestServer
-%bcond_with opt
-%bcond_with pod
 
 Name:   perl-WWW-Mechanize
+Version:1.72
+Release:0
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
-Version:1.70
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/WWW-Mechanize/
-Source: 
http://www.cpan.org/modules/by-module/WWW/WWW-Mechanize-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JE/JESSE/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(HTML::TreeBuilder)
-%if %{with TestServer}
-# needed for t/cookies.t t/TestServer.pm
-BuildRequires:  perl(HTTP::Server::Simple) = 0.35
-BuildRequires:  perl(HTTP::Server::Simple::CGI)
-%endif
-BuildRequires:  perl(Test::Memory::Cycle)
-BuildRequires:  perl(Test::NoWarnings)
-BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::Taint)
-%if %{with pod}
-BuildRequires:  perl(Test::Pod) = 1.14
-BuildRequires:  perl(Test::Pod::Coverage) = 1.04
-%endif
-BuildRequires:  perl(Test::More) = 0.34
-BuildRequires:  perl(Test::Warn) = 0.11
-#
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(File::Temp)
-BuildRequires:  perl(Getopt::Long)
-BuildRequires:  perl(HTML::Parser) = 3.33
-### coming with HTML::Parser
+BuildRequires:  perl(HTML::Form) = 6
 BuildRequires:  perl(HTML::HeadParser)
+BuildRequires:  perl(HTML::Parser) = 3.33
 BuildRequires:  perl(HTML::TokeParser) = 2.28
-BuildRequires:  perl(LWP) = 5.829
-### coming with LWP
-BuildRequires:  perl(HTML::Form) = 1.038
+BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(HTTP::Daemon)
 BuildRequires:  perl(HTTP::Request) = 1.3
+BuildRequires:  perl(HTTP::Server::Simple) = 0.35
+BuildRequires:  perl(HTTP::Server::Simple::CGI)
 BuildRequires:  perl(HTTP::Status)
+BuildRequires:  perl(LWP) = 5.829
 BuildRequires:  perl(LWP::UserAgent) = 5.829
+BuildRequires:  perl(Test::Warn) = 0.11
 BuildRequires:  perl(URI) = 1.36
-### coming with URI
-BuildRequires:  perl(URI::file)
 BuildRequires:  perl(URI::URL)
-#
-Requires:   perl(Carp)
-Requires:   perl(File::Temp)
-Requires:   perl(Getopt::Long)
-Requires:   perl(HTML::TreeBuilder)
-Requires:   perl(HTML::Parser) = 3.33
-### coming with HTML::Parser
+BuildRequires:  perl(URI::file)
+#BuildRequires: perl(HTTP::Request::Common)
+#BuildRequires: perl(HTTP::Response)
+#BuildRequires: perl(LocalServer)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(TestServer)
+#BuildRequires: perl(Tools)
+#BuildRequires: perl(URI::Escape)
+#BuildRequires: perl(WWW::Mechanize)
+#BuildRequires: perl(WWW::Mechanize::Image)
+#BuildRequires: perl(WWW::Mechanize::Link)
+Requires:   perl(HTML::Form) = 6
 Requires:   perl(HTML::HeadParser)

commit perl-WWW-Mechanize for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2011-12-06 18:49:35

Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)


Package is perl-WWW-Mechanize, Maintainer is 

Changes:




Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.MXoSz1/_old  2011-12-06 19:22:41.0 +0100
+++ /var/tmp/diff_new_pack.MXoSz1/_new  2011-12-06 19:22:41.0 +0100
@@ -26,7 +26,7 @@
 Summary:Handy web browsing in a Perl object
 Version:1.70
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/WWW-Mechanize/
 Source: 
http://www.cpan.org/modules/by-module/WWW/WWW-Mechanize-%{version}.tar.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-WWW-Mechanize for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory
checked in at Mon Sep 19 21:38:51 CEST 2011.




--- perl-WWW-Mechanize/perl-WWW-Mechanize.changes   2011-04-22 
11:41:04.0 +0200
+++ /mounts/work_src_done/STABLE/perl-WWW-Mechanize/perl-WWW-Mechanize.changes  
2011-09-19 11:09:59.0 +0200
@@ -1,0 +2,11 @@
+Mon Sep 19 09:02:47 UTC 2011 - co...@suse.com
+
+- updated to 1.70
+  [ENHANCEMENTS]
+  Mech now defaults to _not_ running live tests by default.
+  You can still enable them by running perl Makefile.PL --live
+  Thanks to RJBS for the suggestion
+  [INTERNALS]
+  The test suite for the local tests was updated
+
+---

calling whatdependson for head-i586


Old:

  WWW-Mechanize-1.68.tar.bz2

New:

  WWW-Mechanize-1.70.tar.gz



Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.sJuXWf/_old  2011-09-19 21:38:46.0 +0200
+++ /var/tmp/diff_new_pack.sJuXWf/_new  2011-09-19 21:38:46.0 +0200
@@ -24,12 +24,12 @@
 Name:   perl-WWW-Mechanize
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
-Version:1.68
+Version:1.70
 Release:1
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/WWW-Mechanize/
-Source: 
http://www.cpan.org/modules/by-module/WWW/WWW-Mechanize-%{version}.tar.bz2
+Source: 
http://www.cpan.org/modules/by-module/WWW/WWW-Mechanize-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-WWW-Mechanize for openSUSE:Factory

2011-03-30 Thread h_root

Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory
checked in at Wed Mar 30 10:14:55 CEST 2011.




--- perl-WWW-Mechanize/perl-WWW-Mechanize.changes   2010-12-01 
14:57:25.0 +0100
+++ /mounts/work_src_done/STABLE/perl-WWW-Mechanize/perl-WWW-Mechanize.changes  
2011-03-30 07:16:28.0 +0200
@@ -1,0 +2,5 @@
+Wed Mar 30 05:16:17 UTC 2011 - co...@novell.com
+
+- extent build requires
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.nhT2WL/_old  2011-03-30 10:14:39.0 +0200
+++ /var/tmp/diff_new_pack.nhT2WL/_new  2011-03-30 10:14:39.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-WWW-Mechanize (Version 1.66)
+# spec file for package perl-WWW-Mechanize
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -25,7 +25,7 @@
 %define cpan_name WWW-Mechanize
 Summary:Handy web browsing in a Perl object
 Version:1.66
-Release:2
+Release:9
 License:GPL+ or Artistic
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/WWW-Mechanize/
@@ -39,7 +39,7 @@
 %if %{with TestServer}
 # needed for t/cookies.t t/TestServer.pm
 BuildRequires:  perl(HTTP::Server::Simple) = 0.35
-#BuildRequires:  perl(HTTP::Server::Simple::CGI)
+BuildRequires:  perl(HTTP::Server::Simple::CGI)
 %endif
 %if %{with opt}
 BuildRequires:  perl(Test::Memory::Cycle)
@@ -59,38 +59,38 @@
 BuildRequires:  perl(Getopt::Long)
 BuildRequires:  perl(HTML::Parser) = 3.33
 ### coming with HTML::Parser
-#BuildRequires:  perl(HTML::HeadParser)
-#BuildRequires:  perl(HTML::TokeParser) = 2.28
+BuildRequires:  perl(HTML::HeadParser)
+BuildRequires:  perl(HTML::TokeParser) = 2.28
 BuildRequires:  perl(LWP) = 5.829
 ### coming with LWP
-#BuildRequires:  perl(HTML::Form) = 1.038
-#BuildRequires:  perl(HTTP::Daemon)
-#BuildRequires:  perl(HTTP::Request) = 1.3
-#BuildRequires:  perl(HTTP::Status)
-#BuildRequires:  perl(LWP::UserAgent) = 5.829
+BuildRequires:  perl(HTML::Form) = 1.038
+BuildRequires:  perl(HTTP::Daemon)
+BuildRequires:  perl(HTTP::Request) = 1.3
+BuildRequires:  perl(HTTP::Status)
+BuildRequires:  perl(LWP::UserAgent) = 5.829
 BuildRequires:  perl(URI) = 1.36
 ### coming with URI
-#BuildRequires:  perl(URI::file)
-#BuildRequires:  perl(URI::URL)
+BuildRequires:  perl(URI::file)
+BuildRequires:  perl(URI::URL)
 #
 Requires:   perl(Carp)
 Requires:   perl(File::Temp)
 Requires:   perl(Getopt::Long)
 Requires:   perl(HTML::Parser) = 3.33
 ### coming with HTML::Parser
-#Requires:   perl(HTML::HeadParser)
-#Requires:   perl(HTML::TokeParser) = 2.28
+Requires:   perl(HTML::HeadParser)
+Requires:   perl(HTML::TokeParser) = 2.28
 Requires:   perl(LWP) = 5.829
 ### coming with LWP
-#Requires:   perl(HTML::Form) = 1.038
-#Requires:   perl(HTTP::Daemon)
-#Requires:   perl(HTTP::Request) = 1.3
-#Requires:   perl(HTTP::Status)
-#Requires:   perl(LWP::UserAgent) = 5.829
+Requires:   perl(HTML::Form) = 1.038
+Requires:   perl(HTTP::Daemon)
+Requires:   perl(HTTP::Request) = 1.3
+Requires:   perl(HTTP::Status)
+Requires:   perl(LWP::UserAgent) = 5.829
 Requires:   perl(URI) = 1.36
 ### coming with URI
-#Requires:   perl(URI::file)
-#Requires:   perl(URI::URL)
+Requires:   perl(URI::file)
+Requires:   perl(URI::URL)
 
 %description
 WWW::Mechanize, or Mech for short, helps you automate interaction with a






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org