From 1f4e5760a358ffe65a889bb97658fa115468e9d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Nov 2021 07:40:25 +0100 Subject: update to 2.4.4 --- 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 8c26271..297afce 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.4.3 -%global github_commit 62a188ce2192e6b3b7a2019c26c5001778818b83 +%global github_version 2.4.4 +%global github_commit c4998e5c945ac9f0d739943f9854c82d99f0276c %global major 2 %global composer_vendor doctrine @@ -342,7 +342,7 @@ rm Tests/DependencyInjection/Compiler/CacheCompatibilityPassTest.php : Upstream tests with SCLs if available RETURN_CODE=0 -for CMDARG in "php %{phpunit}" php73 php74 php80 php81; do +for CMDARG in "php %{phpunit}" php74 php80 php81; do if which $CMDARG; then set $CMDARG $1 ${2:-%{_bindir}/phpunit9} \ @@ -369,6 +369,9 @@ exit $RETURN_CODE %changelog +* Mon Nov 22 2021 Remi Collet - 2.4.4-1 +- update to 2.4.4 + * Mon Oct 4 2021 Remi Collet - 2.4.3-1 - update to 2.4.3 - add dependency on doctrine/annotations -- cgit