diff options
-rw-r--r-- | phpunit9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index c18e71e..b6e0661 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a5be9621b19ee19dca5f150a5b159f48b5389547 +%global gh_commit 68d7e5b17a6b9461e17c00446caa409863154f76 #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 9 %global ver_minor 0 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -284,6 +284,9 @@ exit $ret %changelog +* Fri Feb 14 2020 Remi Collet <remi@remirepo.net> - 9.0.1-1 +- update to 9.0.1 + * Fri Feb 7 2020 Remi Collet <remi@remirepo.net> - 9.0.0-1 - update to 9.0.0 - raise dependency on PHP 7.3 |