diff options
| -rw-r--r-- | php-sebastian-recursion-context4.spec | 18 | 
1 files changed, 10 insertions, 8 deletions
| diff --git a/php-sebastian-recursion-context4.spec b/php-sebastian-recursion-context4.spec index 787362a..09b8254 100644 --- a/php-sebastian-recursion-context4.spec +++ b/php-sebastian-recursion-context4.spec @@ -1,15 +1,15 @@  # remirepo/fedora spec file for php-sebastian-recursion-context4  # -# Copyright (c) 2015-2023 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText:  Copyright 2015-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt  #  # Please, preserve the changelog entries  #  %bcond_without       tests -%global gh_commit    e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1 +%global gh_commit    539c6691e0623af6dc6f9c20384c120f963465a0  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   recursion-context @@ -23,8 +23,8 @@  %global php_home     %{_datadir}/php  Name:           php-%{pk_vendor}-%{pk_project}%{major} -Version:        4.0.5 -Release:        2%{?dist} +Version:        4.0.6 +Release:        1%{?dist}  Summary:        Recursively process PHP variables, version %{major}  License:        BSD-3-Clause @@ -45,7 +45,6 @@ BuildRequires:  phpunit9 >= 9.3  #        "php": ">=7.3"  Requires:       php(language) >= 7.3  # from phpcompatinfo report for version 4.0.0 -Requires:       php-spl  # Autoloader  Requires:       php-composer(fedora/autoloader) @@ -81,7 +80,7 @@ touch vendor/autoload.php  : Run upstream test suite  ret=0 -for cmd in php php80 php81 php82; do +for cmd in php php81 php82 php83 php84 php85; do    if which $cmd; then      $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \        %{_bindir}/phpunit9  --verbose || ret=1 @@ -103,6 +102,9 @@ exit $ret  %changelog +* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 4.0.6-1 +- update to 4.0.6 +  * Fri Apr 21 2023 Remi Collet <remi@remirepo.net> - 4.0.5-2  - improve description | 
