diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-21 10:36:10 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-21 10:36:10 +0100 |
commit | 96d6d3c75afa4c9265d20e32efd36b10145afb8c (patch) | |
tree | 3ab6c0b6ea7644e6ab6553e95c0f99757d45646e | |
parent | 8b2c298d6d37d134938328d44ee3a978413b1574 (diff) |
update to 10.5.14
-rw-r--r-- | phpunit10.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index a309166..36d8381 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit 20a63fc1c6db29b15da3bd02d4b6cf59900088a7 -%global gh_date 2024-03-12 +%global gh_commit 4cf8824bab39c2dd57b57b9f6332f7135e2a3a49 +%global gh_date 2024-03-21 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,7 +34,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.13 +%global upstream_version 10.5.14 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -323,6 +323,9 @@ exit $ret %changelog +* Thu Mar 21 2024 Remi Collet <remi@remirepo.net> - 10.5.14-1 +- update to 10.5.14 + * Wed Mar 13 2024 Remi Collet <remi@remirepo.net> - 10.5.13-1 - update to 10.5.13 |