diff options
-rw-r--r-- | php-sebastian-recursion-context3.spec | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/php-sebastian-recursion-context3.spec b/php-sebastian-recursion-context3.spec index ee51e80..e13a53b 100644 --- a/php-sebastian-recursion-context3.spec +++ b/php-sebastian-recursion-context3.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-sebastian-recursion-context3 # -# Copyright (c) 2015-2024 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 # %global bootstrap 0 -%global gh_commit 9bfd3c6f1f08c026f542032dfb42813544f7d64c +%global gh_commit 8fe7e75986a9d24b4cceae847314035df7703a5a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project recursion-context @@ -26,7 +26,7 @@ # NOTICE: used by phpunit 6, 7 and 8 Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.2 +Version: 3.0.3 Release: 1%{?dist} Summary: Recursively process PHP variables, version %{major} @@ -48,7 +48,6 @@ BuildRequires: phpunit8 # "php": ">=7.0" Requires: php(language) >= 7.0 # from phpcompatinfo report for version 3.0.0 -Requires: php-spl # Autoloader Requires: php-composer(fedora/autoloader) @@ -87,7 +86,7 @@ find tests/ -name \*php -exec sed -e 's/setUp()/setUp():void/' -i {} \; : Run upstream test suite ret=0 -for cmd in php php81 php82 php83; do +for cmd in php php81 php82 php83 php84 php85; do if which $cmd; then %{_bindir}/php -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit8 --verbose || ret=1 @@ -109,6 +108,9 @@ exit $ret %changelog +* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 3.0.3-1 +- update to 3.0.3 + * Fri Mar 1 2024 Remi Collet <remi@remirepo.net> - 3.0.2-1 - update to 3.0.2 (no change) - sources from git snapshot |