From b6e5ffef040f2bfad62ad1ee0a0b70b1e3400b3e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Aug 2022 15:29:36 +0200 Subject: update to 2.5.4 --- php-doctrine-persistence2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-doctrine-persistence2.spec b/php-doctrine-persistence2.spec index 7a0c9a0..a99b37c 100644 --- a/php-doctrine-persistence2.spec +++ b/php-doctrine-persistence2.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit d7edf274b6d35ad82328e223439cc2bb2f92bd9e +%global gh_commit 830c2ba42093e0e428eca37568ab36bd8008bc17 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project persistence @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.5.3 +Version: 2.5.4 Release: 1%{?dist} Summary: Doctrine Persistence abstractions, version %{major} @@ -184,7 +184,7 @@ find tests -type f -exec grep -q PHPStan {} \; -delete -print : Run test suite ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ @@ -209,6 +209,9 @@ exit $ret %changelog +* Mon Aug 8 2022 Remi Collet - 2.5.4-1 +- update to 2.5.4 + * Mon May 9 2022 Remi Collet - 2.5.3-1 - update to 2.5.3 -- cgit