diff options
Diffstat (limited to 'php-composer-xdebug-handler.spec')
-rw-r--r-- | php-composer-xdebug-handler.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.1.0-1 +- update to 1.1.0 + * Mon Mar 26 2018 Remi Collet <remi@remirepo.net> - 1.0.0-1 - initial package, version 1.0.0 |