diff options
author | Remi Collet <remi@remirepo.net> | 2023-12-02 07:57:50 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-12-02 07:57:50 +0100 |
commit | 058d2b8a78bc48e9ce65766f643fb195e46eb7b2 (patch) | |
tree | 967acefc948db370ea0bf92b4d38f288bcb63b5b | |
parent | a7f7d748d0120bf7ff41aa8a783dab1e1a21cd61 (diff) |
update to 10.5.1
-rw-r--r-- | phpunit10.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 2b6517c..3d76a8b 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,7 +20,7 @@ %bcond_with defcmd %endif -%global gh_commit 80cab181aebc2efac422940443e28db556137637 +%global gh_commit d5d9dca6a902d05b34c4bcbc7c1636ce1dc25408 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -34,7 +34,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.0 +%global upstream_version 10.5.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -319,6 +319,9 @@ exit $ret %changelog +* Sat Dec 2 2023 Remi Collet <remi@remirepo.net> - 10.5.1-1 +- update to 10.5.1 + * Fri Dec 1 2023 Remi Collet <remi@remirepo.net> - 10.5.0-1 - update to 10.5.0 - provide phpunit command |