diff options
| -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 c8b7ad3..c44ccd2 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.2 -%global github_commit    20539a38dc643a2700f80ae8647dbd1a05d3f7a9 +%global github_version   3.30.3 +%global github_commit    2208af5a13082a0e5c1b7a8f4f7336a7e8805966  %global composer_vendor  aws  %global composer_project aws-sdk-php @@ -258,8 +258,8 @@ RETURN_CODE=0  PHPUNIT=$(which phpunit)  for PHP_EXEC in "" php56 php70 php71 php72; do      if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then -        $PHP_EXEC $PHPUNIT -d memory_limit=1G --verbose  --testsuite=unit \ -            --bootstrap bootstrap.php || RETURN_CODE=1 +        $PHP_EXEC $PHPUNIT -d memory_limit=1G --no-coverage --testsuite=unit \ +            --bootstrap bootstrap.php --verbose || RETURN_CODE=1      fi  done  exit $RETURN_CODE @@ -279,6 +279,9 @@ exit $RETURN_CODE  %changelog +* Thu Jun 29 2017 Remi Collet <remi@remirepo.net> - 3.30.3-1 +- Update to 3.30.3 +  * Mon Jun 26 2017 Remi Collet <remi@remirepo.net> - 3.30.2-1  - Update to 3.30.2  | 
