diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-19 14:13:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-19 14:13:25 +0200 |
commit | 998292440d3867d04ba849b311359eccc660edbf (patch) | |
tree | 6ec86b4557e221cc14b26e9b7585a060c2381bcd | |
parent | 2b6dd2704f0601a5f50c67dab62b1f323ad1b26e (diff) |
update to 1.4.3
-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 ca0a1b6..e561c04 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 fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51 +%global gh_commit ebd27a9866ae8254e873866f795491f02418c5a5 %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.2 +Version: 1.4.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Wed Aug 19 2020 Remi Collet <remi@remirepo.net> - 1.4.3-1 +- update to 1.4.3 + * Thu Jun 4 2020 Remi Collet <remi@remirepo.net> - 1.4.2-1 - update to 1.4.2 |