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 4026f71..8483411 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.0 -%global github_commit    23fd97c5bc4aaa923b994f8876c86574ed84f27d +%global github_version   3.27.1 +%global github_commit    9fc7aa9cad2e8cff8e49582f1be19cf92631153c  %global composer_vendor  aws  %global composer_project aws-sdk-php @@ -260,6 +260,9 @@ exit $RETURN_CODE  %changelog +* Wed May 10 2017 Remi Collet <remi@remirepo.net> - 3.27.1-1 +- Update to 3.27.1 +  * Fri May  5 2017 Remi Collet <remi@remirepo.net> - 3.27.0-1  - Update to 3.27.0  | 
