forked from pool/perl-HTML-Form
		
	Automatic update to HTML-Form-6.13.tar.gz
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								HTML-Form-6.12.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								HTML-Form-6.12.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								HTML-Form-6.13.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								HTML-Form-6.13.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -1,3 +1,13 @@
 | 
				
			|||||||
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
 | 
					Thu Oct 23 05:32:54 UTC 2025 - Tina Müller <timueller+perl@suse.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- updated to 6.130.0 (6.13)
 | 
				
			||||||
 | 
					   see /usr/share/doc/packages/perl-HTML-Form/Changes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  6.13      2025-10-22 17:47:50Z
 | 
				
			||||||
 | 
					      - Fix form.t compatibility with HTTP::Message 7.01+ (GH#57) (Copilot and
 | 
				
			||||||
 | 
					        Gianni Ceccarelli)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-------------------------------------------------------------------
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
Sat Oct 19 05:31:59 UTC 2024 - Tina Müller <timueller+perl@suse.de>
 | 
					Sat Oct 19 05:31:59 UTC 2024 - Tina Müller <timueller+perl@suse.de>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# spec file for package perl-HTML-Form
 | 
					# spec file for package perl-HTML-Form
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 2024 SUSE LLC
 | 
					# Copyright (c) 2025 SUSE LLC and contributors
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# All modifications and additions to the file contributed by third parties
 | 
					# All modifications and additions to the file contributed by third parties
 | 
				
			||||||
# remain the property of their copyright owners, unless otherwise agreed
 | 
					# remain the property of their copyright owners, unless otherwise agreed
 | 
				
			||||||
@@ -18,10 +18,10 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
%define cpan_name HTML-Form
 | 
					%define cpan_name HTML-Form
 | 
				
			||||||
Name:           perl-HTML-Form
 | 
					Name:           perl-HTML-Form
 | 
				
			||||||
Version:        6.120.0
 | 
					Version:        6.130.0
 | 
				
			||||||
Release:        0
 | 
					Release:        0
 | 
				
			||||||
# 6.12 -> normalize -> 6.120.0
 | 
					# 6.13 -> normalize -> 6.130.0
 | 
				
			||||||
%define cpan_version 6.12
 | 
					%define cpan_version 6.13
 | 
				
			||||||
License:        Artistic-1.0 OR GPL-1.0-or-later
 | 
					License:        Artistic-1.0 OR GPL-1.0-or-later
 | 
				
			||||||
Summary:        Class that represents an HTML form element
 | 
					Summary:        Class that represents an HTML form element
 | 
				
			||||||
URL:            https://metacpan.org/release/%{cpan_name}
 | 
					URL:            https://metacpan.org/release/%{cpan_name}
 | 
				
			||||||
@@ -32,18 +32,18 @@ BuildArch:      noarch
 | 
				
			|||||||
BuildRequires:  perl
 | 
					BuildRequires:  perl
 | 
				
			||||||
BuildRequires:  perl-macros
 | 
					BuildRequires:  perl-macros
 | 
				
			||||||
BuildRequires:  perl(HTML::TokeParser)
 | 
					BuildRequires:  perl(HTML::TokeParser)
 | 
				
			||||||
BuildRequires:  perl(HTTP::Request) >= 6
 | 
					BuildRequires:  perl(HTTP::Request) >= 7.10
 | 
				
			||||||
BuildRequires:  perl(HTTP::Request::Common) >= 6.03
 | 
					BuildRequires:  perl(HTTP::Request::Common) >= 6.30
 | 
				
			||||||
BuildRequires:  perl(HTTP::Response)
 | 
					BuildRequires:  perl(HTTP::Response)
 | 
				
			||||||
BuildRequires:  perl(Test::More) >= 0.96
 | 
					BuildRequires:  perl(Test::More) >= 0.96
 | 
				
			||||||
BuildRequires:  perl(Test::Warnings)
 | 
					BuildRequires:  perl(Test::Warnings)
 | 
				
			||||||
BuildRequires:  perl(URI) >= 1.10
 | 
					BuildRequires:  perl(URI) >= 1.100
 | 
				
			||||||
BuildRequires:  perl(parent)
 | 
					BuildRequires:  perl(parent)
 | 
				
			||||||
Requires:       perl(HTML::TokeParser)
 | 
					Requires:       perl(HTML::TokeParser)
 | 
				
			||||||
Requires:       perl(HTTP::Request) >= 6
 | 
					Requires:       perl(HTTP::Request) >= 7.10
 | 
				
			||||||
Requires:       perl(HTTP::Request::Common) >= 6.03
 | 
					Requires:       perl(HTTP::Request::Common) >= 6.30
 | 
				
			||||||
Requires:       perl(Test::More) >= 0.96
 | 
					Requires:       perl(Test::More) >= 0.96
 | 
				
			||||||
Requires:       perl(URI) >= 1.10
 | 
					Requires:       perl(URI) >= 1.100
 | 
				
			||||||
Requires:       perl(parent)
 | 
					Requires:       perl(parent)
 | 
				
			||||||
Provides:       perl(HTML::Form) = %{version}
 | 
					Provides:       perl(HTML::Form) = %{version}
 | 
				
			||||||
Provides:       perl(HTML::Form::FileInput) = %{version}
 | 
					Provides:       perl(HTML::Form::FileInput) = %{version}
 | 
				
			||||||
@@ -65,7 +65,7 @@ be tweaked and it can then be asked to provide HTTP::Request objects that
 | 
				
			|||||||
can be passed to the request() method of LWP::UserAgent.
 | 
					can be passed to the request() method of LWP::UserAgent.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%prep
 | 
					%prep
 | 
				
			||||||
%autosetup  -n %{cpan_name}-%{cpan_version}
 | 
					%autosetup -n %{cpan_name}-%{cpan_version} -p1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
%build
 | 
					%build
 | 
				
			||||||
perl Makefile.PL INSTALLDIRS=vendor
 | 
					perl Makefile.PL INSTALLDIRS=vendor
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user