diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-22 07:14:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-22 07:14:30 +0100 |
commit | 15753181ffe18ffe55ed94a72643001374be20c7 (patch) | |
tree | 84b793a5672039034f2b69bff29d9b2ea192c42d | |
parent | 8c65ed85fd1a8eb8c33beeedaecb92a716af2861 (diff) |
php-guzzlehttp-psr7: 1.4.2
-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 9661ee2..0889721 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.4.1 -%global github_commit 0d6c7ca039329247e4f0f8f8f6506810e8248855 +%global github_version 1.4.2 +%global github_commit f5b8a8512e2b58b0071a7280e39f14f72e05d87c %global composer_vendor guzzlehttp %global composer_project psr7 @@ -146,6 +146,9 @@ rm -rf %{buildroot} %changelog +* Wed Mar 22 2017 Remi Collet <remi@remirepo.net> - 1.4.2-1 +- Update to 1.4.2 + * Sat Mar 04 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.4.1-1 - Updated to 1.4.1 (RHBZ #1425429) - Switch autoloader to php-composer(fedora/autoloader) |