forked from pool/perl-Selenium-Remote-Driver
Accepting request 741916 from devel:languages:perl:autoupdate
- updated to 1.35
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.35 10-21-2019 TEODESIAN
[BUG FIXES]
- Fix race condition and inability to find a port in certain circumstances when using direct driver modules.
OBS-URL: https://build.opensuse.org/request/show/741916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=40
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:89d932e3d4f77f80c5984362f1ad6892ca57b78d8d8ff5267e1cc3d93881b865
|
||||
size 4123747
|
||||
3
Selenium-Remote-Driver-1.35.tar.gz
Normal file
3
Selenium-Remote-Driver-1.35.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f474164a8933e30834481c053130a745d9f86734d6964344b9c77784858d1dee
|
||||
size 4123806
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 17:09:26 UTC 2019 - <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.35
|
||||
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
|
||||
|
||||
1.35 10-21-2019 TEODESIAN
|
||||
[BUG FIXES]
|
||||
- Fix race condition and inability to find a port in certain circumstances when using direct driver modules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 16 12:34:43 UTC 2019 - Tina Mueller <tina.mueller@suse.com>
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Selenium-Remote-Driver
|
||||
Version: 1.34
|
||||
Version: 1.35
|
||||
Release: 0
|
||||
%define cpan_name Selenium-Remote-Driver
|
||||
Summary: Perl Client for Selenium Remote Driver
|
||||
@@ -91,7 +91,7 @@ and started the Selenium Server (Selenium Server is a Java application).
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" -print0 | xargs -0 chmod 644
|
||||
# MANUAL BEGIN
|
||||
sed -i -e 's,!/bin/env perl,/usr/bin/perl,' driver-example.pl
|
||||
# MANUAL END
|
||||
|
||||
Reference in New Issue
Block a user