From 85657bdd6b7d9f877055f503467feb460fefe4b9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 Feb 2022 07:59:33 +0100 Subject: update to 2.0.5 --- php-composer-xdebug-handler2.spec | 7 +++++-- 1 file 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 - 2.0.5-1 +- update to 2.0.5 + * Wed Jan 5 2022 Remi Collet - 2.0.4-1 - update to 2.0.4 -- cgit