From 98a613294760a01882f9bffd15917035dc0bcb52 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 Mar 2023 09:19:13 +0200 Subject: additional fix for PHP 8 --- php-phpunit-PHPUnit.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-phpunit-PHPUnit.spec') diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index a4acba9..3871e05 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-phpunit-PHPUnit # -# Copyright (c) 2010-2021 Remi Collet +# Copyright (c) 2010-2023 Remi Collet # Copyright (c) 2006-2009 Christopher Stone # # License: MIT @@ -25,10 +25,10 @@ Name: php-phpunit-PHPUnit Version: %{major}.%{minor} -Release: 16%{?dist} +Release: 19%{?dist} Summary: The PHP Unit Testing framework version 5 -License: BSD +License: BSD-3-Clause 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 @@ -131,8 +131,8 @@ Requires: (php-composer(sebastian/resource-operations) >= 1.0 with php-com Requires: (php-composer(sebastian/version) >= 2.0.1 with php-composer(sebastian/version) < 3) Requires: (php-composer(myclabs/deep-copy) >= 1.3 with php-composer(myclabs/deep-copy) < 2) # Supported versions -Recommends: phpunit8 Recommends: phpunit9 +Recommends: phpunit10 # remirepo:17 %else Requires: php-phpunit-File-Iterator >= 1.4 @@ -277,6 +277,9 @@ fi %changelog +* Fri Mar 31 2023 Remi Collet - 5.7.27-19 +- additional fix for PHP 8 + * Tue Nov 23 2021 Remi Collet - 5.7.27-16 - additional fix for PHP 8 -- cgit