From f82b6b2e05b4572980569beff20fa0c75147d189 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Jun 2025 07:30:46 +0200 Subject: update to 3.4.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 c606fbb..943df47 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,11 +21,11 @@ %global pie_proj xdebug %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit f2121978d70a21aab8c91d38484caeee66f85525 +%global gh_commit 18384ea5c8c5df10afc7416ba096846d63c9a6c5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release -%global upstream_version 3.4.3 +%global upstream_version 3.4.4 #global upstream_prever beta1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -262,6 +262,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Jun 16 2025 Remi Collet - 3.4.4-1 +- update to 3.4.4 + * Wed May 14 2025 Remi Collet - 3.4.3-1 - update to 3.4.3 -- cgit