diff options
author | Remi Collet <remi@remirepo.net> | 2022-11-24 10:58:05 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-11-24 10:58:05 +0100 |
commit | a2755f796cc36dfda398860a678f67a93ff828b4 (patch) | |
tree | 5e6477dda9e37a408c17fca912286b5f97354faa /php-doctrine-orm.spec | |
parent | 5436e575bb15cff15e0e58723d230cf1e84b7ee2 (diff) |
update to 2.13.4
Diffstat (limited to 'php-doctrine-orm.spec')
-rw-r--r-- | php-doctrine-orm.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index 6295be9..63665d1 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.13.3 -%global github_commit e750360bd52b080c4cbaaee1b48b80f7dc873b36 +%global github_version 2.13.4 +%global github_commit a5a6cc6630ce497290396d5f206887227820a634 %global composer_vendor doctrine %global composer_project orm @@ -393,7 +393,7 @@ rm tests/Doctrine/Tests/ORM/Functional/Ticket/DDC742Test.php : Upstream tests 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} \ @@ -420,6 +420,9 @@ exit $RETURN_CODE %changelog +* Thu Nov 24 2022 Remi Collet <remi@remirepo.net> - 2.13.4-1 +- update to 2.13.4 + * Fri Oct 7 2022 Remi Collet <remi@remirepo.net> - 2.13.3-1 - update to 2.13.3 |