diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-21 05:54:10 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-21 05:54:10 +0200 |
commit | 2979171726c4f39034ee9589fd470187fcfede95 (patch) | |
tree | 893b84c1eceaf9b500373626be698ae5492ea3e5 | |
parent | 2045f899e8dd129ad52f2a2887d33858ccf651c1 (diff) |
-rw-r--r-- | phpunit10.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 0c59cad..8d1dbc9 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 8080be387a5be380dda48c6f41cee4a13aadab3d -%global gh_date 2025-05-02 +%global gh_commit 3637b3e50d32ab3a0d1a33b3b6177169ec3d95a3 +%global gh_date 2025-06-20 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -33,7 +33,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.46 +%global upstream_version 10.5.47 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -277,6 +277,9 @@ exit $ret %changelog +* Sat Jun 21 2025 Remi Collet <remi@remirepo.net> - 10.5.47-1 +- update to 10.5.47 + * Sun May 4 2025 Remi Collet <remi@remirepo.net> - 10.5.46-1 - update to 10.5.46 - raise dependency on myclabs/deep-copy 1.13.1 |