summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-06-04 14:40:49 +0200
committerRemi Collet <remi@remirepo.net>2019-06-04 14:40:49 +0200
commita9200beed162ad07597961a13fb7ee8b9eafd4c6 (patch)
tree3d0861b0d56c6a0a6965a50b25c7bdec39c79f23
parentb4d2acff80ea965ba2732856e77e022b35bbc4d1 (diff)
v1.11.2
-rw-r--r--php-doctrine-doctrine-bundle.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-doctrine-bundle.spec b/php-doctrine-doctrine-bundle.spec
index 64b0310..9d99004 100644
--- a/php-doctrine-doctrine-bundle.spec
+++ b/php-doctrine-doctrine-bundle.spec
@@ -12,8 +12,8 @@
%global github_owner doctrine
%global github_name DoctrineBundle
-%global github_version 1.11.1
-%global github_commit 09a38417339dc93849d051b914aae3947eb231a7
+%global github_version 1.11.2
+%global github_commit 28101e20776d8fa20a00b54947fbae2db0d09103
%global composer_vendor doctrine
%global composer_project doctrine-bundle
@@ -238,7 +238,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; do
+for SCL in php php71 php72 php73 php74; do
if which $SCL; then
$SCL %{_bindir}/phpunit7 \
--filter '^((?!(testBacktraceLogged)).)*$' \
@@ -263,6 +263,9 @@ exit $RETURN_CODE
%changelog
+* Tue Jun 4 2019 Remi Collet <remi@remirepo.net> - 1.11.2-1
+- update to 1.11.2
+
* Tue May 14 2019 Remi Collet <remi@remirepo.net> - 1.11.1-1
- update to 1.11.1