From df2d738be236d1edbe59ad292ef54a4973d6400d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Sep 2022 14:08:47 +0200 Subject: update to 1.5.2 --- php-guzzlehttp-promises.spec | 11 +++++++---- 1 file 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 +# Copyright (c) 2015-2022 Shawn Iwinski # # 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 - 1.5.2-1 +- update to 1.5.2 + * Mon Oct 25 2021 Remi Collet - 1.5.1-1 - update to 1.5.1 -- cgit