From 37b4ca2be6e3c31e204244fa01e2b88ae774d29e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Dec 2017 06:22:09 +0100 Subject: v5.3.0 --- php-phpunit-php-code-coverage5.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'php-phpunit-php-code-coverage5.spec') 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 - 5.3.0-1 +- Update to 5.3.0 + * Tue Nov 28 2017 Remi Collet - 5.2.4-1 - Update to 5.2.4 - raise dependency on phpunit/php-token-stream 2.0.1 -- cgit