diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-15 07:28:34 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-15 07:28:34 +0200 |
commit | 1bb552c4c562523df06ef04c6a8eb2af6c5dea9b (patch) | |
tree | a847eb793be43f33f1335aa7fd9180da0ed55537 /php-pecl-xdebug3.spec | |
parent | f82b6b2e05b4572980569beff20fa0c75147d189 (diff) |
Diffstat (limited to 'php-pecl-xdebug3.spec')
-rw-r--r-- | php-pecl-xdebug3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 943df47..389d54d 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 18384ea5c8c5df10afc7416ba096846d63c9a6c5 +%global gh_commit 4085f1421d54aa60c40fe334f5c7a118a045200f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release -%global upstream_version 3.4.4 +%global upstream_version 3.4.5 #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 +* Tue Jul 15 2025 Remi Collet <remi@remirepo.net> - 3.4.5-1 +- update to 3.4.5 + * Mon Jun 16 2025 Remi Collet <remi@remirepo.net> - 3.4.4-1 - update to 3.4.4 |