diff options
Diffstat (limited to 'phpunit11.spec')
-rw-r--r-- | phpunit11.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 8f6a49d..5540dbe 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit c197bbaaca360efda351369bf1fd9cc1ca6bcbf7 -%global gh_date 2024-07-30 +%global gh_commit a8dce73a8938dfec7ac0daa91bdbcaae7d7188a3 +%global gh_date 2024-08-02 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -32,9 +32,9 @@ %global ns_vendor PHPUnit11 %global php_home %{_datadir}/php %global ver_major 11 -%global ver_minor 2 +%global ver_minor 3 -%global upstream_version 11.2.9 +%global upstream_version 11.3.0 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -266,6 +266,9 @@ exit $ret %changelog +* Fri Aug 2 2024 Remi Collet <remi@remirepo.net> - 11.3.0-1 +- update to 11.3.0 + * Tue Jul 30 2024 Remi Collet <remi@remirepo.net> - 11.2.9-1 - update to 11.2.9 |