summaryrefslogtreecommitdiffstats
path: root/php-doctrine-doctrine-bundle2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-07 13:47:05 +0100
committerRemi Collet <remi@php.net>2022-12-07 13:47:05 +0100
commitbd51b8d4da0f16996bf3bf6508f0fe573194b163 (patch)
tree13504cd67784efee3bed567c54bc5905f2c28b6b /php-doctrine-doctrine-bundle2.spec
parent3220241e508a92b60785d4c1d990828aa663ca61 (diff)
update to 2.7.2HEADmaster
Diffstat (limited to 'php-doctrine-doctrine-bundle2.spec')
-rw-r--r--php-doctrine-doctrine-bundle2.spec9
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