summaryrefslogtreecommitdiffstats
path: root/php-doctrine-orm.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-orm.spec')
-rw-r--r--php-doctrine-orm.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec
index b17d3aa..fe06b90 100644
--- a/php-doctrine-orm.spec
+++ b/php-doctrine-orm.spec
@@ -13,8 +13,8 @@
%global github_owner doctrine
%global github_name orm
-%global github_version 2.10.2
-%global github_commit 81d472f6f96b8b571cafefe8d2fef89ed9446a62
+%global github_version 2.10.3
+%global github_commit 7b242753466508e1dd10f67c1baee95785f845c1
%global composer_vendor doctrine
%global composer_project orm
@@ -373,7 +373,7 @@ BOOTSTRAP
: Upstream tests
RETURN_CODE=0
-for CMDARG in "php %{phpunit}" php73 php74 php80 php81; do
+for CMDARG in "php %{phpunit}" php74 php80 php81; do
if which $CMDARG; then
set $CMDARG
$1 ${2:-%{_bindir}/phpunit9} \
@@ -400,6 +400,9 @@ exit $RETURN_CODE
%changelog
+* Tue Dec 7 2021 Remi Collet <remi@remirepo.net> - 2.10.3-1
+- update to 2.10.3
+
* Mon Oct 25 2021 Remi Collet <remi@remirepo.net> - 2.10.2-1
- update to 2.10.2