From 7d7f675961ca442a7caf26941d1c4bcf6a5ac943 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Oct 2021 11:40:23 +0200 Subject: update to 1.5.1 --- php-guzzlehttp-promises.spec | 7 +++++-- 1 file 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 - 1.5.1-1 +- update to 1.5.1 + * Thu Oct 21 2021 Remi Collet - 1.5.0-1 - update to 1.5.0 -- cgit