8
0

- 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 <input> 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
This commit is contained in:
Vítězslav Čížek
2011-08-30 08:12:46 +00:00
committed by Git OBS Bridge
parent f631e3dc89
commit d531283a60
4 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e07fad218ba0fe44d659a0cb8596d82aeafff63ce7490cbe52161804ec52a65
size 14452

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f38053fcd39caa9796b2626ac7a6bfcbe8bbc026a8820572694b26279a093a2
size 17263

View File

@@ -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 <input> 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

View File

@@ -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 <tjmather@alumni.princeton.edu>
%prep
%setup -n HTML-FillInForm-%{version}
%build
perl Makefile.PL
make %{?_smp_mflags}
%check
make test
%install