summaryrefslogtreecommitdiffstats
path: root/php-aws-sdk3.spec
diff options
context:
space:
mode:
authorShawn Iwinski <shawn@iwin.ski>2017-10-05 13:52:13 +0000
committerRemi Collet <remi@remirepo.net>2017-10-06 06:59:58 +0200
commitd2d91ab79cf5a793ece112842bd99f08fd586126 (patch)
tree0c0fd5a9aa4d8481fa18256ef668517a08843145 /php-aws-sdk3.spec
parent156d295fb93a01809c5163008fc74b4baac7406a (diff)
Update to 3.36.20 (RHBZ #1484590)
Diffstat (limited to 'php-aws-sdk3.spec')
-rw-r--r--php-aws-sdk3.spec19
1 files 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 <shawn@iwin.ski> - 3.36.20-1
+- Update to 3.36.20 (RHBZ #1484590)
+
* Tue Aug 22 2017 Shawn Iwinski <shawn@iwin.ski> - 3.34.0-1
- Update to 3.34.0 (RHBZ #1476044)