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 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 # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # 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 # norootforbuild
Name: perl-HTML-FillInForm Name: perl-HTML-FillInForm
BuildRequires: perl-HTML-Parser BuildRequires: perl-HTML-Parser
Version: 1.06 Version: 2.00
Release: 1 Release: 1
Requires: perl-HTML-Parser >= 3.26 Requires: perl-HTML-Parser >= 3.26
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on AutoReqProv: on
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: Artistic License License: Artistic License
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.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
This module automatically inserts data from a previous HTML form into This module automatically inserts data from a previous HTML form into
@@ -57,8 +57,16 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorlib}/HTML %{perl_vendorlib}/HTML
%{perl_vendorarch}/auto/HTML %{perl_vendorarch}/auto/HTML
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog
%changelog -n perl-HTML-FillInForm * 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 * Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Tue Jan 03 2006 - anicka@suse.cz * Tue Jan 03 2006 - anicka@suse.cz