diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-13 09:36:56 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-13 09:36:56 +0100 |
commit | a11f9c7c51c4baf85800acf883f3cfe54b296f8a (patch) | |
tree | 0691ea3353d48c20db3c6d013af570758c6a7892 | |
parent | 2910e55b77d4b49058f02887722762de188662d1 (diff) |
update to 1.4.5
-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 1a7e7ad..ba2f801 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 6e076a124f7ee146f2487554a94b6a19a74887ba +%global gh_commit f28d44c286812c714741478d968104c5e604a1d4 %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.4 +Version: 1.4.5 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Fri Nov 13 2020 Remi Collet <remi@remirepo.net> - 1.4.5-1 +- update to 1.4.5 + * Sun Oct 25 2020 Remi Collet <remi@remirepo.net> - 1.4.4-1 - update to 1.4.4 |