diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-11 09:56:30 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-11 09:56:30 +0200 |
commit | 99d03a8ef8a90035b3beee3358a4145c79dbcf97 (patch) | |
tree | d5e69dbfaf39003a294088330599841cc10e1ac0 /php-doctrine-persistence2.spec | |
parent | 6b37d506eabbce5bc18337c5ddb31738ba6e5d4c (diff) |
update to 2.2.2
Diffstat (limited to 'php-doctrine-persistence2.spec')
-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 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 <remi@remirepo.net> - 2.2.2-1 +- update to 2.2.2 + * Wed May 19 2021 Remi Collet <remi@remirepo.net> - 2.2.1-1 - update to 2.2.1 - raise dependency on doctrine/cache v1.11 and v2 |