diff options
author | Remi Collet <remi@remirepo.net> | 2017-12-07 06:22:09 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-12-07 06:22:09 +0100 |
commit | 37b4ca2be6e3c31e204244fa01e2b88ae774d29e (patch) | |
tree | f22087a9266c51fad0c912abfe43b5dd8b7d7712 /php-phpunit-php-code-coverage5.spec | |
parent | 61d72af5d985975f80ae1da053d11da647e2ad3c (diff) |
v5.3.0
Diffstat (limited to 'php-phpunit-php-code-coverage5.spec')
-rw-r--r-- | php-phpunit-php-code-coverage5.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-phpunit-php-code-coverage5.spec b/php-phpunit-php-code-coverage5.spec index b873b1a..6b01829 100644 --- a/php-phpunit-php-code-coverage5.spec +++ b/php-phpunit-php-code-coverage5.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 033ec97498cf530cc1be4199264cad568b19be26 +%global gh_commit 661f34d0bd3f1a7225ef491a70a020ad23a057a1 #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -22,8 +22,8 @@ %global ns_project CodeCoverage %global php_home %{_datadir}/php %global ver_major 5 -%global ver_minor 2 -%global ver_patch 4 +%global ver_minor 3 +%global ver_patch 0 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -67,8 +67,7 @@ BuildRequires: php-composer(sebastian/version) >= 2.0.1 BuildRequires: php-composer(theseer/tokenizer) < 2 BuildRequires: php-composer(theseer/tokenizer) >= 1.1 # From composer.json, "require-dev": { -# "phpunit/phpunit": "^6.0", -# "ext-xdebug": "^2.5.5" +# "phpunit/phpunit": "^6.0" BuildRequires: phpunit6 BuildRequires: php-pecl-xdebug >= 2.5.5 %endif @@ -212,6 +211,9 @@ exit $ret %changelog +* Thu Dec 7 2017 Remi Collet <remi@remirepo.net> - 5.3.0-1 +- Update to 5.3.0 + * Tue Nov 28 2017 Remi Collet <remi@remirepo.net> - 5.2.4-1 - Update to 5.2.4 - raise dependency on phpunit/php-token-stream 2.0.1 |