From 606c3a7db76705898bd37ce078f18436452e0221 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Jun 2022 09:10:39 +0200 Subject: update to 1.9.0 --- php-react-promise-timer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-react-promise-timer.spec b/php-react-promise-timer.spec index 970ad6d..446da70 100644 --- a/php-react-promise-timer.spec +++ b/php-react-promise-timer.spec @@ -12,8 +12,8 @@ %global github_owner reactphp %global github_name promise-timer -%global github_version 1.8.0 -%global github_commit 0bbbcc79589e5bfdddba68a287f1cb805581a479 +%global github_version 1.9.0 +%global github_commit aa7a73c74b8d8c0f622f5982ff7b0351bc29e495 %global composer_vendor react %global composer_project promise-timer @@ -140,7 +140,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 -for CMDARG in "php %{phpunit}" php74 php80 php81; do +for CMDARG in "php %{phpunit}" php74 php80 php81 php82; do if which $CMDARG; then set $CMDARG $1 ${2:-%{_bindir}/phpunit9} --verbose \ @@ -163,6 +163,9 @@ exit $RETURN_CODE %changelog +* Tue Jun 14 2022 Remi Collet - 1.9.0-1 +- update to 1.9.0 + * Tue Dec 7 2021 Remi Collet - 1.8.0-1 - update to 1.8.0 -- cgit