diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-25 07:59:33 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-25 07:59:33 +0100 |
commit | 85657bdd6b7d9f877055f503467feb460fefe4b9 (patch) | |
tree | f57b091a14bc187bee33742a41ee766e7f46d0b2 | |
parent | ad3889f48d8d8620accf13f78b053511028bfd4b (diff) |
-rw-r--r-- | php-composer-xdebug-handler2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-composer-xdebug-handler2.spec b/php-composer-xdebug-handler2.spec index 58ca24f..666f8e4 100644 --- a/php-composer-xdebug-handler2.spec +++ b/php-composer-xdebug-handler2.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 0c1a3925ec58a4ec98e992b9c7d171e9e184be0a +%global gh_commit 9e36aeed4616366d2b690bdce11f71e9178c579a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner composer @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 2.0.4 +Version: 2.0.5 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug, version %{major} @@ -150,6 +150,9 @@ exit $ret %changelog +* Fri Feb 25 2022 Remi Collet <remi@remirepo.net> - 2.0.5-1 +- update to 2.0.5 + * Wed Jan 5 2022 Remi Collet <remi@remirepo.net> - 2.0.4-1 - update to 2.0.4 |