8
0

Accepting request 776265 from devel:languages:perl:autoupdate

- updated to 1.37
   see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
  1.37  02-17-2019 TEODESIAN
          [BUG FIXES]
          - obey the auto_close flag in the direct drivers

OBS-URL: https://build.opensuse.org/request/show/776265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=44
This commit is contained in:
2020-02-19 14:56:39 +00:00
committed by Git OBS Bridge
parent 2d1fb4e0fa
commit 31a3e78dd8
4 changed files with 16 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Feb 19 03:15:58 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.37
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.37 02-17-2019 TEODESIAN
[BUG FIXES]
- obey the auto_close flag in the direct drivers
-------------------------------------------------------------------
Sat Nov 9 10:27:41 UTC 2019 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Selenium-Remote-Driver
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Selenium-Remote-Driver
Version: 1.36
Version: 1.37
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 ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
sed -i -e 's,!/bin/env perl,/usr/bin/perl,' driver-example.pl
# MANUAL END