diff options
Diffstat (limited to 'php-sebastian-exporter4.spec')
-rw-r--r-- | php-sebastian-exporter4.spec | 11 |
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 4.0.4-1 +- update to 4.0.4 + * Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 4.0.3-1 - update to 4.0.3 (no change) |