summaryrefslogtreecommitdiffstats
path: root/php-phpunit-selenium.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-phpunit-selenium.spec')
-rw-r--r--php-phpunit-selenium.spec17
1 files changed, 8 insertions, 9 deletions
diff --git a/php-phpunit-selenium.spec b/php-phpunit-selenium.spec
index 200c8fc..8952d4e 100644
--- a/php-phpunit-selenium.spec
+++ b/php-phpunit-selenium.spec
@@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 87b7b0a353fe9c956485b34484f7ce766db8e120
+%global gh_commit 9872e1d452f44976ca9f4e3fab2a33f8f9c4bcdc
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner giorgiosironi
%global gh_project phpunit-selenium
@@ -16,7 +16,7 @@
# No test, as test suite requires a Selenium server
Name: php-%{pk_project}
-Version: 4.0.0
+Version: 4.1.0
Release: 1%{?dist}
Summary: Selenium RC integration for PHPUnit
@@ -32,19 +32,15 @@ BuildRequires: php-fedora-autoloader-devel
# From composer.json
# "php": ">=7.0",
# "phpunit/phpunit": ">=6.0,<7.0",
-# "sebastian/comparator": "~1.0",
-# "ext-curl": "*",
-# "ext-dom": "*"
+# "ext-curl": "*"
Requires: php(language) >= 7.0
Requires: phpunit6
Requires: php-curl
-Requires: php-dom
-# https://github.com/giorgiosironi/phpunit-selenium/issues/412
-# => ignore everything already required by PHPUnit
-# From phpcompatinfo report for version 4.0.0
+# From phpcompatinfo report for version 4.1.0
Requires: php-date
Requires: php-json
Requires: php-pcre
+Requires: php-spl
Requires: php-reflection
Requires: php-spl
Requires: php-zip
@@ -88,6 +84,9 @@ cp -pr PHPUnit/* %{buildroot}%{php_home}
%changelog
+* Mon Aug 28 2017 Remi Collet <remi@remirepo.net> - 4.1.0-1
+- update to 4.1.0
+
* Mon Aug 21 2017 Remi Collet <remi@remirepo.net> - 4.0.0-1
- update to 4.0.0 for phpunit6
- rename to php-phpunit-selenium