diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-aws-sdk3.spec | 8 | 
2 files changed, 7 insertions, 3 deletions
diff --git a/composer.json b/composer.json index ac76e7e..cf48b07 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@          "ext-json": "*",          "ext-dom": "*",          "ext-simplexml": "*", -        "phpunit/phpunit": "~4.0|~5.0", +        "phpunit/phpunit": "^4.8.35|^5.4.0",          "behat/behat": "~3.0",          "doctrine/cache": "~1.4",          "aws/aws-php-sns-message-validator": "~1.0", diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index 4e1d2ee..257a860 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.26.2 -%global github_commit    05df1887d7b8cea9fba9ad59e1513c3815e883ae +%global github_version   3.26.3 +%global github_commit    a843acca973557ca4fefb7e4d407e6312ff0b9ed  %global composer_vendor  aws  %global composer_project aws-sdk-php @@ -236,6 +236,7 @@ export AWS_SECRET_ACCESS_KEY=bar  : Upstream tests  RETURN_CODE=0 +# 7.2: There were 8 errors:  for PHP_CLI in php php56 php70 php71; do      if which $PHP_CLI; then          $PHP_CLI %{_bindir}/phpunit -d memory_limit=1G --verbose  --testsuite=unit \ @@ -259,6 +260,9 @@ exit $RETURN_CODE  %changelog +* Thu Apr 27 2017 Remi Collet <remi@remirepo.net> - 3.26.3-1 +- Update to 3.26.3 +  * Mon Apr 24 2017 Remi Collet <remi@remirepo.net> - 3.26.2-1  - Update to 3.26.2  | 
