diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-03 09:05:47 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-03 09:05:47 +0200 |
commit | 53969f542ed6a31f82bec1785298112f426de129 (patch) | |
tree | 1905a125c0c70f28e13f88a4119d026605fa9498 | |
parent | 30c162558a763ff5a3f8d1460123c86c3a2e31c2 (diff) |
-rw-r--r-- | phpunit11.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index f162b08..2fbff28 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit d341ee94ee5007b286fc7907b383aae6b5b3cc91 -%global gh_date 2025-08-28 +%global gh_commit 264a87c7ef68b1ab9af7172357740dc266df5957 +%global gh_date 2025-09-03 %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 11 %global ver_minor 5 -%global upstream_version 11.5.35 +%global upstream_version 11.5.36 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -300,6 +300,9 @@ exit $ret %changelog +* Wed Sep 3 2025 Remi Collet <remi@remirepo.net> - 11.5.36-1 +- update to 11.5.36 + * Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 11.5.35-1 - update to 11.5.35 - raise dependency on phpunit/php-code-coverage 11.0.11 |