From 5a485d4c73e4795afa6baf8104c740f0d3f3d5ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Aug 2017 14:40:23 +0200 Subject: v4.1.0 --- composer.json | 4 +--- php-phpunit-selenium.spec | 17 ++++++++--------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 1371ffe..a197b8e 100644 --- a/composer.json +++ b/composer.json @@ -46,9 +46,7 @@ "require": { "php": ">=7.0", "phpunit/phpunit": ">=6.0,<7.0", - "sebastian/comparator": "~1.0", - "ext-curl": "*", - "ext-dom": "*" + "ext-curl": "*" }, "require-dev": { "phing/phing": "2.*" 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 - 4.1.0-1 +- update to 4.1.0 + * Mon Aug 21 2017 Remi Collet - 4.0.0-1 - update to 4.0.0 for phpunit6 - rename to php-phpunit-selenium -- cgit