diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-21 18:14:07 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-21 18:14:07 +0200 |
commit | fa3d80d0bb42a561d801c5957ec2fbdf4f4c0017 (patch) | |
tree | 30a4a59c432a0c4b06a1c96c8750d51a4e5d9683 | |
parent | 37d94b2c318b415c6da16d0e17df153ba14d701f (diff) |
php-aws-sdk3: 3.18.31
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | php-aws-sdk3.spec | 11 |
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 56851ee..7681064 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require": { "php": ">=5.5", - "guzzlehttp/guzzle": "~5.3|~6.0.1|~6.1", + "guzzlehttp/guzzle": "^5.3.1|^6.2.1", "guzzlehttp/psr7": "~1.3.1", "guzzlehttp/promises": "~1.0", "mtdowling/jmespath.php": "~2.2" diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index 8fda08d..914546e 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.18.28 -%global github_commit c75d3ba185d5db6998124fa1a99a63e5d529b247 +%global github_version 3.18.31 +%global github_commit dad0b7db5fa8f3c7a3805efb2a1e86a50f11fe8b %global composer_vendor aws %global composer_project aws-sdk-php @@ -30,8 +30,8 @@ # NOTE: Min version not 1.4 because autoloader required %global doctrine_cache_min_ver 1.4.1 %global doctrine_cache_max_ver 2.0 -# "guzzlehttp/guzzle": "~5.3|~6.0.1|~6.1" -%global guzzle_min_ver 5.3 +# "guzzlehttp/guzzle": "^5.3.1|^6.2.1" +%global guzzle_min_ver 5.3.1 %global guzzle_max_ver 7.0 # "guzzlehttp/promises": "~1.0" %global guzzle_promises_min_ver 1.0 @@ -285,6 +285,9 @@ rm -rf %{buildroot} %changelog +* Thu Jul 21 2016 Remi Collet <remi@remirepo.net> - 3.18.31-1 +- update to 3.18.31 + * Sun Jul 17 2016 Remi Collet <remi@remirepo.net> - 3.18.28-1 - update to 3.18.28 |