Accepting request 105998 from devel:languages:perl

- updated to 6.01
  Don't pick up label text from textarea [RT#72925]
  Restore perl-5.8.1 compatiblity.

OBS-URL: https://build.opensuse.org/request/show/105998
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Form?expand=0&rev=5
This commit is contained in:
Stephan Kulow 2012-03-01 16:23:13 +00:00 committed by Git OBS Bridge
parent eab9ec57d7
commit d980f87eea
4 changed files with 23 additions and 20 deletions

View File

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

3
HTML-Form-6.01.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 20 10:48:17 UTC 2012 - coolo@suse.com
- updated to 6.01
Don't pick up label text from textarea [RT#72925]
Restore perl-5.8.1 compatiblity.
-------------------------------------------------------------------
Mon Mar 14 12:58:35 UTC 2011 - vcizek@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-HTML-Form
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,29 +16,29 @@
#
Name: perl-HTML-Form
Version: 6.00
Release: 1
License: GPL-1.0+ or Artistic-1.0
Version: 6.01
Release: 0
%define cpan_name HTML-Form
Summary: Class that represents an HTML form element
Url: http://search.cpan.org/dist/HTML-Form/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Form-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
Url: http://search.cpan.org/dist/HTML-Form/
Source: http://www.cpan.org/authors/id/G/GA/GAAS/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(HTML::TokeParser)
BuildRequires: perl(HTTP::Request) >= 6
BuildRequires: perl(HTTP::Request::Common) >= 6
BuildRequires: perl(URI) >= 1.10
BuildRequires: perl
BuildRequires: perl-macros
#BuildRequires: perl(HTML::Form)
#BuildRequires: perl(HTTP::Response)
Requires: perl(HTML::TokeParser)
Requires: perl(HTTP::Request) >= 6
Requires: perl(HTTP::Request::Common) >= 6
Requires: perl(URI) >= 1.10
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%{perl_requires}
%description
@ -48,7 +48,6 @@ have names, and which can take on various values. The state of a form can
be tweaked and it can then be asked to provide 'HTTP::Request' objects that
can be passed to the request() method of 'LWP::UserAgent'.
%prep
%setup -q -n %{cpan_name}-%{version}
@ -64,11 +63,8 @@ can be passed to the request() method of 'LWP::UserAgent'.
%perl_process_packlist
%perl_gen_filelist
%clean
%{__rm} -rf %{buildroot}
%files -f %{name}.files
%defattr(644,root,root,755)
%defattr(-,root,root,755)
%doc Changes README
%changelog