(cherry picked from commit b09b7a4bee)
(cherry picked from commit 144e51c1a5)
This commit is contained in:
Remi Collet 2019-06-03 09:47:22 +02:00
commit 71c520b6ea
3 changed files with 8 additions and 4 deletions

View file

@ -6,7 +6,7 @@
#
# Please, preserve the changelog entries
#
%global gh_commit d17708133b6c276d6e42ef887a877866b909d892
%global gh_commit 46867cbf8ca9fb8d60c506895449eb799db1184f
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20150717
%global gh_owner composer
@ -19,7 +19,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: php-%{gh_owner}-%{gh_project}
Version: 1.3.2
Version: 1.3.3
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
Summary: Restarts a process without xdebug
@ -116,7 +116,7 @@ EOF
%if %{with_tests}
ret=0
for cmdarg in "php %{phpunit}" php70 php71 php72 php73; do
for cmdarg in "php %{phpunit}" php70 php71 php72 php73 php74; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit6} --verbose|| ret=1
@ -138,6 +138,9 @@ exit $ret
%changelog
* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 1.3.3-1
- update to 1.3.3
* Tue Jan 29 2019 Remi Collet <remi@remirepo.net> - 1.3.2-1
- update to 1.3.2