Hello community,
here is the log from the commit of package perl-Selenium-Remote-Driver for
openSUSE:Factory checked in at 2019-01-25 22:45:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Selenium-Remote-Driver (Old)
and /work/SRC/openSUSE:Factory/.perl-Selenium-Remote-Driver.new.28833
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Selenium-Remote-Driver"
Fri Jan 25 22:45:03 2019 rev:15 rq:668410 version:1.31
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Selenium-Remote-Driver/perl-Selenium-Remote-Driver.changes
2019-01-21 10:55:04.663676347 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Selenium-Remote-Driver.new.28833/perl-Selenium-Remote-Driver.changes
2019-01-25 22:45:08.499096814 +0100
@@ -1,0 +2,5 @@
+Wed Jan 23 13:25:11 UTC 2019 - Marius Kittler <[email protected]>
+
+- Add lsof dependency which is required by version > 1.31
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Selenium-Remote-Driver.spec ++++++
--- /var/tmp/diff_new_pack.ixWv8w/_old 2019-01-25 22:45:09.267095868 +0100
+++ /var/tmp/diff_new_pack.ixWv8w/_new 2019-01-25 22:45:09.267095868 +0100
@@ -71,6 +71,7 @@
Requires: perl(XML::Simple)
Requires: perl(namespace::clean)
%{perl_requires}
+Requires: lsof
%description
Selenium is a test tool that allows you to write automated web application
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.ixWv8w/_old 2019-01-25 22:45:09.295095833 +0100
+++ /var/tmp/diff_new_pack.ixWv8w/_new 2019-01-25 22:45:09.295095833 +0100
@@ -10,8 +10,8 @@
#patches:
# foo.patch: -p1
# bar.patch:
-#preamble: |-
-# BuildRequires: gcc-c++
+preamble: |-
+ Requires: lsof
post_prep: |-
sed -i -e 's,!/bin/env perl,/usr/bin/perl,' driver-example.pl
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`