diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-26 10:07:08 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-26 10:07:08 +0200 |
commit | a3c51d3f35c097815d17930c887d85a2885d4d3f (patch) | |
tree | 2a08fb4b449d65d6d74a28b70979c70e85142031 | |
parent | 2f5e3fd226fed267028e21f8d558456591fe1ea8 (diff) |
v3.30.2
-rw-r--r-- | php-aws-sdk3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index be89dea..c8b7ad3 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.30.0 -%global github_commit c84ce7a758ce3bbe8ff54abfa2e0646941fe5fc4 +%global github_version 3.30.2 +%global github_commit 20539a38dc643a2700f80ae8647dbd1a05d3f7a9 %global composer_vendor aws %global composer_project aws-sdk-php @@ -56,7 +56,7 @@ Name: php-aws-sdk3 Version: %{github_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Amazon Web Services framework for PHP Group: Development/Libraries @@ -279,6 +279,9 @@ exit $RETURN_CODE %changelog +* Mon Jun 26 2017 Remi Collet <remi@remirepo.net> - 3.30.2-1 +- Update to 3.30.2 + * Sat Jun 24 2017 Shawn Iwinski <shawn@iwin.ski> - 3.30.0-2 - Add patch to fix PHP 7.2 failures - Add php72 to SCL tests |