summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-14 16:46:46 +0200
committerRemi Collet <remi@remirepo.net>2020-04-14 16:46:46 +0200
commit1e4f00412c17c27b89777b52303d5a64113838b4 (patch)
treef51c8fbd84ca193ecb3901ba3cbc3a359f47350f
parenta8b738436c0b1c944dc44a525c6bc42c3528e7d2 (diff)
v5.1.0
-rw-r--r--php-sebastian-environment5.spec9
1 files 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 <remi@remirepo.net> - 5.1.0-1
+- update to 5.1.0
+
* Tue Mar 31 2020 Remi Collet <remi@remirepo.net> - 5.0.2-1
- update to 5.0.2
- switch to phpunit9