diff options
| author | Remi Collet <remi@remirepo.net> | 2022-02-18 15:23:00 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-02-18 15:23:00 +0100 | 
| commit | dd417bdf8b5f976abf29c3ae73a96bed1a5a36b0 (patch) | |
| tree | 283fddce1ed104cea795fd2b38cc4ef72000e9ce | |
| parent | 361a188ff7f8420d078c81c2f0b7ef2b663b1a84 (diff) | |
update to 9.5.14
| -rw-r--r-- | phpunit9.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/phpunit9.spec b/phpunit9.spec index 6b3d7c8..d152944 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    597cb647654ede35e43b137926dfdfef0fb11743 +%global gh_commit    1883687169c017d6ae37c58883ca3994cfc34189  #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    5 -%global upstream_version 9.5.13 +%global upstream_version 9.5.14  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -303,6 +303,9 @@ exit $ret  %changelog +* Fri Feb 18 2022 Remi Collet <remi@remirepo.net> - 9.5.14-1 +- update to 9.5.14 +  * Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 9.5.13-1  - update to 9.5.13 | 
