From fe7aa4b06b972005a11d18bd61fa0488c6d4977a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Oct 2016 07:34:15 +0200 Subject: php-zendframework-zend-diactoros: 1.3.7 --- composer.json | 10 +++++----- php-zendframework-zend-diactoros.spec | 11 +++++++---- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 8db507f..9170a32 100644 --- a/composer.json +++ b/composer.json @@ -46,13 +46,13 @@ }, "scripts": { "check": [ - "@cs", + "@cs-check", "@test" ], - "coveralls": "coveralls", - "cs": "phpcs", + "upload-coverage": "coveralls -v", + "cs-check": "phpcs", "cs-fix": "phpcbf", - "test": "phpunit", - "test-coverage": "phpunit --coverage-clover clover.xml" + "test": "phpunit --colors=always", + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" } } diff --git a/php-zendframework-zend-diactoros.spec b/php-zendframework-zend-diactoros.spec index 522f558..f68dd78 100644 --- a/php-zendframework-zend-diactoros.spec +++ b/php-zendframework-zend-diactoros.spec @@ -12,8 +12,8 @@ %global github_owner zendframework %global github_name zend-diactoros -%global github_version 1.3.6 -%global github_commit a60da179c37f2c4e44ef734d0b92824a58943f7f +%global github_version 1.3.7 +%global github_commit 969ff423d3f201da3ff718a5831bb999bb0669b0 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global composer_vendor zendframework @@ -157,11 +157,11 @@ BOOTSTRAP run=0 ret=0 if which php56; then - php56 %{_bindir}/phpunit --bootstrap ./bootstrap.php + php56 %{_bindir}/phpunit --bootstrap ./bootstrap.php || ret=1 run=1 fi if which php71; then - php71 %{_bindir}/phpunit --bootstrap ./bootstrap.php + php71 %{_bindir}/phpunit --bootstrap ./bootstrap.php || ret=1 run=1 fi if [ $run -eq 0 ]; then @@ -189,6 +189,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 12 2016 Remi Collet - 1.3.7-1 +- update to 1.3.7 + * Thu Sep 8 2016 Remi Collet - 1.3.6-1 - update to 1.3.6 -- cgit