From a25dcccdaf820a19e0c72f86c1b216a7da8213a9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Mar 2024 09:35:15 +0100 Subject: update to 8.5.37 --- phpunit8.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'phpunit8.spec') diff --git a/phpunit8.spec b/phpunit8.spec index 78974bd..8f0571f 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for phpunit8 # -# Copyright (c) 2010-2023 Remi Collet +# Copyright (c) 2010-2024 Remi Collet # # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ @@ -12,7 +12,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 9652df58e06a681429d8cfdaec3c43d6de581d5a +%global gh_commit fce30f306cee78be33ba00c8f9a853f41db0491b #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -26,12 +26,12 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.36 +%global upstream_version 8.5.37 #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 @@ -159,6 +159,7 @@ Suggests: php-xdebug # recommends latest versions Recommends: phpunit9 Recommends: phpunit10 +Recommends: phpunit11 # remirepo:21 %else Requires: php-doctrine-instantiator >= 1.3.1 @@ -292,6 +293,9 @@ exit $ret %changelog +* Wed Mar 6 2024 Remi Collet - 8.5.37-1 +- update to 8.5.37 + * Fri Dec 22 2023 Remi Collet - 8.5.36-2 - fix possible autoloader issue with phpspec/prophecy -- cgit