diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-31 08:46:03 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-31 08:46:03 +0200 |
commit | ead84934872010fae164c0aa3d3737f0a7483eeb (patch) | |
tree | 64a9c2d4db6424972f5e511cea97f0a89a58fc59 | |
parent | 8839b7baca89d5084f3e740918e01c5dc8e1458c (diff) |
v3.28.5
-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 755859e..41845bb 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.28.4 -%global github_commit a02d10b668ce905c627c6ce149e095b159538341 +%global github_version 3.28.5 +%global github_commit c0dfbcb1111104bbb970447484910611a4305b76 %global composer_vendor aws %global composer_project aws-sdk-php @@ -260,6 +260,9 @@ exit $RETURN_CODE %changelog +* Wed May 31 2017 Remi Collet <remi@remirepo.net> - 3.28.5-1 +- Update to 3.28.5 + * Sat May 27 2017 Remi Collet <remi@remirepo.net> - 3.28.4-1 - Update to 3.28.4 - open https://github.com/aws/aws-sdk-php/pull/1298 - PHP 7.2 |