diff --git a/HTML-FillInForm-1.06.tar.bz2 b/HTML-FillInForm-1.06.tar.bz2 deleted file mode 100644 index 643c5e5..0000000 --- a/HTML-FillInForm-1.06.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c20a550e3313006d2cc61c559fa943c46e6795296b48aff7e99ca6ef38764123 -size 11869 diff --git a/HTML-FillInForm-2.00.tar.bz2 b/HTML-FillInForm-2.00.tar.bz2 new file mode 100644 index 0000000..a84edbc --- /dev/null +++ b/HTML-FillInForm-2.00.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e07fad218ba0fe44d659a0cb8596d82aeafff63ce7490cbe52161804ec52a65 +size 14452 diff --git a/perl-HTML-FillInForm.changes b/perl-HTML-FillInForm.changes index 94c679b..d18e19e 100644 --- a/perl-HTML-FillInForm.changes +++ b/perl-HTML-FillInForm.changes @@ -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 diff --git a/perl-HTML-FillInForm.spec b/perl-HTML-FillInForm.spec index 40b355f..4bb3adc 100644 --- a/perl-HTML-FillInForm.spec +++ b/perl-HTML-FillInForm.spec @@ -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