diff options
author | Remi Collet <remi@remirepo.net> | 2024-04-05 08:17:57 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-04-05 08:17:57 +0200 |
commit | 2946224331716727854586b8ea00de40829c3b50 (patch) | |
tree | 9f94b365af66d21c4091fb29e4f47447756b6986 /phpunit9.spec | |
parent | 7550df8f95da5f5960f7752e8a7fd27d7fa33500 (diff) |
update to 9.6.19
Diffstat (limited to 'phpunit9.spec')
-rw-r--r-- | phpunit9.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index 3f7e469..2a1ee78 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -12,8 +12,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04 -%global gh_date 2024-03-21 +%global gh_commit a1a54a473501ef4cdeaae4e06891674114d79db8 +%global gh_date 2024-04-05 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -26,7 +26,7 @@ %global ver_major 9 %global ver_minor 6 -%global upstream_version 9.6.18 +%global upstream_version 9.6.19 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -319,6 +319,9 @@ exit $ret %changelog +* Fri Apr 5 2024 Remi Collet <remi@remirepo.net> - 9.6.19-1 +- update to 9.6.19 + * Thu Mar 21 2024 Remi Collet <remi@remirepo.net> - 9.6.18-1 - update to 9.6.18 |