summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-04-27 07:14:43 +0200
committerRemi Collet <remi@remirepo.net>2017-04-27 07:14:43 +0200
commitc0f929c4983227dea54effe367929b5aa350fb95 (patch)
tree7fd44e5a3daea412a022c267d1ced1f1eebe5816
parent57a44f9490f89ad87007beacc03577cb88a3ec50 (diff)
v3.26.3
-rw-r--r--composer.json2
-rw-r--r--php-aws-sdk3.spec8
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