diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-03 10:57:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-03 10:57:02 +0200 |
commit | 18dca3155181947cac08891cceb83f16f0669ccd (patch) | |
tree | 17eb082401c9313037f998e861b974f2fe5dc7c4 /php-guzzlehttp-psr7.spec | |
parent | 83f88bf420f3ba06758617bd1f9b9524af72a029 (diff) |
update to 1.8.2
Diffstat (limited to 'php-guzzlehttp-psr7.spec')
-rw-r--r-- | php-guzzlehttp-psr7.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-guzzlehttp-psr7.spec b/php-guzzlehttp-psr7.spec index 875a725..72873ea 100644 --- a/php-guzzlehttp-psr7.spec +++ b/php-guzzlehttp-psr7.spec @@ -12,8 +12,8 @@ %global github_owner guzzle %global github_name psr7 -%global github_version 1.8.1 -%global github_commit 35ea11d335fd638b5882ff1725228b3d35496ab1 +%global github_version 1.8.2 +%global github_commit dc960a912984efb74d0a90222870c72c87f10c91 %global composer_vendor guzzlehttp %global composer_project psr7 @@ -197,6 +197,9 @@ exit $RETURN_CODE %changelog +* Mon May 3 2021 Remi Collet <remi@remirepo.net> - 1.8.2-1 +- update to 1.8.2 + * Tue Mar 23 2021 Remi Collet <remi@remirepo.net> - 1.8.1-1 - update to 1.8.1 - switch to phpunit9 |