From 9dba3633f4f12e5cb5b9b1b9660bd50adea648d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Apr 2015 17:36:17 +0200 Subject: php-aws-sdk: 2.8.2 (backport) --- php-aws-sdk.spec | 10 +++++++--- 1 file 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 - 2.8.2-1 +- Updated to 2.8.2 (BZ #1213030) + * Fri Apr 17 2015 Remi Collet - 2.8.1-1 - Update to 2.8.1 -- cgit