diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-18 17:51:56 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-18 17:51:56 +0100 |
commit | 88960c721b4cdf2eba260e18a5f1a472373e1c59 (patch) | |
tree | 68119b278d78201f2a212e8a6b1e0fe248053b0e | |
parent | 2dce88f34ef1396e4b23c2d19726049fcb1f9b61 (diff) |
php-aws-sdk3: 3.21.0 (backported from Fedora)
-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 1c395f7..a94cca1 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.20.16 -%global github_commit c10322e883ee4c35058798dfbb860e1397f46d99 +%global github_version 3.21.0 +%global github_commit ecbec81de6739a0ea278203f14df2b4c90ed4818 %global composer_vendor aws %global composer_project aws-sdk-php @@ -95,7 +95,7 @@ BuildRequires: php-openssl BuildRequires: php-pcre BuildRequires: php-simplexml BuildRequires: php-spl -## phpcompatinfo (computed from version 3.20.11) +## phpcompatinfo (computed from version 3.21.0) BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-filter @@ -117,7 +117,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.20.11) +# phpcompatinfo (computed from version 3.21.0) Requires: php-date Requires: php-filter Requires: php-hash @@ -271,6 +271,9 @@ rm -rf %{buildroot} %changelog +* Wed Jan 18 2017 Shawn Iwinski <shawn@iwin.ski> - 3.21.0-1 +- Updated to 3.21.0 (RHBZ #1405254) + * Tue Jan 17 2017 Remi Collet <remi@remirepo.net> - 3.20.16-1 - update to 3.20.16 |