diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-04-26 17:36:17 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-04-26 17:36:17 +0200 |
commit | 9dba3633f4f12e5cb5b9b1b9660bd50adea648d7 (patch) | |
tree | c2bfff99ea7a17045723e89c40696f80201d5eb5 | |
parent | b9b288ec9513c02677b9875bd84253ff95f45b46 (diff) |
php-aws-sdk: 2.8.2 (backport)
-rw-r--r-- | php-aws-sdk.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-aws-sdk.spec b/php-aws-sdk.spec index 55d6582..f444b78 100644 --- a/php-aws-sdk.spec +++ b/php-aws-sdk.spec @@ -13,8 +13,8 @@ %global github_owner aws %global github_name aws-sdk-php -%global github_version 2.8.1 -%global github_commit 9715c747724a10c0ba0e3bae741b165730cd1953 +%global github_version 2.8.2 +%global github_commit 4237e97388d2906d2aa88f727736968fc2df9cb6 %global composer_vendor aws %global composer_project aws-sdk-php @@ -58,7 +58,7 @@ Requires: php-guzzle-Guzzle >= %{guzzle_min_ver} Requires: php-guzzle-Guzzle < %{guzzle_max_ver} # composer.json: optional Requires: php-openssl -# phpcompatinfo (computed from version 2.8.0) +# phpcompatinfo (computed from version 2.8.2) Requires: php-date Requires: php-hash Requires: php-json @@ -106,6 +106,7 @@ Optional: %setup -qn %{github_name}-%{github_commit} # W: spurious-executable-perm /usr/share/doc/php-aws-sdk/composer.json +# https://github.com/aws/aws-sdk-php/pull/555 chmod a-x composer.json @@ -143,6 +144,9 @@ fi %changelog +* Sat Apr 25 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.8.2-1 +- Updated to 2.8.2 (BZ #1213030) + * Fri Apr 17 2015 Remi Collet <remi@fedoraproject.org> - 2.8.1-1 - Update to 2.8.1 |