From 1353559ff1a9178fbe797ab316c0f04a3f115587 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Nov 2015 07:05:35 +0100 Subject: php-guzzlehttp-psr7: 1.2.1 (backport from fedora) --- php-guzzlehttp-psr7.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-guzzlehttp-psr7.spec b/php-guzzlehttp-psr7.spec index 9e79332..f38e188 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.2.0 -%global github_commit 4ef919b0cf3b1989523138b60163bbcb7ba1ff7e +%global github_version 1.2.1 +%global github_commit 4d0bdbe1206df7440219ce14c972aa57cc5e4982 %global composer_vendor guzzlehttp %global composer_project psr7 @@ -145,6 +145,9 @@ rm -rf %{buildroot} %changelog +* Wed Nov 04 2015 Shawn Iwinski - 1.2.1-1 +- Updated to 1.2.1 (RHBZ #1277467) + * Sun Aug 16 2015 Shawn Iwinski - 1.2.0-1 - Updated to 1.2.0 (RHBZ #1253997) - Updated autoloader to load dependencies after self registration -- cgit