diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-07 07:47:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-07 07:47:35 +0100 |
commit | edb68fd26677d8cf9a9bf5a3ef65c3e0dd06c674 (patch) | |
tree | 97199af965278c0aa65d32f20d9d747e7c1ba230 /php-pecl-xdebug3.spec | |
parent | 6324c78a5fc36b2336976cc098d3ae657f85fbf7 (diff) |
Diffstat (limited to 'php-pecl-xdebug3.spec')
-rw-r--r-- | php-pecl-xdebug3.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 6dd3d2f..0fc81ad 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -19,11 +19,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 4284879cc0e3d749f872c2b7eec49521ca4b9ad0 +%global gh_commit 5107d2d978302323f9e65002fad2aee9f4c24628 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release -%global upstream_version 3.4.0 +%global upstream_version 3.4.1 #global upstream_prever beta1 %global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') %global sources src @@ -59,6 +59,7 @@ Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(Xdebug) = %{version} Provides: %{?scl_prefix}php-pecl(Xdebug)%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pie(xdebug/xdebug) = %{version} Obsoletes: %{?scl_prefix}php-pecl-%{pecl_name} < 3 Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} @@ -258,6 +259,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jan 7 2025 Remi Collet <remi@remirepo.net> - 3.4.1-1 +- update to 3.4.1 + * Thu Nov 28 2024 Remi Collet <remi@remirepo.net> - 3.4.0-1 - update to 3.4.0 |