diff options
author | Remi Collet <remi@remirepo.net> | 2017-04-12 08:21:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-04-12 08:21:15 +0200 |
commit | 54245a9403823ee8775821895f468a0ead4b9b55 (patch) | |
tree | 15092877578b6701782c60f0dbac97542d7ba83d | |
parent | cbf90ecd4bb7fea77931849092786291718cabd3 (diff) |
v3.25.7
-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 fd62479..d17bf64 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.25.6 -%global github_commit fe98140a4811abbe9104477b167dc3c7f9a8391b +%global github_version 3.25.7 +%global github_commit d4f1104f5ac9c755875c5e6e9bade2c70708219a %global composer_vendor aws %global composer_project aws-sdk-php @@ -259,6 +259,9 @@ exit $RETURN_CODE %changelog +* Wed Apr 12 2017 Remi Collet <remi@remirepo.net> - 3.25.7-1 +- Update to 3.25.7 + * Mon Apr 10 2017 Remi Collet <remi@remirepo.net> - 3.25.6-1 - Update to 3.25.6 |