diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-17 06:55:12 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-17 06:55:12 +0200 |
commit | e43f6fb974980d0346f51807e94bc5fdd76fad83 (patch) | |
tree | e0dbe2fc6a132852e370e2c168ede015502b9817 | |
parent | 0d57dffabea19326fe57a14e07c372d61cd0c340 (diff) |
v1.2.0
-rw-r--r-- | php-composer-xdebug-handler.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 5e14ddb..21abd03 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 c919dc6c62e221fc6406f861ea13433c0aa24f08 +%global gh_commit e1809da56ce1bd1b547a752936817341ac244d8e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner composer @@ -19,8 +19,8 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.1.0 -Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} +Version: 1.2.0 +Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without xdebug License: MIT @@ -116,7 +116,7 @@ EOF %if %{with_tests} ret=0 -for cmdarg in "php %{phpunit}" php70 php71 php72; do +for cmdarg in "php %{phpunit}" php70 php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit6} --verbose|| ret=1 @@ -138,6 +138,9 @@ exit $ret %changelog +* Fri Aug 17 2018 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 + * Mon Jun 4 2018 Remi Collet <remi@remirepo.net> - 1.1.0-2 - fix dependency on PHPUnit |