summaryrefslogtreecommitdiffstats
path: root/php-guzzlehttp-promises.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-21 14:51:32 +0200
committerRemi Collet <remi@php.net>2021-10-21 14:51:32 +0200
commitf5e034454c717956b7e03edcfed369deda09f184 (patch)
tree50924aa501de6ab1c9710bb8e367c40c3589ac87 /php-guzzlehttp-promises.spec
parent7db56f83cfb139ce719fc51b3540fa6ba1e2082c (diff)
update to 1.5.0
Diffstat (limited to 'php-guzzlehttp-promises.spec')
-rw-r--r--php-guzzlehttp-promises.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-guzzlehttp-promises.spec b/php-guzzlehttp-promises.spec
index 3090e38..55dadee 100644
--- a/php-guzzlehttp-promises.spec
+++ b/php-guzzlehttp-promises.spec
@@ -14,8 +14,8 @@
%global github_owner guzzle
%global github_name promises
-%global github_version 1.4.1
-%global github_commit 8e7d04f1f6450fef59366c399cfad4b9383aa30d
+%global github_version 1.5.0
+%global github_commit 136a635e2b4a49b9d79e9c8fee267ffb257fdba0
%global composer_vendor guzzlehttp
%global composer_project promises
@@ -115,7 +115,7 @@ EOF
: Upstream tests with SCLs if available
SCL_RETURN_CODE=0
-for SCL in php php73 php74 php80; do
+for SCL in php php73 php74 php80 php81; do
if which $SCL; then
$SCL %{_bindir}/phpunit9 || SCL_RETURN_CODE=1
fi
@@ -141,6 +141,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Oct 21 2021 Remi Collet <remi@remirepo.net> - 1.5.0-1
+- update to 1.5.0
+
* Wed Mar 31 2021 Remi Collet <remi@remirepo.net> - 1.4.1-1
- update to 1.4.1
- switch to phpunit9