diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-25 11:40:23 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-25 11:40:23 +0200 |
commit | 7d7f675961ca442a7caf26941d1c4bcf6a5ac943 (patch) | |
tree | 0594b8424149646edd252511ade9544211f85d7d | |
parent | f5e034454c717956b7e03edcfed369deda09f184 (diff) |
update to 1.5.1
-rw-r--r-- | php-guzzlehttp-promises.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-guzzlehttp-promises.spec b/php-guzzlehttp-promises.spec index 55dadee..fe52c4c 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.5.0 -%global github_commit 136a635e2b4a49b9d79e9c8fee267ffb257fdba0 +%global github_version 1.5.1 +%global github_commit fe752aedc9fd8fcca3fe7ad05d419d32998a06da %global composer_vendor guzzlehttp %global composer_project promises @@ -141,6 +141,9 @@ rm -rf %{buildroot} %changelog +* Mon Oct 25 2021 Remi Collet <remi@remirepo.net> - 1.5.1-1 +- update to 1.5.1 + * Thu Oct 21 2021 Remi Collet <remi@remirepo.net> - 1.5.0-1 - update to 1.5.0 |