summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-01 11:31:43 +0200
committerRemi Collet <remi@remirepo.net>2020-04-01 11:31:43 +0200
commitadec2fbe94e1c0d4810e4090b68c7f6fccd1ffba (patch)
treeccd005d2da94f228d750b95bbbf975c19e9cd144
parent8c9069ba7407068a5897b0bae8a83d69dc8bb8fd (diff)
v3.134.0 from Fedora
-rw-r--r--php-aws-sdk3.spec11
1 files 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 <shawn@iwin.ski> - 3.134.0-1
+- Update to 3.134.0 (RHBZ #1806756)
+
* Sat Feb 22 2020 Shawn Iwinski <shawn@iwin.ski> - 3.133.20-1
- Update to 3.133.20 (RHBZ #1750925)
- Fix FTBFS (RHBZ #1799865)