summaryrefslogtreecommitdiffstats
path: root/php-react-promise-timer.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-react-promise-timer.spec')
-rw-r--r--php-react-promise-timer.spec10
1 files 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 <remi@remirepo.net> - 1.8.0-1
+- update to 1.8.0
+
* Mon Jul 12 2021 Remi Collet <remi@remirepo.net> - 1.7.0-1
- update to 1.7.0
- raise dependency on react/event-loop 1.2