diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-03-22 07:12:41 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-03-22 07:12:41 +0100 | 
| commit | 3f116fd73266c6b9278702f2fb14bd7d2f98f075 (patch) | |
| tree | 7befc79a2fbfa11226f9314febe05f111459d9dc | |
| parent | 48875dd7f0d22c043ba6a0b742ee0b98e2077328 (diff) | |
php-aws-sdk3: 3.24.5
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-aws-sdk3.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index ea440bc..ac76e7e 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@      "require": {          "php": ">=5.5",          "guzzlehttp/guzzle": "^5.3.1|^6.2.1", -        "guzzlehttp/psr7": "^1.3.1, !=1.4.0", +        "guzzlehttp/psr7": "^1.4.1",          "guzzlehttp/promises": "~1.0",          "mtdowling/jmespath.php": "~2.2"      }, diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index d12a215..3d60b70 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.24.4 -%global github_commit    2823e0a0742505f655b0cb3bcdb10844f60e6078 +%global github_version   3.24.5 +%global github_commit    23c34a2892594790a59c68dd71371602e0d08fae  %global composer_vendor  aws  %global composer_project aws-sdk-php @@ -267,6 +267,9 @@ rm -rf %{buildroot}  %changelog +* Wed Mar 22 2017 Remi Collet <remi@remirepo.net> - 3.24.5-1 +- Update to 3.24.5 +  * Tue Mar 14 2017 Remi Collet <remi@remirepo.net> - 3.24.4-1  - Update to 3.24.4  | 
