From d2d91ab79cf5a793ece112842bd99f08fd586126 Mon Sep 17 00:00:00 2001 From: Shawn Iwinski Date: Thu, 5 Oct 2017 13:52:13 +0000 Subject: Update to 3.36.20 (RHBZ #1484590) --- php-aws-sdk3.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index 6ba9664..122e718 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.34.0 -%global github_commit df7ddca6872048cc91315c2b4fdb9a57d5fceb84 +%global github_version 3.36.20 +%global github_commit d6515144f8f80b95ed1c3d0a8ecc736a58154d7f %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.34.0) +## phpcompatinfo (computed from version 3.36.20) BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-filter @@ -129,18 +129,18 @@ 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.34.0) +Requires: php-json +Requires: php-pcre +Requires: php-simplexml +Requires: php-spl +# phpcompatinfo (computed from version 3.36.20) Requires: php-date Requires: php-filter Requires: php-hash Requires: php-iconv -Requires: php-json Requires: php-libxml Requires: php-mbstring -Requires: php-pcre Requires: php-session -Requires: php-simplexml -Requires: php-spl Requires: php-xmlwriter # Autoloader Requires: php-composer(fedora/autoloader) @@ -271,6 +271,9 @@ exit $RETURN_CODE %changelog +* Thu Oct 05 2017 Shawn Iwinski - 3.36.20-1 +- Update to 3.36.20 (RHBZ #1484590) + * Tue Aug 22 2017 Shawn Iwinski - 3.34.0-1 - Update to 3.34.0 (RHBZ #1476044) -- cgit