diff options
| -rw-r--r-- | php-league-container4.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-league-container4.spec b/php-league-container4.spec index 75d0ce2..8f7c3ff 100644 --- a/php-league-container4.spec +++ b/php-league-container4.spec @@ -1,6 +1,6 @@  # remirepo/fedora spec file for php-league-container4  # -# Copyright (c) 2016-2024 Shawn Iwinski <shawn@iwin.ski> +# Copyright (c) 2016-2025 Shawn Iwinski <shawn@iwin.ski>  #                         Remi Collet <remi@remirepo.net>  #  # License: MIT @@ -11,8 +11,8 @@  %global github_owner     thephpleague  %global github_name      container -%global github_version   4.2.4 -%global github_commit    7ea728b013b9a156c409c6f0fc3624071b742dec +%global github_version   4.2.5 +%global github_commit    d3cebb0ff4685ff61c749e54b27db49319e2ec00  %global major            4 @@ -149,6 +149,9 @@ exit $RETURN_CODE  %changelog +* Wed May 21 2025 Remi Collet <remi@remirepo.net> - 4.2.5-1 +- update to 4.2.5 +  * Tue Nov 12 2024 Remi Collet <remi@remirepo.net> - 4.2.4-1  - update to 4.2.4  | 
