diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-03 07:47:44 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-03 07:47:44 +0200 |
commit | 30393142cdaebf40043f0f979b7d22070cc2d43a (patch) | |
tree | 1c20f5028e512af2dd87278fd36420eccc010306 | |
parent | 77b83fbfac988b2d7432a4fb1f86146706431606 (diff) |
3.31.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 be87a03..57377d2 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.30.4 -%global github_commit 69696dd3ec8c92170a4e7083ced867d01b8b3f55 +%global github_version 3.31.0 +%global github_commit 21480f1ba2b7a329241f47d3042e9c9ad06e8e5e %global composer_vendor aws %global composer_project aws-sdk-php @@ -110,7 +110,7 @@ BuildRequires: php-openssl BuildRequires: php-pcre BuildRequires: php-simplexml BuildRequires: php-spl -## phpcompatinfo (computed from version 3.30.0) +## phpcompatinfo (computed from version 3.31.0) BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-filter @@ -134,7 +134,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.30.0) +# phpcompatinfo (computed from version 3.31.0) Requires: php-date Requires: php-filter Requires: php-hash @@ -279,6 +279,9 @@ exit $RETURN_CODE %changelog +* Sun Jul 02 2017 Shawn Iwinski <shawn@iwin.ski> - 3.31.0-1 +- Updated to 3.31.0 (RHBZ #1464279) + * Fri Jun 30 2017 Remi Collet <remi@remirepo.net> - 3.30.4-1 - Update to 3.30.4 |