diff options
-rw-r--r-- | php-sebastian-environment4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sebastian-environment4.spec b/php-sebastian-environment4.spec index 6a43aab..4f181ce 100644 --- a/php-sebastian-environment4.spec +++ b/php-sebastian-environment4.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Sources -%global gh_commit f2a2c8e1c97c11ace607a7a667d73d47c19fe404 +%global gh_commit 464c90d7bdf5ad4e8a6aea15c091fec0603d4368 %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: 4.2.2 +Version: 4.2.3 Release: 1%{?dist} Summary: Handle HHVM/PHP environments @@ -88,7 +88,7 @@ touch vendor/autoload.php : Run tests ret=0 -for cmd in php php71 php72 php73; do +for cmd in php php71 php72 php73 php74; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit7 --verbose || ret=1 @@ -107,6 +107,9 @@ exit $ret %changelog +* Wed Nov 20 2019 Remi Collet <remi@remirepo.net> - 4.2.3-1 +- update to 4.2.3 + * Mon May 6 2019 Remi Collet <remi@remirepo.net> - 4.2.2-1 - update to 4.2.2 |