8
0
OBS User unknown
2007-10-08 10:27:08 +00:00
committed by Git OBS Bridge
parent 6337ca6ef6
commit 5d0760a5d1
4 changed files with 41 additions and 21 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Oct 8 09:23:04 CEST 2007 - anicka@suse.cz
- update to 2.00
* Allow passing an arrayref of hashrefs through fdat
* Several new shortcuts
* Add support for ID attribute on form tags
* Added 'disable_fields' method
* Support IE down-level revealed HTML comments
* hash is not reset before each() is called
* bugfixes
-------------------------------------------------------------------
Wed Jan 25 21:39:44 CET 2006 - mls@suse.de

View File

@@ -1,28 +1,28 @@
#
# spec file for package perl-HTML-FillInForm (Version 1.06)
# spec file for package perl-HTML-FillInForm (Version 2.00)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-HTML-FillInForm
BuildRequires: perl-HTML-Parser
Version: 1.06
Release: 1
Requires: perl-HTML-Parser >= 3.26
Requires: perl = %{perl_version}
Autoreqprov: on
Group: Development/Libraries/Perl
License: Artistic License
URL: http://cpan.org/modules/by-module/HTML/
Summary: Perl module HTML::FillInForm
Source: HTML-FillInForm-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Name: perl-HTML-FillInForm
BuildRequires: perl-HTML-Parser
Version: 2.00
Release: 1
Requires: perl-HTML-Parser >= 3.26
Requires: perl = %{perl_version}
AutoReqProv: on
Group: Development/Libraries/Perl
License: Artistic License
Url: http://cpan.org/modules/by-module/HTML/
Summary: Perl module HTML::FillInForm
Source: HTML-FillInForm-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This module automatically inserts data from a previous HTML form into
@@ -57,8 +57,16 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorlib}/HTML
%{perl_vendorarch}/auto/HTML
/var/adm/perl-modules/%{name}
%changelog -n perl-HTML-FillInForm
%changelog
* Mon Oct 08 2007 - anicka@suse.cz
- update to 2.00
* Allow passing an arrayref of hashrefs through fdat
* Several new shortcuts
* Add support for ID attribute on form tags
* Added 'disable_fields' method
* Support IE down-level revealed HTML comments
* hash is not reset before each() is called
* bugfixes
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Jan 03 2006 - anicka@suse.cz