From a96a680f4850d0dbeea46be4f570ef94b5304e4b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 May 2019 17:03:36 +0200 Subject: v1.3.3 --- php-composer-xdebug-handler.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-composer-xdebug-handler.spec') diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 450dca8..c1edb2a 100644 --- a/php-composer-xdebug-handler.spec +++ b/php-composer-xdebug-handler.spec @@ -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 - 1.3.3-1 +- update to 1.3.3 + * Tue Jan 29 2019 Remi Collet - 1.3.2-1 - update to 1.3.2 -- cgit