diff options
-rw-r--r-- | php-sebastian-global-state3.spec | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/php-sebastian-global-state3.spec b/php-sebastian-global-state3.spec index 139ecfc..a0f3352 100644 --- a/php-sebastian-global-state3.spec +++ b/php-sebastian-global-state3.spec @@ -1,13 +1,13 @@ # spec file for php-sebastian-global-state3 # -# Copyright (c) 2014-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2014-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 91c7c47047a971f02de57ed6f040087ef110c5d9 +%global gh_commit 800689427e3e8cf57a8fe38fcd1d4344c9b2f046 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project global-state @@ -24,7 +24,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.5 +Version: 3.0.6 Release: 1%{?dist} Summary: Snapshotting of global state, version %{major} @@ -37,8 +37,6 @@ Patch0: %{name}-tests.patch BuildArch: noarch BuildRequires: php(language) >= 7.2 -BuildRequires: php-reflection -BuildRequires: php-spl # Autoloader BuildRequires: php-fedora-autoloader-devel >= 1.0.0 %if %{with_tests} @@ -73,8 +71,6 @@ Requires: php-sebastian-object-reflector >= 1.1.1 Requires: php-sebastian-recursion-context3 %endif # from phpcompatinfo report for version 2.0.0 -Requires: php-reflection -Requires: php-spl # from composer.json, "suggest": { # "ext-uopz": "*" %if 0%{?fedora} > 21 || 0%{?rhel} >= 8 @@ -132,7 +128,7 @@ EOF : Run upstream test suite ret=0 # testCanExportGlobalVariablesToCode reports our autoloader -for cmd in php php81 php82 php83; 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}/phpunit8 \ @@ -157,6 +153,9 @@ exit $ret %changelog +* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 3.0.6-1 +- update to 3.0.6 + * Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 3.0.5-1 - update to 3.0.5 |