From ca11822f1155ccf5072f6badbe3be5cd133a9969 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Nov 2021 08:10:40 +0100 Subject: update to 4.0.4 --- php-sebastian-exporter4.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-sebastian-exporter4.spec') diff --git a/php-sebastian-exporter4.spec b/php-sebastian-exporter4.spec index 2107ace..fea8ebd 100644 --- a/php-sebastian-exporter4.spec +++ b/php-sebastian-exporter4.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit d89cc98761b8cb5a1a235a6b703ae50d34080e65 +%global gh_commit 65e8b7db476c5dd267e65eea9cab77584d3cfff9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project exporter @@ -25,9 +25,9 @@ %global pear_channel pear.phpunit.de Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.3 +Version: 4.0.4 Release: 1%{?dist} -Summary: Export PHP variables for visualization version %{major} +Summary: Export PHP variables for visualization, version %{major} License: BSD URL: https://github.com/%{gh_owner}/%{gh_project} @@ -103,7 +103,7 @@ touch vendor/autoload.php : Run upstream test suite ret=0 -for cmd in php php73 php74 php80; do +for cmd in php php73 php74 php80 php81; 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 +* Mon Nov 15 2021 Remi Collet - 4.0.4-1 +- update to 4.0.4 + * Mon Sep 28 2020 Remi Collet - 4.0.3-1 - update to 4.0.3 (no change) -- cgit