diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-02 11:29:49 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-02 11:29:49 +0100 |
commit | 95207f06b5a5a52bceb3aabab2dff99db1ac34d6 (patch) | |
tree | f52d1e6a6e129ceb85716cb5412dbc004e42f1e9 | |
parent | 8cf637acba6f952c8cfce6c40afbf0c7d47250ef (diff) |
update to 1.4.1
-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 968bfc3..4823c6b 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 cbe23383749496fe0f373345208b79568e4bc248 +%global gh_commit 1ab9842d69e64fb3a01be6b656501032d1b78cb7 %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.4.0 +Version: 1.4.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Mon Mar 2 2020 Remi Collet <remi@remirepo.net> - 1.4.1-1 +- update to 1.4.1 + * Thu Nov 7 2019 Remi Collet <remi@remirepo.net> - 1.4.0-1 - update to 1.4.0 - switch to phpunit8 |