From d8ebda2dae29239bbf77aef070d2ce9b10dfa43c Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann <bwiedemann+opensusegit@suse.de> Date: Feb 26 2020 14:01:52 +0000 Subject: Update perl-HTML-Form to rev 13 via SR 778786 https://build.opensuse.org/request/show/778786 by user dstoecker + dimstar_suse --- diff --git a/.files b/.files index f081343..9752c9d 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index efd193d..3b8808c 100644 --- a/.rev +++ b/.rev @@ -91,4 +91,12 @@ <comment></comment> <requestid>736085</requestid> </revision> + <revision rev="13" vrev="1"> + <srcmd5>314e7b6b9edaf34cc2b42763cc11b6ab</srcmd5> + <version>6.07</version> + <time>1582725679</time> + <user>dimstar_suse</user> + <comment></comment> + <requestid>778786</requestid> + </revision> </revisionlist> diff --git a/HTML-Form-6.05.tar.gz b/HTML-Form-6.05.tar.gz deleted file mode 120000 index c3b5dea..0000000 --- a/HTML-Form-6.05.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreibwy3dadsucs4m7mzi34g4aq4qcr6bl5qlreyen3bqn523h3izesi \ No newline at end of file diff --git a/HTML-Form-6.07.tar.gz b/HTML-Form-6.07.tar.gz new file mode 120000 index 0000000..a035672 --- /dev/null +++ b/HTML-Form-6.07.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreid5vkgh5l7uabkqdq2ddsf7i6gvro7opobw7brvqgvbjl7bws3ce4 \ No newline at end of file diff --git a/perl-HTML-Form.changes b/perl-HTML-Form.changes index cf0e62c..3081a17 100644 --- a/perl-HTML-Form.changes +++ b/perl-HTML-Form.changes @@ -1,4 +1,25 @@ ------------------------------------------------------------------- +Sat Feb 22 03:08:16 UTC 2020 - <timueller+perl@suse.de> + +- 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 - <timueller+perl@suse.de> + +- 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) + +------------------------------------------------------------------- Mon Oct 7 10:33:52 UTC 2019 - <timueller+perl@suse.de> - updated to 6.05 diff --git a/perl-HTML-Form.spec b/perl-HTML-Form.spec index 0600b1b..bfc20c2 100644 --- a/perl-HTML-Form.spec +++ b/perl-HTML-Form.spec @@ -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 @@ Requires: perl(URI) >= 1.10 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