From 214e48d6f27793cad38ad688a6f52ab5b4d4e253 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Sep 2022 15:31:32 +0200 Subject: update to 4.0.5 --- php-sebastian-exporter4.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-sebastian-exporter4.spec b/php-sebastian-exporter4.spec index fea8ebd..8f93e3a 100644 --- a/php-sebastian-exporter4.spec +++ b/php-sebastian-exporter4.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sebastian-exporter4 # -# Copyright (c) 2013-2020 Remi Collet +# Copyright (c) 2013-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 65e8b7db476c5dd267e65eea9cab77584d3cfff9 +%global gh_commit ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project exporter @@ -25,7 +25,7 @@ %global pear_channel pear.phpunit.de Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.4 +Version: 4.0.5 Release: 1%{?dist} Summary: Export PHP variables for visualization, version %{major} @@ -103,7 +103,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php php73 php74 php80 php81; do +for cmd in php php74 php80 php81 php82; 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 @@ -123,6 +123,9 @@ exit $ret %changelog +* Wed Sep 14 2022 Remi Collet - 4.0.5-1 +- update to 4.0.5 + * Mon Nov 15 2021 Remi Collet - 4.0.4-1 - update to 4.0.4 -- cgit