diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-15 10:31:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-15 10:31:13 +0200 |
commit | 99d0f7a74534ea2db5aa40b285520b7df8f9664a (patch) | |
tree | b90023245dc99935041177c3513a1a1f49f02c49 | |
parent | 2c3f2563d362647f86aa1abe8504ee43f1823fd3 (diff) |
php-aws-sdk3: 3.818.18
-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 5f3a075..2646787 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.17 -%global github_commit 6c7849556f556da8615d22e675710c7a086ed5d0 +%global github_version 3.18.18 +%global github_commit 68b9d0b7e007782bc0f2633cdf5a4a6bf08aaafc %global composer_vendor aws %global composer_project aws-sdk-php @@ -255,8 +255,8 @@ export AWS_SECRET_ACCESS_KEY=bar %{_bindir}/phpunit -d memory_limit=1G --verbose --bootstrap bootstrap.php -if which php70; then - php70 %{_bindir}/phpunit -d memory_limit=1G --verbose --bootstrap bootstrap.php +if which php71; then + php71 %{_bindir}/phpunit -d memory_limit=1G --verbose --bootstrap bootstrap.php fi %else : Tests skipped @@ -279,6 +279,9 @@ rm -rf %{buildroot} %changelog +* Wed Jun 15 2016 Remi Collet <remi@remirepo.net> - 3.18.18-1 +- update to 3.18.18 + * Fri Jun 10 2016 Remi Collet <remi@remirepo.net> - 3.18.17-1 - update to 3.18.17 |