diff options
author | Remi Collet <remi@remirepo.net> | 2023-06-05 11:28:30 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-06-05 11:28:30 +0200 |
commit | 8e33529e0ca9b00d1d3af9124f0c95027430608a (patch) | |
tree | 55059cf322cd8d2d0182175a5e6e894d8e7978d7 | |
parent | b47e1338c1d5c6de329df722104e0d5182fe5166 (diff) |
update to 10.2.1
-rw-r--r-- | phpunit10.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index e94e788..bce1889 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3aad97fde1f3e490e2b316ba56bc4680310e3c3f +%global gh_commit 599b33294350e8f51163119d5670512f98b0490d #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.0 +%global upstream_version 10.2.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -297,6 +297,9 @@ exit $ret %changelog +* Mon Jun 5 2023 Remi Collet <remi@remirepo.net> - 10.2.1-1 +- update to 10.2.1 + * Fri Jun 2 2023 Remi Collet <remi@remirepo.net> - 10.2.0-1 - update to 10.2.0 |