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 135ae3c..31aa313 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.0 -%global github_commit af653f256d99ff372ce3e3be3048e7e5373ab1bc +%global github_version 3.28.1 +%global github_commit 374225ec7e4ca2cc3edab2cd54b99ab383bfcbc6 %global composer_vendor aws %global composer_project aws-sdk-php @@ -260,6 +260,9 @@ exit $RETURN_CODE %changelog +* Tue May 23 2017 Remi Collet <remi@remirepo.net> - 3.28.1-1 +- Update to 3.28.1 + * Mon May 22 2017 Remi Collet <remi@remirepo.net> - 3.28.0-1 - Update to 3.28.0 |