From aff4ea3c82930846dc32a810f7633b8cc5d4202b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Apr 2024 09:03:20 +0200 Subject: update to 2.9.3 --- php-monolog2.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-monolog2.spec') diff --git a/php-monolog2.spec b/php-monolog2.spec index 57795d0..3f8a86f 100644 --- a/php-monolog2.spec +++ b/php-monolog2.spec @@ -15,8 +15,8 @@ %global github_owner Seldaek %global github_name monolog -%global github_version 2.9.2 -%global github_commit 437cb3628f4cf6042cc10ae97fc2b8472e48ca1f +%global github_version 2.9.3 +%global github_commit a30bfe2e142720dfa990d0a7e573997f5d884215 %global composer_vendor monolog %global composer_project monolog @@ -54,7 +54,7 @@ BuildArch: noarch %if %{with tests} ## composer.json BuildRequires: php(language) >= %{php_min_ver} -BuildRequires: phpunit8 >= 8.5.14 +BuildRequires: phpunit9 >= 9.6.19 # remirepo:1 %if 0%{?fedora} >= 28 || 0%{?rhel} >= 8 BuildRequires: (php-composer(psr/log) >= %{psrlog_min_ver} with php-composer(psr/log) < %{psrlog_max_ver}) @@ -208,7 +208,7 @@ rm -f tests/Monolog/Handler/SymfonyMailerHandlerTest.php : Upstream tests RETURN_CODE=0 -PHPUNIT=$(which phpunit8) +PHPUNIT=$(which phpunit9) for PHP_EXEC in "" php81 php82 php83; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC $PHPUNIT \ @@ -234,6 +234,9 @@ exit $RETURN_CODE %changelog +* Tue Apr 16 2024 Remi Collet - 2.9.3-1 +- update to 2.9.3 + * Mon Dec 11 2023 Remi Collet - 2.9.2-1 - update to 2.9.2 -- cgit