From d531283a60dfebcb7e63caa5f231569424b1819fae92d2809658493fe86536f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=C4=9Bzslav=20=C4=8C=C3=AD=C5=BEek?= Date: Tue, 30 Aug 2011 08:12:46 +0000 Subject: [PATCH] - update to 2.1 * Fixed disable_fields option (#52667 Dirk Braun, Goro Fuji) * Add an option to clear absent checkboxes (#44101 Alex Kapranoff) * Fix incorrectly multiple escaped data in list context (#34081 Miika Pekkarinen) * Allow FIF to process the new field types (URL, email, and number) as defined in the HTML5 draft and already implemented by the iPhone. * (Michael Fisher) * Allow alternate parsing class (Mark Stosberg) mark invalid fields (Sam Tregar) - licence correction OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-FillInForm?expand=0&rev=9 --- HTML-FillInForm-2.00.tar.bz2 | 3 --- HTML-FillInForm-2.1.tar.gz | 3 +++ perl-HTML-FillInForm.changes | 15 +++++++++++++++ perl-HTML-FillInForm.spec | 12 +++++------- 4 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 HTML-FillInForm-2.00.tar.bz2 create mode 100644 HTML-FillInForm-2.1.tar.gz diff --git a/HTML-FillInForm-2.00.tar.bz2 b/HTML-FillInForm-2.00.tar.bz2 deleted file mode 100644 index a84edbc..0000000 --- a/HTML-FillInForm-2.00.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e07fad218ba0fe44d659a0cb8596d82aeafff63ce7490cbe52161804ec52a65 -size 14452 diff --git a/HTML-FillInForm-2.1.tar.gz b/HTML-FillInForm-2.1.tar.gz new file mode 100644 index 0000000..9b9e5d6 --- /dev/null +++ b/HTML-FillInForm-2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f38053fcd39caa9796b2626ac7a6bfcbe8bbc026a8820572694b26279a093a2 +size 17263 diff --git a/perl-HTML-FillInForm.changes b/perl-HTML-FillInForm.changes index c1a5805..13e288f 100644 --- a/perl-HTML-FillInForm.changes +++ b/perl-HTML-FillInForm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Aug 30 01:34:15 UTC 2011 - vcizek@suse.com + +- update to 2.1 + * Fixed disable_fields option (#52667 Dirk Braun, Goro Fuji) + * Add an option to clear absent checkboxes (#44101 Alex Kapranoff) + * Fix incorrectly multiple escaped data in list context + (#34081 Miika Pekkarinen) + * Allow FIF to process the new field types (URL, email, and number) + as defined in the HTML5 draft and already implemented by the iPhone. + * (Michael Fisher) + * Allow alternate parsing class (Mark Stosberg) mark + invalid fields (Sam Tregar) +- licence correction + ------------------------------------------------------------------- Wed Dec 1 13:32:48 UTC 2010 - coolo@novell.com diff --git a/perl-HTML-FillInForm.spec b/perl-HTML-FillInForm.spec index 0e512f3..3a58fe3 100644 --- a/perl-HTML-FillInForm.spec +++ b/perl-HTML-FillInForm.spec @@ -21,15 +21,15 @@ Name: perl-HTML-FillInForm BuildRequires: perl-HTML-Parser BuildRequires: perl-macros -Version: 2.00 +Version: 2.1 Release: 74 Requires: perl-HTML-Parser >= 3.26 AutoReqProv: on Group: Development/Libraries/Perl -License: Artistic +License: GPL-1.0+ or Artistic Url: http://cpan.org/modules/by-module/HTML/ Summary: Perl module HTML::FillInForm -Source: HTML-FillInForm-%{version}.tar.bz2 +Source: HTML-FillInForm-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} @@ -40,16 +40,14 @@ uses it to parse the HTML and insert the values into the form tags. -Authors: --------- - Thomas J. Mather - %prep %setup -n HTML-FillInForm-%{version} %build perl Makefile.PL make %{?_smp_mflags} + +%check make test %install