diff options
-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 1ec55ef..7c1c774 100644 --- a/php-composer-xdebug-handler2.spec +++ b/php-composer-xdebug-handler2.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 31d57697eb1971712a08031cfaff5a846d10bdf5 +%global gh_commit 964adcdd3a28bf9ed5d9ac6450064e0d71ed7496 %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.0 +Version: 2.0.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug, version %{major} @@ -143,6 +143,9 @@ exit $ret %changelog +* Thu May 6 2021 Remi Collet <remi@remirepo.net> - 2.0.1-1 +- update to 2.0.1 + * Thu Apr 15 2021 Remi Collet <remi@remirepo.net> - 2.0.0-1 - update to 2.0.0 - rename to php-composer-xdebug-handler2 |