8
0

Automatic update to v1.500.0 (1.50)

This commit is contained in:
2025-10-09 20:27:39 +00:00
parent d501bba3b3
commit 5616a30af9
4 changed files with 56 additions and 11 deletions

View File

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

BIN
Selenium-Remote-Driver-1.50.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Oct 9 20:27:39 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.500.0 (1.50)
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.50 2025-10-06 TEODESIAN
- Fix some spelling and grammar issues in POD, and some pod2man issues (see contributors)
- Slightly better reporting of errors based on a patch from tod22.
-------------------------------------------------------------------
Fri Apr 7 03:08:22 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Selenium-Remote-Driver
#
# Copyright (c) 2023 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,12 +18,14 @@
%define cpan_name Selenium-Remote-Driver
Name: perl-Selenium-Remote-Driver
Version: 1.49
Version: 1.500.0
Release: 0
# 1.50 -> normalize -> 1.500.0
%define cpan_version 1.50
License: Apache-2.0
Summary: Perl Client for Selenium Remote Driver
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/T/TE/TEODESIAN/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/T/TE/TEODESIAN/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
# MANUAL
@@ -41,14 +43,14 @@ BuildRequires: perl(IO::Uncompress::Unzip) >= 2.030
BuildRequires: perl(JSON)
BuildRequires: perl(LWP::UserAgent)
BuildRequires: perl(List::Util) >= 1.33
BuildRequires: perl(Moo) >= 1.005
BuildRequires: perl(Moo) >= 1.5
BuildRequires: perl(Moo::Role)
BuildRequires: perl(Sub::Install)
BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::LWP::UserAgent)
BuildRequires: perl(Test::LongString)
BuildRequires: perl(Test::MockModule) >= v0.13.0
BuildRequires: perl(Test::MockModule) >= 0.13
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(XML::Simple)
BuildRequires: perl(namespace::clean)
@@ -63,13 +65,46 @@ Requires: perl(IO::Uncompress::Unzip) >= 2.030
Requires: perl(JSON)
Requires: perl(LWP::UserAgent)
Requires: perl(List::Util) >= 1.33
Requires: perl(Moo) >= 1.005
Requires: perl(Moo) >= 1.5
Requires: perl(Moo::Role)
Requires: perl(Sub::Install)
Requires: perl(Test::LongString)
Requires: perl(Try::Tiny)
Requires: perl(XML::Simple)
Requires: perl(namespace::clean)
Provides: perl(Selenium::ActionChains) = %{version}
Provides: perl(Selenium::CanStartBinary) = %{version}
Provides: perl(Selenium::CanStartBinary::FindBinary) = %{version}
Provides: perl(Selenium::CanStartBinary::ProbePort) = %{version}
Provides: perl(Selenium::Chrome) = %{version}
Provides: perl(Selenium::Edge) = %{version}
Provides: perl(Selenium::Firefox) = %{version}
Provides: perl(Selenium::Firefox::Binary) = %{version}
Provides: perl(Selenium::Firefox::Profile) = %{version}
Provides: perl(Selenium::InternetExplorer) = %{version}
Provides: perl(Selenium::PhantomJS) = %{version}
Provides: perl(Selenium::Remote::Commands) = %{version}
Provides: perl(Selenium::Remote::Driver) = %{version}
Provides: perl(Selenium::Remote::Driver::CanSetWebdriverContext) = %{version}
Provides: perl(Selenium::Remote::Driver::Firefox::Profile) = %{version}
Provides: perl(Selenium::Remote::ErrorHandler) = %{version}
Provides: perl(Selenium::Remote::Finders) = %{version}
Provides: perl(Selenium::Remote::Mock::Commands) = %{version}
Provides: perl(Selenium::Remote::Mock::RemoteConnection) = %{version}
Provides: perl(Selenium::Remote::RemoteConnection) = %{version}
Provides: perl(Selenium::Remote::Spec) = %{version}
Provides: perl(Selenium::Remote::WDKeys) = %{version}
Provides: perl(Selenium::Remote::WebElement) = %{version}
Provides: perl(Selenium::Waiter) = %{version}
Provides: perl(Test::Selenium::Chrome) = %{version}
Provides: perl(Test::Selenium::Edge) = %{version}
Provides: perl(Test::Selenium::Firefox) = %{version}
Provides: perl(Test::Selenium::InternetExplorer) = %{version}
Provides: perl(Test::Selenium::PhantomJS) = %{version}
Provides: perl(Test::Selenium::Remote::Driver) = %{version}
Provides: perl(Test::Selenium::Remote::Role::DoesTesting) = %{version}
Provides: perl(Test::Selenium::Remote::WebElement) = %{version}
%undefine __perllib_provides
%{perl_requires}
# MANUAL BEGIN
Requires: lsof
@@ -90,9 +125,9 @@ supported browser. To use this module, you need to have already downloaded
and started the Selenium Server (Selenium Server is a Java application).
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
sed -i -e 's,!/bin/env perl,/usr/bin/perl,' driver-example.pl
# MANUAL END