diff options
Diffstat (limited to 'phpunit10.spec')
-rw-r--r-- | phpunit10.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 10.5.0-1 +- update to 10.5.0 + * Thu Oct 26 2023 Remi Collet <remi@remirepo.net> - 10.4.2-1 - update to 10.4.2 |