summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-09-12 14:08:47 +0200
committerRemi Collet <remi@php.net>2022-09-12 14:08:47 +0200
commitdf2d738be236d1edbe59ad292ef54a4973d6400d (patch)
tree2a94f46c54969e8ce60c196d9a6781ed122fa5e0
parent7d7f675961ca442a7caf26941d1c4bcf6a5ac943 (diff)
update to 1.5.2HEADmaster
-rw-r--r--php-guzzlehttp-promises.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-guzzlehttp-promises.spec b/php-guzzlehttp-promises.spec
index fe52c4c..3088bb3 100644
--- a/php-guzzlehttp-promises.spec
+++ b/php-guzzlehttp-promises.spec
@@ -2,7 +2,7 @@
#
# Fedora spec file for php-guzzlehttp-promises
#
-# Copyright (c) 2015-2021 Shawn Iwinski <shawn.iwinski@gmail.com>
+# Copyright (c) 2015-2022 Shawn Iwinski <shawn.iwinski@gmail.com>
#
# License: MIT
# http://opensource.org/licenses/MIT
@@ -14,8 +14,8 @@
%global github_owner guzzle
%global github_name promises
-%global github_version 1.5.1
-%global github_commit fe752aedc9fd8fcca3fe7ad05d419d32998a06da
+%global github_version 1.5.2
+%global github_commit b94b2807d85443f9719887892882d0329d1e2598
%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 php81; do
+for SCL in php php74 php80 php81 php82; do
if which $SCL; then
$SCL %{_bindir}/phpunit9 || SCL_RETURN_CODE=1
fi
@@ -141,6 +141,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 1.5.2-1
+- update to 1.5.2
+
* Mon Oct 25 2021 Remi Collet <remi@remirepo.net> - 1.5.1-1
- update to 1.5.1