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