diff options
author | Remi Collet <remi@remirepo.net> | 2023-07-14 08:34:07 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-07-14 08:34:07 +0200 |
commit | 2d8c517dbbfc4f17fcd603f5ffbbecefdf511dd0 (patch) | |
tree | 8228bad8549add98852664d475f3f8c44b418fa1 | |
parent | 4c8d58aa76dd47706041c3ca8fac5bd40c3f4c47 (diff) |
update to 10.2.5
-rw-r--r-- | phpunit10.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 12dc750..1b760da 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 68484779b5a2ed711fbdeba6ca01910d87acdff2 +%global gh_commit 15a89f123d8ca9c1e1598d6d87a56a8bf28c72cd #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 2 -%global upstream_version 10.2.4 +%global upstream_version 10.2.5 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -297,6 +297,9 @@ exit $ret %changelog +* Fri Jul 14 2023 Remi Collet <remi@remirepo.net> - 10.2.5-1 +- update to 10.2.5 + * Mon Jul 10 2023 Remi Collet <remi@remirepo.net> - 10.2.4-1 - update to 10.2.4 |