summaryrefslogtreecommitdiffstats
path: root/php-guzzlehttp-psr7.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-22 07:14:30 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-22 07:14:30 +0100
commit15753181ffe18ffe55ed94a72643001374be20c7 (patch)
tree84b793a5672039034f2b69bff29d9b2ea192c42d /php-guzzlehttp-psr7.spec
parent8c65ed85fd1a8eb8c33beeedaecb92a716af2861 (diff)
php-guzzlehttp-psr7: 1.4.2
Diffstat (limited to 'php-guzzlehttp-psr7.spec')
-rw-r--r--php-guzzlehttp-psr7.spec7
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)