Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package php-xdebug for openSUSE:Factory 
checked in at 2022-12-09 13:18:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php-xdebug (Old)
 and      /work/SRC/openSUSE:Factory/.php-xdebug.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php-xdebug"

Fri Dec  9 13:18:22 2022 rev:10 rq:1041795 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/php-xdebug/php-xdebug.changes    2022-06-23 
10:25:33.707824184 +0200
+++ /work/SRC/openSUSE:Factory/.php-xdebug.new.1835/php-xdebug.changes  
2022-12-09 13:19:45.363631171 +0100
@@ -1,0 +2,72 @@
+Thu Dec  8 22:40:37 UTC 2022 - Arjen de Korte <[email protected]>
+
+- Updated to Xdebug 3.2.0
+  * Fixed issue #1819: Allow a list of headers in
+    'xdebug.client_discovery_header'
+  * Fixed issue #2079: Add pseudo hosts xdebug://gateway and
+    xdebug://nameserver
+  * Fixed issue #2086: Include return value in return breakpoint
+    interruption response
+  * Fixed issue #2087: Introduce step for the return state and virtual
+    property for return value
+  * Fixed issue #2062: Xdebug now records whether systemd's PrivateTmp
+    is used in its diagnostics information
+  * Fixed issue #2104: Add support for PHP 8.2 "SensitiveParameter"
+    attribute
+  * Fixed issue #2117: Removed emulated properties for closures, as PHP
+    8.2 adds debug information for them
+  * Fixed issue #2122: Local variables are now available when 
+    using start_upon_error
+  * Fixed issue #2123: Add warning in log and diagnositics information
+    when a breakpoint is set on a non-existing file
+  * Fixed issue #2138: Step debugger now disconnects and continues
+    running the script, when the debugging client closes the connection
+  * Fixed issue #2136: Duplicate line/conditional breakpoints are now
+    rejected
+  * Fixed issue #2014: Drop support for PHP 7.2
+  * Fixed issue #2102: Drop support for PHP 7.3
+  * Fixed issue #2103: Drop support for PHP 7.4
+  * Fixed issue #2002: xdebug_trace_handler_t handler members are not
+    always checked for NULL when executing
+  * Fixed issue #2045: Inapproriate frowny face
+  * Fixed issue #2089: Alpine Linux does not support res_ninit
+  * Fixed issue #2093: Fatal error: linux/rtnetlink.h: No such file or
+    directory linux/rtnetlink.h
+  * Fixed issue #2098: With breakpoint_include_return_value enabled
+    step_out break at every function
+  * Fixed issue #2105: 3.2.0alpha1 package misses the php-header.h file
+  * Fixed issue #2108: Segfault on PHP8.1 with PHPUnit 10 when path
+    coverage is enabled
+  * Fixed issue #2113: Crash at step_into after thrown exception with
+    return value debugging en
+  * Fixed issue #2121: Xdebug does not use local independent
+    float-to-string functions
+  * Fixed issue #2124: Xdebug incorrectly reports that there are no
+    children for static closure properties, even though there are
+  * Fixed issue #2125: Crash with PHP 8.2 on 32-bit due to change in
+    "not set" value with CATCH opcode
+  * Fixed issue #2126: Problems with retrieving global variables
+  * Fixed issue #2127: Tracing does not handle NUL char in anonymous
+    closure scope
+  * Fixed issue #2133: Warning with regards to extra NUL character in
+    xdebug_setcookie call
+  * Fixed issue #2134: Xdebug stops at the line where the exception is
+    created, not where it is thrown
+  * Fixed issue #2135: Xdebug stops twice at the same line after a call
+    breakpoint or xdebug_break()
+
+- Updated to Xdebug 3.1.6
+  * Fixed issue #2100: "Fatal error: debuginfo() must return an array"
+    when Exception is thrown from debugInfo in PHP 8.x
+  * Fixed issue #2101: When a temporary breakpoint is hit,
+    breakpoint_list should show it as disabled
+  * Fixed issue #2129: Cannot read snapshot Gzip-compressed data is
+    corrupt
+
+-------------------------------------------------------------------
+Thu Dec  8 21:36:14 UTC 2022 - Arjen de Korte <[email protected]>
+
+- Remove build target for php7 (PHP 7.4 reached EOL 28 Nov 2022)
+  % _multibuild
+
+-------------------------------------------------------------------

Old:
----
  xdebug-3.1.5.tgz

New:
----
  xdebug-3.2.0.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php-xdebug.spec ++++++
--- /var/tmp/diff_new_pack.50cxBB/_old  2022-12-09 13:19:45.847633742 +0100
+++ /var/tmp/diff_new_pack.50cxBB/_new  2022-12-09 13:19:45.851633763 +0100
@@ -31,7 +31,7 @@
 %endif
 
 Name:           %{php_name}-%{pkg_name}
-Version:        3.1.5
+Version:        3.2.0
 Release:        0
 Summary:        Extended PHP debugger
 License:        PHP-3.0
@@ -39,12 +39,13 @@
 URL:            https://xdebug.org
 Source0:        https://xdebug.org/files/%{pkg_name}-%{version}.tgz
 Source1:        php-%{pkg_name}-rpmlintrc
-BuildRequires:  %{php_name}-devel >= 7.2
+BuildRequires:  %{php_name}-devel
 BuildRequires:  %{php_name}-soap
-Provides:       php-%{pkg_name} = %{version}
-Obsoletes:      php-%{pkg_name} < %{version}
+BuildRequires:  autoconf
 Requires:       php(api) = %{php_core_api}
 Requires:       php(zend-abi) = %{php_zend_api}
+Provides:       php-%{pkg_name} = %{version}
+Obsoletes:      php-%{pkg_name} < %{version}
 
 %description
 The Xdebug extension helps debugging scripts by providing

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.50cxBB/_old  2022-12-09 13:19:45.899634018 +0100
+++ /var/tmp/diff_new_pack.50cxBB/_new  2022-12-09 13:19:45.903634040 +0100
@@ -1,5 +1,4 @@
 <multibuild>
-  <package>php7</package>
   <package>php8</package>
 </multibuild>
 

++++++ xdebug-3.1.5.tgz -> xdebug-3.2.0.tgz ++++++
++++ 63088 lines of diff (skipped)

Reply via email to