diff options
| author | Remi Collet <remi@remirepo.net> | 2023-02-28 13:56:55 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-02-28 13:56:55 +0100 | 
| commit | 8f3eae3198611b5c16ea5b8c9f244002aacfba5e (patch) | |
| tree | e6eceec5009f5f6646a51e154f0368680533d29a | |
| parent | 48baf16fa39f6999caa4b961e1ed927b6e1dcee8 (diff) | |
update to 9.6.4
| -rw-r--r-- | phpunit9.spec | 9 | 
1 files changed, 7 insertions, 2 deletions
| diff --git a/phpunit9.spec b/phpunit9.spec index 5472704..973f760 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    e7b1615e3e887d6c719121c6d4a44b0ab9645555 +%global gh_commit    9125ee085b6d95e78277dc07aa1f46f9e0607b8d  #global gh_date      20150927  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann @@ -25,7 +25,7 @@  %global ver_major    9  %global ver_minor    6 -%global upstream_version 9.6.3 +%global upstream_version 9.6.4  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -163,6 +163,8 @@ Requires:       (php-composer(sebastian/version) >= 3.0.1             with php-c  #        "ext-xdebug": "*"  Suggests:       php-soap  Suggests:       php-xdebug +# recommends latest versions +Recommends:     phpunit10  # remirepo:23  %else  Requires:       php-doctrine-instantiator                   >= 1.3.1 @@ -306,6 +308,9 @@ exit $ret  %changelog +* Tue Feb 28 2023 Remi Collet <remi@remirepo.net> - 9.6.4-1 +- update to 9.6.4 +  * Mon Feb  6 2023 Remi Collet <remi@remirepo.net> - 9.6.3-1  - update to 9.6.3 | 
