diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-02 07:16:15 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-02 07:16:15 +0100 |
commit | b696b8488a6c83a80dba08c35d127d3c0c624738 (patch) | |
tree | b318db3a16d1aed9b09cd96c806e87ae36c1b58c | |
parent | d72c6459372e019ecf89e49c6195ff32fcce7d58 (diff) |
update to 10.0.14
-rw-r--r-- | phpunit10.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 67a8e26..ed0f684 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit c37a88d7a905266eab6498817a1bf1170043313f +%global gh_commit 7065dbebcb0f66cf16a45fc9cfc28c2351e06169 #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 10 %global ver_minor 0 -%global upstream_version 10.0.13 +%global upstream_version 10.0.14 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -293,6 +293,9 @@ exit $ret %changelog +* Thu Mar 2 2023 Remi Collet <remi@remirepo.net> - 10.0.14-1 +- update to 10.0.14 + * Tue Feb 28 2023 Remi Collet <remi@remirepo.net> - 10.0.13-1 - update to 10.0.13 |