diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-08 15:29:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-08 15:29:36 +0200 |
commit | b6e5ffef040f2bfad62ad1ee0a0b70b1e3400b3e (patch) | |
tree | 38b07a8c2b3adf07f9761bb882879cc9537d30b0 | |
parent | 528e3b3d298b9d7ebddabf4c97d68be962ea6d47 (diff) |
update to 2.5.4
-rw-r--r-- | php-doctrine-persistence2.spec | 9 |
1 files 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 <remi@remirepo.net> - 2.5.4-1 +- update to 2.5.4 + * Mon May 9 2022 Remi Collet <remi@remirepo.net> - 2.5.3-1 - update to 2.5.3 |