From 46c937ced1ac5378eee26eb41995ec89b4c6be1e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Dec 2021 08:11:25 +0100 Subject: update to 1.8.0 --- php-react-promise-timer.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-react-promise-timer.spec b/php-react-promise-timer.spec index 2adbf4a..970ad6d 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.7.0 -%global github_commit 607dd79990e32fcb402cb0a176b4a4be12f97e7c +%global github_version 1.8.0 +%global github_commit 0bbbcc79589e5bfdddba68a287f1cb805581a479 %global composer_vendor react %global composer_project promise-timer @@ -140,7 +140,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 -for CMDARG in "php %{phpunit}" "php72 %{_bindir}/phpunit" php74 php80; do +for CMDARG in "php %{phpunit}" php74 php80 php81; do if which $CMDARG; then set $CMDARG $1 ${2:-%{_bindir}/phpunit9} --verbose \ @@ -154,6 +154,7 @@ exit $RETURN_CODE %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -162,6 +163,9 @@ exit $RETURN_CODE %changelog +* Tue Dec 7 2021 Remi Collet - 1.8.0-1 +- update to 1.8.0 + * Mon Jul 12 2021 Remi Collet - 1.7.0-1 - update to 1.7.0 - raise dependency on react/event-loop 1.2 -- cgit