diff options
author | Shawn Iwinski <shawn@iwin.ski> | 2017-08-23 00:31:07 +0000 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-24 06:50:56 +0200 |
commit | e4c42c48a5118cae15386424ca59798fd8a288e1 (patch) | |
tree | 96b51f4ddf75970229d56fcf3fc77ea2a6ac2751 | |
parent | 8e30e22b37a58fde7abf0ca67ef216d9f16a3cd1 (diff) |
Update to 3.34.0 (RHBZ #1476044)
-rw-r--r-- | php-aws-sdk3.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index cb11b79..6ba9664 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.32.0 -%global github_commit 3cd5606efca95480a17b0f9d0f21190cd25cef77 +%global github_version 3.34.0 +%global github_commit df7ddca6872048cc91315c2b4fdb9a57d5fceb84 %global composer_vendor aws %global composer_project aws-sdk-php @@ -105,7 +105,7 @@ BuildRequires: php-openssl BuildRequires: php-pcre BuildRequires: php-simplexml BuildRequires: php-spl -## phpcompatinfo (computed from version 3.32.0) +## phpcompatinfo (computed from version 3.34.0) BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-filter @@ -129,7 +129,7 @@ Requires: php-composer(guzzlehttp/psr7) < %{guzzle_psr7_max_ver} Requires: php-composer(guzzlehttp/psr7) >= %{guzzle_psr7_min_ver} Requires: php-composer(mtdowling/jmespath.php) < %{jmespath_max_ver} Requires: php-composer(mtdowling/jmespath.php) >= %{jmespath_min_ver} -# phpcompatinfo (computed from version 3.31.0) +# phpcompatinfo (computed from version 3.34.0) Requires: php-date Requires: php-filter Requires: php-hash @@ -271,6 +271,9 @@ exit $RETURN_CODE %changelog +* Tue Aug 22 2017 Shawn Iwinski <shawn@iwin.ski> - 3.34.0-1 +- Update to 3.34.0 (RHBZ #1476044) + * Thu Jul 27 2017 Shawn Iwinski <shawn@iwin.ski> - 3.32.0-1 - Update to 3.32.0 (RHBZ #1472012) - Remove patch to fix PHP 7.2 failures |