diff options
| author | Remi Collet <remi@remirepo.net> | 2023-02-06 07:57:46 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-02-06 07:57:46 +0100 | 
| commit | 48baf16fa39f6999caa4b961e1ed927b6e1dcee8 (patch) | |
| tree | 220e4a4263f3ae549ba4efbc51567268fb7dcd83 | |
| parent | b925aa5d71d4b7d9a59ecdead27a8e85f9977788 (diff) | |
update to 9.6.3
| -rw-r--r-- | phpunit9.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/phpunit9.spec b/phpunit9.spec index 424010c..5472704 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    1a461cabfbd5b464f5d41c49a9959c63b4ecd2d1 +%global gh_commit    e7b1615e3e887d6c719121c6d4a44b0ab9645555  #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.2 +%global upstream_version 9.6.3  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -306,6 +306,9 @@ exit $ret  %changelog +* Mon Feb  6 2023 Remi Collet <remi@remirepo.net> - 9.6.3-1 +- update to 9.6.3 +  * Sat Feb  4 2023 Remi Collet <remi@remirepo.net> - 9.6.2-1  - update to 9.6.2  - adapt launcher for phpunit10 | 
