diff options
| -rw-r--r-- | php-sebastian-exporter3.spec | 17 | 
1 files changed, 9 insertions, 8 deletions
diff --git a/php-sebastian-exporter3.spec b/php-sebastian-exporter3.spec index 5cf4968..88546df 100644 --- a/php-sebastian-exporter3.spec +++ b/php-sebastian-exporter3.spec @@ -1,13 +1,13 @@  # remirepo/fedora spec file for php-sebastian-exporter3  # -# Copyright (c) 2013-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText:  Copyright 2013-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    1939bc8fd1d39adcfa88c5b35335910869214c56 +%global gh_commit    8c86ae3e84f69acff53b9d4b96614a68e3572901  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   exporter @@ -28,7 +28,7 @@  # NOTICE: used by phpunit 6, 7 and 8  Name:           php-%{pk_vendor}-%{pk_project}%{major} -Version:        3.1.6 +Version:        3.1.7  Release:        1%{?dist}  Summary:        Export PHP variables for visualization, version %{major} @@ -68,8 +68,6 @@ Requires:       php-sebastian-recursion-context3  %endif  # from phpcompatinfo report for version 3.0.0  Requires:       php-mbstring -Requires:       php-pcre -Requires:       php-spl  # Autoloader  Requires:       php-composer(fedora/autoloader) @@ -111,7 +109,7 @@ touch vendor/autoload.php  : 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 @@ -131,6 +129,9 @@ exit $ret  %changelog +* Mon Sep 22 2025 Remi Collet <remi@remirepo.net> - 3.1.7-1 +- update to 3.1.7 +  * Tue Mar  5 2024 Remi Collet <remi@remirepo.net> - 3.1.6-1  - update to 3.1.6  - raise dependency on PHP 7.2  | 
