summaryrefslogtreecommitdiffstats
path: root/php-sebastian-exporter4.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-15 08:10:40 +0100
committerRemi Collet <remi@php.net>2021-11-15 08:10:40 +0100
commitca11822f1155ccf5072f6badbe3be5cd133a9969 (patch)
tree22609fd34aa7346232e786230128f6f42a9db5f3 /php-sebastian-exporter4.spec
parent089621dfea6a8f3a73c20e24898eb97a322901b1 (diff)
update to 4.0.4
Diffstat (limited to 'php-sebastian-exporter4.spec')
-rw-r--r--php-sebastian-exporter4.spec11
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)