diff options
| -rw-r--r-- | phpunit10.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 854f6b9..ae97085 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -1,6 +1,6 @@  # remirepo/fedora spec file for phpunit10  # -# SPDX-FileCopyrightText:  Copyright 2010-2024 Remi Collet +# SPDX-FileCopyrightText:  Copyright 2010-2025 Remi Collet  # SPDX-License-Identifier: CECILL-2.1  # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt  # @@ -19,8 +19,8 @@  %bcond_with          defcmd  %endif -%global gh_commit    e6ddda95af52f69c1e0c7b4f977cccb58048798c -%global gh_date      2024-12-21 +%global gh_commit    e76586fa3d49714f230221734b44892e384109d7 +%global gh_date      2025-01-13  %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    10  %global ver_minor    5 -%global upstream_version 10.5.40 +%global upstream_version 10.5.41  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -273,6 +273,9 @@ exit $ret  %changelog +* Mon Jan 13 2025 Remi Collet <remi@remirepo.net> - 10.5.41-1 +- update to 10.5.41 +  * Sun Dec 22 2024 Remi Collet <remi@remirepo.net> - 10.5.40-1  - update to 10.5.40  | 
