diff options
-rw-r--r-- | php-aws-sdk3.spec | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index c36f8e5..135ae3c 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.27.3 -%global github_commit 5530121afccd4c7842de11d0e5c1d1ac2526f26d +%global github_version 3.28.0 +%global github_commit af653f256d99ff372ce3e3be3048e7e5373ab1bc %global composer_vendor aws %global composer_project aws-sdk-php @@ -260,6 +260,12 @@ exit $RETURN_CODE %changelog +* Mon May 22 2017 Remi Collet <remi@remirepo.net> - 3.28.0-1 +- Update to 3.28.0 + +* Wed May 17 2017 Remi Collet <remi@remirepo.net> - 3.27.4-1 +- Update to 3.27.4 + * Tue May 16 2017 Remi Collet <remi@remirepo.net> - 3.27.3-1 - Update to 3.27.3 |