summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-03-10 06:26:07 +0100
committerRemi Collet <remi@php.net>2025-03-10 06:26:07 +0100
commitd4aa903ef5aff61a5b44c164981b794d4d383814 (patch)
tree0ba2a9db8d8b3fbb905e3628cb1edc6fcbadcf96
parentedb68fd26677d8cf9a9bf5a3ef65c3e0dd06c674 (diff)
update to 3.4.2HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xdebug3.spec10
3 files changed, 9 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index d60b270..d611f25 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -10,7 +10,7 @@ xdebug
 __/ |
 |___/
-Version => 3.4.1
+Version => 3.4.2
Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support
Enabled Features (through 'xdebug.mode' setting)
diff --git a/REFLECTION b/REFLECTION
index 9541c10..b96471f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #18 xdebug version 3.4.1 ] {
+Extension [ <persistent> extension #18 xdebug version 3.4.2 ] {
- INI {
Entry [ xdebug.mode <SYSTEM> ]
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec
index 0fc81ad..0810b0c 100644
--- a/php-pecl-xdebug3.spec
+++ b/php-pecl-xdebug3.spec
@@ -3,7 +3,7 @@
#
# Fedora spec file for php-pecl-xdebug3
#
-# Copyright (c) 2010-2024 Remi Collet
+# Copyright (c) 2010-2025 Remi Collet
# Copyright (c) 2006-2009 Christopher Stone
#
# License: MIT
@@ -19,11 +19,11 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit 5107d2d978302323f9e65002fad2aee9f4c24628
+%global gh_commit 082c5dbafbe9cfd1b7c7cdee7935ad5c0eccf7e2
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
# version/release
-%global upstream_version 3.4.1
+%global upstream_version 3.4.2
#global upstream_prever beta1
%global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]')
%global sources src
@@ -60,6 +60,7 @@ 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}
+Provides: %{?scl_prefix}php-xdebug-xdebug = %{version}
Obsoletes: %{?scl_prefix}php-pecl-%{pecl_name} < 3
Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release}
@@ -259,6 +260,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Mon Mar 10 2025 Remi Collet <remi@remirepo.net> - 3.4.2-1
+- update to 3.4.2
+
* Tue Jan 7 2025 Remi Collet <remi@remirepo.net> - 3.4.1-1
- update to 3.4.1