diff options
-rw-r--r-- | phpunit10.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 559657f..a35fb13 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -14,7 +14,7 @@ %bcond_without tests -%global gh_commit 9784e877e3700de37475545bdbdce8383ff53d25 +%global gh_commit 62bd7af13d282deeb95650077d28ba3600ca321c #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -28,7 +28,7 @@ %global ver_major 10 %global ver_minor 4 -%global upstream_version 10.4.0 +%global upstream_version 10.4.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -306,6 +306,9 @@ exit $ret %changelog +* Sun Oct 8 2023 Remi Collet <remi@remirepo.net> - 10.4.1-1 +- update to 10.4.1 + * Fri Oct 6 2023 Remi Collet <remi@remirepo.net> - 10.4.0-1 - update to 10.4.0 |