diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-23 09:58:09 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-23 09:58:09 +0100 |
commit | e1a24268f39ac8568e9e2d3ef690e539104f5673 (patch) | |
tree | 23b7e89c8f96166d21c1c9f129583bb99cb4146d | |
parent | 86ec4687438af58b4064b2fc668cc1454cadfd20 (diff) |
php-aws-sdk3: 3.19.32
-rw-r--r-- | php-aws-sdk3.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index 3915f7a..052f8aa 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.19.31 -%global github_commit 3b7777e4091f4bf4de1dee19cfdad87249facb0e +%global github_version 3.19.32 +%global github_commit 4c3093e320c4a34e30327043d24099787b702665 %global composer_vendor aws %global composer_project aws-sdk-php @@ -230,8 +230,6 @@ require_once '%{buildroot}%{phpdir}/Aws3/autoload.php'; BOOTSTRAP : Skip tests known to fail -sed 's/function testsIfExists/function SKIP_testsIfExists/' \ - -i tests/S3/S3ClientTest.php rm -f \ tests/Integ/GuzzleV5HandlerTest.php \ tests/Integ/GuzzleV6StreamHandlerTest.php @@ -275,6 +273,9 @@ rm -rf %{buildroot} %changelog +* Wed Nov 23 2016 Remi Collet <remi@remirepo.net> - 3.19.32-1 +- update to 3.19.32 + * Tue Nov 22 2016 Remi Collet <remi@remirepo.net> - 3.19.31-1 - update to 3.19.31 |