From 45182e27f486607735d502952c62b88724ffbf61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Feb 2023 13:54:35 +0100 Subject: update to 8.5.33 --- phpunit8.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'phpunit8.spec') diff --git a/phpunit8.spec b/phpunit8.spec index 61db3f7..5cc039f 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 375686930d05c9fd7d20f6e5fc38121e8d7a9d55 +%global gh_commit 7d1ff0e8c6b35db78ff13e3e05517d7cbf7aa32e #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -25,12 +25,12 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.32 +%global upstream_version 8.5.33 #global upstream_prever dev Name: %{pk_project}%{ver_major} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: The PHP Unit Testing framework version %{ver_major} License: BSD-3-Clause @@ -155,6 +155,9 @@ Requires: (php-composer(sebastian/version) >= 2.0.1 with php-c Requires: (php-composer(phpunit/php-invoker) >= 2.0.0 with php-composer(phpunit/php-invoker) < 3) Suggests: php-soap Suggests: php-xdebug +# recommends latest versions +Recommends: phpunit9 +Recommends: phpunit10 # remirepo:21 %else Requires: php-doctrine-instantiator >= 1.3.1 @@ -282,6 +285,9 @@ exit $ret %changelog +* Tue Feb 28 2023 Remi Collet - 8.5.33-1 +- update to 8.5.33 + * Sat Feb 4 2023 Remi Collet - 8.5.32-2 - adapt launcher for phpunit10 -- cgit