Hello community,

here is the log from the commit of package perl-HTML-Form for openSUSE:Factory 
checked in at 2020-02-26 15:01:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-HTML-Form (Old)
 and      /work/SRC/openSUSE:Factory/.perl-HTML-Form.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-HTML-Form"

Wed Feb 26 15:01:19 2020 rev:13 rq:778786 version:6.07

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-HTML-Form/perl-HTML-Form.changes    
2019-10-10 11:52:16.471507670 +0200
+++ /work/SRC/openSUSE:Factory/.perl-HTML-Form.new.26092/perl-HTML-Form.changes 
2020-02-26 15:01:19.960746597 +0100
@@ -1,0 +2,21 @@
+Sat Feb 22 03:08:16 UTC 2020 -  <[email protected]>
+
+- updated to 6.07
+   see /usr/share/doc/packages/perl-HTML-Form/Changes
+
+  6.07      2020-02-21 03:50:52Z
+      - Restore =head1 NAME section to pod for HTML::Form
+
+-------------------------------------------------------------------
+Fri Feb 21 03:09:20 UTC 2020 -  <[email protected]>
+
+- updated to 6.06
+   see /usr/share/doc/packages/perl-HTML-Form/Changes
+
+  6.06      2020-02-20 14:48:37Z
+      - Change the behaviour of find_input in list context (GH#21) (E. Choroba)
+      - Pod tweaks (GH#17) (Olaf Alders)
+      - Add list context examples for find_input() (GH#20) (Olaf Alders)
+      - Modernize some tests (GH#18) (Olaf Alders)
+
+-------------------------------------------------------------------

Old:
----
  HTML-Form-6.05.tar.gz

New:
----
  HTML-Form-6.07.tar.gz

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

Other differences:
------------------
++++++ perl-HTML-Form.spec ++++++
--- /var/tmp/diff_new_pack.XLiIBT/_old  2020-02-26 15:01:20.688748050 +0100
+++ /var/tmp/diff_new_pack.XLiIBT/_new  2020-02-26 15:01:20.688748050 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-HTML-Form
 #
-# 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-HTML-Form
-Version:        6.05
+Version:        6.07
 Release:        0
 %define cpan_name HTML-Form
 Summary:        Class that represents an HTML form element
@@ -45,12 +45,12 @@
 Objects of the 'HTML::Form' class represents a single HTML '<form> ...
 </form>' instance. A form consists of a sequence of inputs that usually
 have names, and which can take on various values. The state of a form can
-be tweaked and it can then be asked to provide 'HTTP::Request' objects that
-can be passed to the request() method of 'LWP::UserAgent'.
+be tweaked and it can then be asked to provide HTTP::Request objects that
+can be passed to the request() method of LWP::UserAgent.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -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

++++++ HTML-Form-6.05.tar.gz -> HTML-Form-6.07.tar.gz ++++++
++++ 1958 lines of diff (skipped)


Reply via email to