From bc9fdf60641961189f8179d0b08498c51a288f4b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Apr 2018 07:26:19 +0200 Subject: v1.1.0 --- php-composer-xdebug-handler.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 48925ce..068aac3 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 1852e549ad0d6f2910f89c27fec833dda1b25b4a +%global gh_commit c919dc6c62e221fc6406f861ea13433c0aa24f08 %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.0.0 +Version: 1.1.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without xdebug @@ -138,5 +138,8 @@ exit $ret %changelog +* Thu Apr 12 2018 Remi Collet - 1.1.0-1 +- update to 1.1.0 + * Mon Mar 26 2018 Remi Collet - 1.0.0-1 - initial package, version 1.0.0 -- cgit