From bd51b8d4da0f16996bf3bf6508f0fe573194b163 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Dec 2022 13:47:05 +0100 Subject: update to 2.7.2 --- php-doctrine-doctrine-bundle2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-doctrine-doctrine-bundle2.spec') diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index db109c0..d4bc3b9 100644 --- a/php-doctrine-doctrine-bundle2.spec +++ b/php-doctrine-doctrine-bundle2.spec @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name DoctrineBundle -%global github_version 2.7.1 -%global github_commit a2dcad48741c9d12fd6040398cf075025030096e +%global github_version 2.7.2 +%global github_commit 22d53b2c5ad03929628fb4a928b01135585b7179 %global major 2 %global composer_vendor doctrine @@ -352,7 +352,7 @@ rm Tests/DependencyInjection/Compiler/CacheCompatibilityPassTest.php : Upstream tests with SCLs if available RETURN_CODE=0 -for CMDARG in "php %{phpunit}" php74 php80 php81 php82; do +for CMDARG in "php %{phpunit}" php80 php81 php82; do if which $CMDARG; then set $CMDARG $1 ${2:-%{_bindir}/phpunit9} \ @@ -383,6 +383,9 @@ exit $RETURN_CODE %changelog +* Wed Dec 7 2022 Remi Collet - 2.7.2-1 +- update to 2.7.2 + * Tue Nov 8 2022 Remi Collet - 2.7.1-1 - update to 2.7.1 - raise dependency on Symfony 4.4.22 -- cgit