From 911d8ac7be19252c215d04b189771a33ded0d1d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Dec 2023 09:52:29 +0100 Subject: update to 10.5.0 --- phpunit10.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit10.spec') diff --git a/phpunit10.spec b/phpunit10.spec index 692357c..fed5eb0 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -14,7 +14,7 @@ %bcond_without tests -%global gh_commit cacd8b9dd224efa8eb28beb69004126c7ca1a1a1 +%global gh_commit 80cab181aebc2efac422940443e28db556137637 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -26,9 +26,9 @@ %global ns_vendor PHPUnit10 %global php_home %{_datadir}/php %global ver_major 10 -%global ver_minor 4 +%global ver_minor 5 -%global upstream_version 10.4.2 +%global upstream_version 10.5.0 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -306,6 +306,9 @@ exit $ret %changelog +* Fri Dec 1 2023 Remi Collet - 10.5.0-1 +- update to 10.5.0 + * Thu Oct 26 2023 Remi Collet - 10.4.2-1 - update to 10.4.2 -- cgit