From a2e72bb072d52e4d907df780720153f5a97a310db3d254c1419bae7031d07cda Mon Sep 17 00:00:00 2001 From: Ana Guerrero Date: Mon, 27 Oct 2025 13:38:33 +0000 Subject: [PATCH] Accepting request 1313399 from devel:languages:perl - 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) OBS-URL: https://build.opensuse.org/request/show/1313399 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTML-Form?expand=0&rev=18 --- HTML-Form-6.12.tar.gz | 3 --- HTML-Form-6.13.tar.gz | 3 +++ README.md | 12 ++++++++++++ _scmsync.obsinfo | 5 +++++ build.specials.obscpio | 3 +++ perl-HTML-Form.changes | 10 ++++++++++ perl-HTML-Form.spec | 23 ++++++++++++----------- 7 files changed, 45 insertions(+), 14 deletions(-) delete mode 100644 HTML-Form-6.12.tar.gz create mode 100644 HTML-Form-6.13.tar.gz create mode 100644 README.md create mode 100644 _scmsync.obsinfo create mode 100644 build.specials.obscpio diff --git a/HTML-Form-6.12.tar.gz b/HTML-Form-6.12.tar.gz deleted file mode 100644 index 7338c27..0000000 --- a/HTML-Form-6.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ced87d0878afa007d22c41927f0e8da63844608f20881f645f364dc32cdce6f -size 46965 diff --git a/HTML-Form-6.13.tar.gz b/HTML-Form-6.13.tar.gz new file mode 100644 index 0000000..851b86e --- /dev/null +++ b/HTML-Form-6.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5ad0f6fe70b1a382789d5e83a9b669cc541ee9d459e1bfa89b43ae0c014cdd +size 46987 diff --git a/README.md b/README.md new file mode 100644 index 0000000..be59fde --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ + +## Build Results + +Current state of perl in openSUSE:Factory is + +![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-HTML-Form/standard) + +The current state of perl in the devel project build (devel:languages:perl) + +![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-HTML-Form) + + diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..2481a88 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,5 @@ +mtime: 1761197574 +commit: 4667d2775780ae9b0d979586b2cf6835c864ead078fa3bc90950a2a3e908ca88 +url: https://src.opensuse.org/perl/perl-HTML-Form.git +revision: 4667d2775780ae9b0d979586b2cf6835c864ead078fa3bc90950a2a3e908ca88 +projectscmsync: https://src.opensuse.org/perl/_ObsPrj diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..b6fb9d4 --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9c2301b64da8ca7ac592b8dd9806227dee7e11256c0136323cb0bcb6e953e5 +size 256 diff --git a/perl-HTML-Form.changes b/perl-HTML-Form.changes index 064de00..4efc000 100644 --- a/perl-HTML-Form.changes +++ b/perl-HTML-Form.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Oct 23 05:32:54 UTC 2025 - Tina Müller + +- 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 diff --git a/perl-HTML-Form.spec b/perl-HTML-Form.spec index 0b5b236..b9381a3 100644 --- a/perl-HTML-Form.spec +++ b/perl-HTML-Form.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,31 +18,32 @@ %define cpan_name HTML-Form Name: perl-HTML-Form -Version: 6.120.0 +Version: 6.130.0 Release: 0 -# 6.12 -> normalize -> 6.120.0 -%define cpan_version 6.12 +# 6.13 -> normalize -> 6.130.0 +%define cpan_version 6.13 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Class that represents an HTML form element URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(HTML::TokeParser) -BuildRequires: perl(HTTP::Request) >= 6 -BuildRequires: perl(HTTP::Request::Common) >= 6.03 +BuildRequires: perl(HTTP::Request) >= 7.10 +BuildRequires: perl(HTTP::Request::Common) >= 6.30 BuildRequires: perl(HTTP::Response) BuildRequires: perl(Test::More) >= 0.96 BuildRequires: perl(Test::Warnings) -BuildRequires: perl(URI) >= 1.10 +BuildRequires: perl(URI) >= 1.100 BuildRequires: perl(parent) Requires: perl(HTML::TokeParser) -Requires: perl(HTTP::Request) >= 6 -Requires: perl(HTTP::Request::Common) >= 6.03 +Requires: perl(HTTP::Request) >= 7.10 +Requires: perl(HTTP::Request::Common) >= 6.30 Requires: perl(Test::More) >= 0.96 -Requires: perl(URI) >= 1.10 +Requires: perl(URI) >= 1.100 Requires: perl(parent) Provides: perl(HTML::Form) = %{version} Provides: perl(HTML::Form::FileInput) = %{version} @@ -64,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. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor