summaryrefslogtreecommitdiffstats
path: root/php-doctrine-doctrine-bundle.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-05-26 08:20:37 +0200
committerRemi Collet <remi@remirepo.net>2020-05-26 08:20:37 +0200
commitb06bf1c860d233b31790517ee2f7dae733b9e914 (patch)
tree519648cb0c3f737e3593ded8d1e376b2dcd9d9ee /php-doctrine-doctrine-bundle.spec
parent7a6aeebc8a715f4cdd061f91e56b53fa41a10ddb (diff)
update to 1.12.10
Diffstat (limited to 'php-doctrine-doctrine-bundle.spec')
-rw-r--r--php-doctrine-doctrine-bundle.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-doctrine-doctrine-bundle.spec b/php-doctrine-doctrine-bundle.spec
index 98f7d71..f796d46 100644
--- a/php-doctrine-doctrine-bundle.spec
+++ b/php-doctrine-doctrine-bundle.spec
@@ -12,13 +12,13 @@
%global github_owner doctrine
%global github_name DoctrineBundle
-%global github_version 1.12.8
-%global github_commit 65bb2ebc96bcb9207ee56bb17f6c0251ec358380
+%global github_version 1.12.10
+%global github_commit 2ee4c25a847e744e93d7fc2895e059ad9ef7d10c
%global composer_vendor doctrine
%global composer_project doctrine-bundle
-# "php": "^7.1"
+# "php": "^7.1 || ^8.0"
%global php_min_ver 7.1
# "doctrine/dbal": "^2.5.12"
%global dbal_min_ver 2.5.12
@@ -302,7 +302,7 @@ sed -e '/listener/d' phpunit.xml.dist >phpunit.xml
: Upstream tests with SCLs if available
RETURN_CODE=0
-for SCL in php php71 php72 php73 php74; do
+for SCL in php php72 php73 php74; do
if which $SCL; then
$SCL %{_bindir}/phpunit7 \
--filter '^((?!(testBacktraceLogged|testRender)).)*$' \
@@ -327,6 +327,9 @@ exit $RETURN_CODE
%changelog
+* Tue May 26 2020 Remi Collet <remi@remirepo.net> - 1.12.10-1
+- update to 1.12.10
+
* Thu Apr 23 2020 Remi Collet <remi@remirepo.net> - 1.12.8-1
- update to 1.12.8