diff options
-rw-r--r-- | php-aws-sdk3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index fa06280..8250a20 100644 --- a/php-aws-sdk3.spec +++ b/php-aws-sdk3.spec @@ -12,8 +12,8 @@ %global github_owner aws %global github_name aws-sdk-php -%global github_version 3.29.4 -%global github_commit f714ebbcc23945b1c9b4b0e5fdc339cef33dedf6 +%global github_version 3.29.5 +%global github_commit a6b48c2526ecc14cfb3410b88b9a21f75442eb9b %global composer_vendor aws %global composer_project aws-sdk-php @@ -260,6 +260,9 @@ exit $RETURN_CODE %changelog +* Thu Jun 15 2017 Remi Collet <remi@remirepo.net> - 3.29.5-1 +- Update to 3.29.5 + * Wed Jun 14 2017 Remi Collet <remi@remirepo.net> - 3.29.4-1 - Update to 3.29.4 |