From 1e4f00412c17c27b89777b52303d5a64113838b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 14 Apr 2020 16:46:46 +0200 Subject: v5.1.0 --- php-sebastian-environment5.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-sebastian-environment5.spec b/php-sebastian-environment5.spec index e25c854..a052125 100644 --- a/php-sebastian-environment5.spec +++ b/php-sebastian-environment5.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Sources -%global gh_commit c39c1db0a5cffc98173f3de5a17d489d1043fd7b +%global gh_commit c753f04d68cd489b6973cf9b4e505e191af3b05c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project environment @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 5.0.2 +Version: 5.1.0 Release: 1%{?dist} Summary: Handle HHVM/PHP environments @@ -88,7 +88,7 @@ touch vendor/autoload.php : Run tests ret=0 -for cmd in php php73 php74; do +for cmd in php php73 php74 php80; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ -d pcov.enabled=1 \ @@ -109,6 +109,9 @@ exit $ret %changelog +* Tue Apr 14 2020 Remi Collet - 5.1.0-1 +- update to 5.1.0 + * Tue Mar 31 2020 Remi Collet - 5.0.2-1 - update to 5.0.2 - switch to phpunit9 -- cgit