From adec2fbe94e1c0d4810e4090b68c7f6fccd1ffba Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Apr 2020 11:31:43 +0200 Subject: v3.134.0 from Fedora --- php-aws-sdk3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index a59c082..aba3d36 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.133.20 -%global github_commit c5f84f9edafb6372dafdbc87cb588772761179ca +%global github_version 3.134.0 +%global github_commit 480d4df4b7974666fa7c5e3df564d01f4f29663f %global composer_vendor aws %global composer_project aws-sdk-php @@ -128,7 +128,7 @@ BuildRequires: php-pcntl BuildRequires: php-pcre BuildRequires: php-simplexml BuildRequires: php-sockets -## phpcompatinfo (computed from version 3.133.20) +## phpcompatinfo (computed from version 3.134.0) BuildRequires: php-date BuildRequires: php-filter BuildRequires: php-hash @@ -165,7 +165,7 @@ Requires: php-composer(mtdowling/jmespath.php) >= %{jmespath_min_ver} Requires: php-json Requires: php-pcre Requires: php-simplexml -# phpcompatinfo (computed from version 3.133.20) +# phpcompatinfo (computed from version 3.134.0) Requires: php-date Requires: php-filter Requires: php-hash @@ -340,6 +340,9 @@ exit $RETURN_CODE %changelog +* Tue Mar 31 2020 Shawn Iwinski - 3.134.0-1 +- Update to 3.134.0 (RHBZ #1806756) + * Sat Feb 22 2020 Shawn Iwinski - 3.133.20-1 - Update to 3.133.20 (RHBZ #1750925) - Fix FTBFS (RHBZ #1799865) -- cgit