diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-07 13:47:05 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-07 13:47:05 +0100 |
commit | bd51b8d4da0f16996bf3bf6508f0fe573194b163 (patch) | |
tree | 13504cd67784efee3bed567c54bc5905f2c28b6b | |
parent | 3220241e508a92b60785d4c1d990828aa663ca61 (diff) |
-rw-r--r-- | php-doctrine-doctrine-bundle2.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.7.2-1 +- update to 2.7.2 + * Tue Nov 8 2022 Remi Collet <remi@remirepo.net> - 2.7.1-1 - update to 2.7.1 - raise dependency on Symfony 4.4.22 |