forked from pool/perl-HTML-FillInForm
- 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:
committed by
Git OBS Bridge
parent
f631e3dc89
commit
d531283a60
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e07fad218ba0fe44d659a0cb8596d82aeafff63ce7490cbe52161804ec52a65
|
|
||||||
size 14452
|
|
3
HTML-FillInForm-2.1.tar.gz
Normal file
3
HTML-FillInForm-2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9f38053fcd39caa9796b2626ac7a6bfcbe8bbc026a8820572694b26279a093a2
|
||||||
|
size 17263
|
@@ -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
|
Wed Dec 1 13:32:48 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@@ -21,15 +21,15 @@
|
|||||||
Name: perl-HTML-FillInForm
|
Name: perl-HTML-FillInForm
|
||||||
BuildRequires: perl-HTML-Parser
|
BuildRequires: perl-HTML-Parser
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
Version: 2.00
|
Version: 2.1
|
||||||
Release: 74
|
Release: 74
|
||||||
Requires: perl-HTML-Parser >= 3.26
|
Requires: perl-HTML-Parser >= 3.26
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
License: Artistic
|
License: GPL-1.0+ or Artistic
|
||||||
Url: http://cpan.org/modules/by-module/HTML/
|
Url: http://cpan.org/modules/by-module/HTML/
|
||||||
Summary: Perl module HTML::FillInForm
|
Summary: Perl module HTML::FillInForm
|
||||||
Source: HTML-FillInForm-%{version}.tar.bz2
|
Source: HTML-FillInForm-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%{perl_requires}
|
%{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
|
%prep
|
||||||
%setup -n HTML-FillInForm-%{version}
|
%setup -n HTML-FillInForm-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL
|
perl Makefile.PL
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
%check
|
||||||
make test
|
make test
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user