diff --git a/WWW-Mechanize-2.17.tar.gz b/WWW-Mechanize-2.17.tar.gz deleted file mode 100644 index 2daac9a..0000000 --- a/WWW-Mechanize-2.17.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c02003e84621dea12c980c4101e79e4f8cae4e382cd3da239faa8bd198f063a -size 197517 diff --git a/WWW-Mechanize-2.19.tar.gz b/WWW-Mechanize-2.19.tar.gz new file mode 100644 index 0000000..8360a9d --- /dev/null +++ b/WWW-Mechanize-2.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b02e808018ff22a8798e51b5f329d8fac333fbfa8fb63808910091dade8b61f +size 197630 diff --git a/perl-WWW-Mechanize.changes b/perl-WWW-Mechanize.changes index 9c35b78..e790404 100644 --- a/perl-WWW-Mechanize.changes +++ b/perl-WWW-Mechanize.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Tue Sep 17 05:32:34 UTC 2024 - Tina Müller + +- updated to 2.190.0 (2.19) + see /usr/share/doc/packages/perl-WWW-Mechanize/Changes + + 2.19 2024-09-16 15:25:45Z + [DOCUMENTATION] + - Fix minor typo in SYNOPSIS example code comment (GH#379) (Paul Cochrane) + [ENHANCEMENTS] + - Replace "base" with "parent" (GH#381) (James Raspass) + +------------------------------------------------------------------- +Fri Mar 8 23:11:31 UTC 2024 - Tina Müller + +- Fix disabling of __perllib_provides + +------------------------------------------------------------------- +Wed Jan 31 03:12:27 UTC 2024 - Tina Müller + +- updated to 2.18 + see /usr/share/doc/packages/perl-WWW-Mechanize/Changes + + 2.18 2024-01-30 14:29:44Z + [FIXED] + - Fix click_button non exclusive attributes (GH#371) (Andreas Huber) + [TESTS] + - Remove t/untaint.t (GH#377) (Olaf Alders) + ------------------------------------------------------------------- Fri Apr 28 03:10:45 UTC 2023 - Tina Müller diff --git a/perl-WWW-Mechanize.spec b/perl-WWW-Mechanize.spec index e60e02a..a7a5cdf 100644 --- a/perl-WWW-Mechanize.spec +++ b/perl-WWW-Mechanize.spec @@ -1,7 +1,7 @@ # # spec file for package perl-WWW-Mechanize # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,14 @@ %define cpan_name WWW-Mechanize Name: perl-WWW-Mechanize -Version: 2.17 +Version: 2.190.0 Release: 0 +# 2.19 -> normalize -> 2.190.0 +%define cpan_version 2.19 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Handy web browsing in a Perl object URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/S/SI/SIMBABQUE/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl @@ -51,6 +53,7 @@ BuildRequires: perl(URI) BuildRequires: perl(URI::Escape) BuildRequires: perl(URI::URL) BuildRequires: perl(URI::file) +BuildRequires: perl(parent) Requires: perl(HTML::Form) >= 6.08 Requires: perl(HTML::HeadParser) Requires: perl(HTML::TokeParser) @@ -61,6 +64,11 @@ Requires: perl(HTTP::Request::Common) Requires: perl(LWP::UserAgent) Requires: perl(URI::URL) Requires: perl(URI::file) +Requires: perl(parent) +Provides: perl(WWW::Mechanize) = %{version} +Provides: perl(WWW::Mechanize::Image) = %{version} +Provides: perl(WWW::Mechanize::Link) = %{version} +%undefine __perllib_provides Recommends: perl(Compress::Zlib) %{perl_requires} @@ -85,7 +93,7 @@ the Test::*, like Test::HTML::Lint modules, you can check the fetched content and use that as input to a test call. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644