8
0

Accepting request 456834 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/456834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Selenium-Remote-Driver?expand=0&rev=7
This commit is contained in:
Stephan Kulow
2017-02-13 18:38:34 +00:00
committed by Git OBS Bridge
parent ee7d11ce49
commit 8b0fb59ef6
4 changed files with 23 additions and 6 deletions

View File

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

View File

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

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 13 13:04:25 UTC 2017 - coolo@suse.com
- updated to 1.12
see /usr/share/doc/packages/perl-Selenium-Remote-Driver/Changes
1.12 02-05-2017
[BUG FIXES]
- #303: Restore switchWindow functionality in Chrome
1.11 02-01-2017
[NEW FEATURES]
- #298: @vkatsikaris: fixed ports option (long overdue on my part, thanks)!
[BUG FIXES]
- #301: Update json parameter for switchWindow
-------------------------------------------------------------------
Mon Jan 9 11:14:52 UTC 2017 - coolo@suse.com

View File

@@ -17,14 +17,14 @@
Name: perl-Selenium-Remote-Driver
Version: 1.02
Version: 1.12
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/
Source0: http://www.cpan.org/authors/id/G/GE/GEMPESAW/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/G/GE/GEMPESAW/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
# MANUAL
#BuildArch: noarch
@@ -116,6 +116,6 @@ sed -i -e 's,!/bin/env perl,/usr/bin/perl,' driver-example.pl
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes GPATH GRTAGS GTAGS ide-plugin.js README.md TAGS
%doc Changes ide-plugin.js README.md TAGS
%changelog