From 99d03a8ef8a90035b3beee3358a4145c79dbcf97 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Aug 2021 09:56:30 +0200 Subject: update to 2.2.2 --- 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 0d0de8e..6fb1f0a 100644 --- a/php-doctrine-persistence2.spec +++ b/php-doctrine-persistence2.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 -%global gh_commit d138f3ab5f761055cab1054070377cfd3222e368 +%global gh_commit 4ce4712e6dc84a156176a0fbbb11954a25c93103 %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.2.1 +Version: 2.2.2 Release: 1%{?dist} Summary: Doctrine Persistence abstractions @@ -182,7 +182,7 @@ find tests -type f -exec grep -q PHPStan {} \; -delete -print : Run test suite ret=0 -for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ @@ -206,6 +206,9 @@ exit $ret %changelog +* Wed Aug 11 2021 Remi Collet - 2.2.2-1 +- update to 2.2.2 + * Wed May 19 2021 Remi Collet - 2.2.1-1 - update to 2.2.1 - raise dependency on doctrine/cache v1.11 and v2 -- cgit