diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-21 13:56:02 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-21 13:56:02 +0100 |
commit | 02209c8b7e614dd8839993006178e02ef283c954 (patch) | |
tree | f04a02721d58fa38ed7b22f2a777d0eb563cf24e /php-guzzlehttp-psr7.spec | |
parent | 9eb755ee8bccdc013bf64d1e6314666d32ccdcef (diff) |
update to 1.8.5
Diffstat (limited to 'php-guzzlehttp-psr7.spec')
-rw-r--r-- | php-guzzlehttp-psr7.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-guzzlehttp-psr7.spec b/php-guzzlehttp-psr7.spec index a1709cf..180687c 100644 --- a/php-guzzlehttp-psr7.spec +++ b/php-guzzlehttp-psr7.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-guzzlehttp-psr7 # -# Copyright (c) 2015-2019 Shawn Iwinski <shawn.iwinski@gmail.com> +# Copyright (c) 2015-2022 Shawn Iwinski <shawn.iwinski@gmail.com> # # License: MIT # http://opensource.org/licenses/MIT @@ -12,8 +12,8 @@ %global github_owner guzzle %global github_name psr7 -%global github_version 1.8.3 -%global github_commit 1afdd860a2566ed3c2b0b4a3de6e23434a79ec85 +%global github_version 1.8.5 +%global github_commit 337e3ad8e5716c15f9657bd214d16cc5e69df268 %global composer_vendor guzzlehttp %global composer_project psr7 @@ -165,7 +165,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 PHPUNIT=$(which %{phpunit_exec}) -for PHP_EXEC in "" php73 php74 php80 php81; do +for PHP_EXEC in "" php74 php80 php81; do if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then $PHP_EXEC $PHPUNIT --verbose --bootstrap bootstrap.php \ || RETURN_CODE=1 @@ -187,6 +187,9 @@ exit $RETURN_CODE %changelog +* Mon Mar 21 2022 Remi Collet <remi@remirepo.net> - 1.8.5-1 +- update to 1.8.5 + * Thu Oct 21 2021 Remi Collet <remi@remirepo.net> - 1.8.3-1 - update to 1.8.3 |