Sync from SUSE:SLFO:Main perl-WWW-Mechanize revision 3446ba098fa47db15ff4f4c9aba23ed1

This commit is contained in:
Adrian Schröter 2025-02-26 14:04:07 +01:00
parent 759558f4d8
commit c07c28b76e
4 changed files with 44 additions and 7 deletions

BIN
WWW-Mechanize-2.17.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
WWW-Mechanize-2.19.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Tue Sep 17 05:32:34 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Wed Jan 31 03:12:27 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@ -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