From 1e2d63629c7892f5f1cbfb996c589192e3029f6e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Feb 2019 08:38:33 +0100 Subject: v8.0.1 --- phpunit8.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'phpunit8.spec') diff --git a/phpunit8.spec b/phpunit8.spec index b06e10a..c2146ec 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 130104cf796a88dd1547dc5beb8bd555c2deb55e +%global gh_commit 753a192050133fc649234de34d1993d87785b134 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 0 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -151,7 +151,6 @@ Requires: (php-composer(sebastian/version) >= 2.0.1 with php-co Requires: (php-composer(phpunit/php-invoker) >= 2.0 with php-composer(phpunit/php-invoker) < 3) Suggests: php-soap Suggests: php-xdebug -Suggests: php-pcov # remirepo:20 %else Requires: php-doctrine-instantiator11 @@ -267,11 +266,14 @@ exit $ret %changelog +* Mon Feb 4 2019 Remi Collet - 8.0.1-1 +- update to 8.0.1 + * Fri Feb 1 2019 Remi Collet - 8.0.0-1 - rename to phpunit8 - update to 8.0.0 - add dependency on xmlwriter extension -- add weak dependency on soap, xdebug and pcov extensions +- add weak dependency on soap, xdebug extension - raise dependency on PHP 7.2 - raise dependency on phpunit/php-code-coverage 7.0 - raise dependency on sebastian/environment 4.1 -- cgit