diff options
author | Remi Collet <remi@remirepo.net> | 2017-05-24 14:16:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-05-24 14:16:15 +0200 |
commit | dd464cc3d36542e4f07fa0eced808fbada6775e2 (patch) | |
tree | 82aa7d7bd2388be17fa9a7ba7ca8aeb04d24357e | |
parent | c94de7aee2c2aadf22edaa848873f11122d96380 (diff) |
v3.28.2
-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 31aa313..c964b13 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.1 -%global github_commit 374225ec7e4ca2cc3edab2cd54b99ab383bfcbc6 +%global github_version 3.28.2 +%global github_commit 7422680d442328a4d3bc3888546e5a1309d74ef7 %global composer_vendor aws %global composer_project aws-sdk-php @@ -260,6 +260,9 @@ exit $RETURN_CODE %changelog +* Wed May 24 2017 Remi Collet <remi@remirepo.net> - 3.28.2-1 +- Update to 3.28.2 + * Tue May 23 2017 Remi Collet <remi@remirepo.net> - 3.28.1-1 - Update to 3.28.1 |