summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-28 07:12:34 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-28 07:12:34 +0200
commitc8f6fff15e2b118a728eaaa969e1e3c83131d9d7 (patch)
tree5c4ec4a2c161f0614d51aa25133cc0a0e7d1638d
parentedcb43d7a057f1cd958821ec620a1c6b2c95eee2 (diff)
php-aws-sdk3: 3.18.21
-rw-r--r--php-aws-sdk3.spec18
1 files changed, 14 insertions, 4 deletions
diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec
index c488f3b..67973f7 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.18.20
-%global github_commit e5a901dd3a42d0c46a90ee37a174938cd0ce55bf
+%global github_version 3.18.21
+%global github_commit db88adc1569789e7d680809f51a62d2bd3410216
%global composer_vendor aws
%global composer_project aws-sdk-php
@@ -253,10 +253,17 @@ rm -f \
export AWS_ACCESS_KEY_ID=foo
export AWS_SECRET_ACCESS_KEY=bar
-%{_bindir}/phpunit -d memory_limit=1G --verbose --bootstrap bootstrap.php
-
+run=0
+if which php56; then
+ php56 %{_bindir}/phpunit -d memory_limit=1G --verbose --bootstrap bootstrap.php
+ run=1
+fi
if which php71; then
php71 %{_bindir}/phpunit -d memory_limit=1G --verbose --bootstrap bootstrap.php
+ run=1
+fi
+if [ $run -eq 0 ]; then
+ %{_bindir}/phpunit -d memory_limit=1G --verbose --bootstrap bootstrap.php
fi
%else
: Tests skipped
@@ -279,6 +286,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Jun 28 2016 Remi Collet <remi@remirepo.net> - 3.18.21-1
+- update to 3.18.21
+
* Fri Jun 24 2016 Remi Collet <remi@remirepo.net> - 3.18.20-1
- update to 3.18.20