diff options
| author | Remi Collet <remi@remirepo.net> | 2019-02-04 08:38:33 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-02-04 08:38:33 +0100 | 
| commit | 1e2d63629c7892f5f1cbfb996c589192e3029f6e (patch) | |
| tree | 34cdeb3d129e2212c9fd1bf915b9e39a8c2c6f19 | |
| parent | 8b833aae7a3c9f40d41bb9f00992112fdfe2a787 (diff) | |
v8.0.1
| -rw-r--r-- | phpunit8.spec | 10 | 
1 files changed, 6 insertions, 4 deletions
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 <remi@remirepo.net> - 8.0.1-1 +- update to 8.0.1 +  * Fri Feb  1 2019 Remi Collet <remi@remirepo.net> - 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  | 
