From b5e3750b71e4c5839463b972c4848cdfc8bbaa87 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Apr 2021 14:05:48 +0200 Subject: update to 3.0.4 --- php-pecl-xdebug3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-xdebug3.spec') diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 0fb51f2..bc22d2a 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,12 +21,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 7b808b409f6b15b3fab6db2dd96b5be871690e73 +%global gh_commit 54c7c2521763ee522809de0c54311443b11343c1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.0.3 +%global upstream_version 3.0.4 #global upstream_prever RC1 #global upstream_lower rc1 @@ -292,6 +292,9 @@ fi %changelog +* Thu Apr 8 2021 Remi Collet - 3.0.4-1 +- update to 3.0.4 + * Mon Feb 22 2021 Remi Collet - 3.0.3-1 - update to 3.0.3 -- cgit