diff options
author | Remi Collet <remi@remirepo.net> | 2023-09-05 08:14:37 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-09-05 08:14:37 +0200 |
commit | f8368b1543a4f0e678978c07a8500f29e07cbcfb (patch) | |
tree | 5ba9b166c60b4b98829395d1a203093f2c4bafb3 | |
parent | 7b98895966d93213d9aba2bb0bfef9a6844a91b2 (diff) |
update to 10.3.3
-rw-r--r-- | phpunit10.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 2f21281..944fbfd 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -14,7 +14,7 @@ %bcond_without tests -%global gh_commit 0dafb1175c366dd274eaa9a625e914451506bcd1 +%global gh_commit 241ed4dd0db1c096984e62d414c4e1ac8d5dbff4 #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 3 -%global upstream_version 10.3.2 +%global upstream_version 10.3.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -302,6 +302,9 @@ exit $ret %changelog +* Tue Sep 5 2023 Remi Collet <remi@remirepo.net> - 10.3.3-1 +- update to 10.3.3 + * Fri Aug 18 2023 Remi Collet <remi@remirepo.net> - 10.3.2-1 - update to 10.3.2 |