From 1f13bebc00546c5ac56beca5c8451b88bdb2314b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 2 Sep 2018 08:04:47 +0200 Subject: v1.3.0 --- php-composer-xdebug-handler.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-composer-xdebug-handler.spec') diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index ea806ae..f62b88c 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 e37cbd80da64afe314c72de8d2d2fec0e40d9373 +%global gh_commit b8e9745fb9b06ea6664d8872c4505fb16df4611c %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.2.1 +Version: 1.3.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Sun Sep 2 2018 Remi Collet - 1.3.0-1 +- update to 1.3.0 + * Thu Aug 23 2018 Remi Collet - 1.2.1-1 - update to 1.2.1 -- cgit