8
0

Accepting request 663272 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/663272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=28
This commit is contained in:
Stephan Kulow
2019-01-15 06:50:04 +00:00
committed by Git OBS Bridge
parent 1613531082
commit 700f600eaf
4 changed files with 20 additions and 11 deletions

View File

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

View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jan 7 06:36:07 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.31
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.31 01-06-2019 TEODESIAN
[BUG FIXES]
- Kill dangling driver processes in Selenium::Chrome/Firefox on unix hosts
- Adjust set_timeout to WC3 standard changing out from under us
-------------------------------------------------------------------
Tue Sep 18 05:55:26 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Selenium-Remote-Driver
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 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,13 +17,13 @@
Name: perl-Selenium-Remote-Driver
Version: 1.30
Version: 1.31
Release: 0
%define cpan_name Selenium-Remote-Driver
Summary: Perl Client for Selenium Remote Driver
License: Apache-2.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/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
Source1: cpanspec.yml
# MANUAL
@@ -49,8 +49,6 @@ BuildRequires: perl(Test::Deep)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::LWP::UserAgent)
BuildRequires: perl(Test::LongString)
BuildRequires: perl(Test::Time)
BuildRequires: perl(Test::Warn)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(XML::Simple)
BuildRequires: perl(namespace::clean)
@@ -96,11 +94,11 @@ sed -i -e 's,!/bin/env perl,/usr/bin/perl,' driver-example.pl
# MANUAL END
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install