From 3bd5a74949411c5557f51dbf2d42468c592c2798 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Mar 2021 13:58:58 +0200 Subject: update to 2.3.0 --- php-doctrine-doctrine-bundle2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index 53c76be..39ffc97 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.2.3 -%global github_commit 015fdd490074d4daa891e2d1df998dc35ba54924 +%global github_version 2.3.0 +%global github_commit 8b922578bdee2243a26202b13df795e170efaef8 %global major 2 %global composer_vendor doctrine @@ -299,7 +299,7 @@ sed -e '/listener/d' phpunit.xml.dist >phpunit.xml : Upstream tests with SCLs if available RETURN_CODE=0 -for CMDARG in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for CMDARG in "php %{phpunit}" php73 php74 php80; do if which $CMDARG; then set $CMDARG $1 ${2:-%{_bindir}/phpunit9} \ @@ -326,6 +326,9 @@ exit $RETURN_CODE %changelog +* Mon Mar 29 2021 Remi Collet - 2.3.0-1 +- update to 2.3.0 + * Wed Feb 10 2021 Remi Collet - 2.2.3-1 - update to 2.2.3 - switch from ocramius/proxy-manager to friendsofphp/proxy-manager-lts -- cgit