From 7d9e334434df539edb8ec91e66b026e24685a936 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 9 Dec 2020 11:14:00 +0100 Subject: update to 9.0.0 raise dependency on PHP 7.3 switch from PHPUnit 8 to 9 --- php-phpunit-selenium.spec | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'php-phpunit-selenium.spec') diff --git a/php-phpunit-selenium.spec b/php-phpunit-selenium.spec index 266641f..3da66b0 100644 --- a/php-phpunit-selenium.spec +++ b/php-phpunit-selenium.spec @@ -6,36 +6,36 @@ # # Please, preserve the changelog entries # -%global gh_commit 7c8bef67f1e206044bbb8e873402c696611ada43 +%global gh_commit 41711edd4dfcc5a0db2f8a22da6d2ddc908da741 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner giorgiosironi %global gh_project phpunit-selenium %global pk_vendor phpunit %global pk_project %{gh_project} -%global php_home %{_datadir}/php/PHPUnit8 +%global php_home %{_datadir}/php/PHPUnit9 # No test, as test suite requires a Selenium server Name: php-%{pk_project} -Version: 8.0.0 +Version: 9.0.0 Release: 1%{?dist} -Summary: Selenium RC integration for PHPUnit +Summary: Selenium RC integration for PHPUnit 9 License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz BuildArch: noarch -BuildRequires: php(language) >= 7.2 +BuildRequires: php(language) >= 7.3 BuildRequires: php-fedora-autoloader-devel # From composer.json -# "php": ">=7.1", +# "php": ">=7.3", # "ext-curl": "*" -# "phpunit/phpunit": ">=8.0,<9.0", -Requires: php(language) >= 7.2 +# "phpunit/phpunit": ">=9.0,<10.0", +Requires: php(language) >= 7.3 Requires: php-curl -Requires: phpunit8 -# From phpcompatinfo report for version 8.0.0 +Requires: phpunit9 +# From phpcompatinfo report for version 9.0.0 Requires: php-date Requires: php-json Requires: php-pcre @@ -83,6 +83,11 @@ cp -pr PHPUnit/* %{buildroot}%{php_home} %changelog +* Wed Dec 9 2020 Remi Collet - 9.0.0-1 +- update to 9.0.0 +- raise dependency on PHP 7.3 +- switch from PHPUnit 8 to 9 + * Tue Mar 17 2020 Remi Collet - 8.0.0-1 - update to 8.0.0 - raise dependency on PHP 7.2 -- cgit