Hello community, here is the log from the commit of package php7-xdebug for openSUSE:Factory checked in at 2018-04-20 17:32:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-xdebug (Old) and /work/SRC/openSUSE:Factory/.php7-xdebug.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-xdebug" Fri Apr 20 17:32:19 2018 rev:5 rq:599228 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-xdebug/php7-xdebug.changes 2018-01-22 16:20:59.199007341 +0100 +++ /work/SRC/openSUSE:Factory/.php7-xdebug.new/php7-xdebug.changes 2018-04-20 17:34:12.076244582 +0200 @@ -1,0 +2,17 @@ +Wed Jan 31 15:19:45 UTC 2018 - [email protected] + +- Compile with -fvisibility=hidden + +- Updated to Xdebug 2.6.0 + https://xdebug.org/updates.php#x_2_6_0 + * support for profiling memory usage + * configurable formatting of filenames + * statistics of PHP's Garbage Collector + * "remote" debugger: + - "Notice" and "Warning" notifications are sent to the IDE + - support for low-ASCII characters in property names and array keys + - support for NULL characters in variable and property names + - configurable connection timeouts + * Many improvements and bug-fixes + +------------------------------------------------------------------- Old: ---- xdebug-2.6.0beta1.tgz New: ---- xdebug-2.6.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-xdebug.spec ++++++ --- /var/tmp/diff_new_pack.RPre1z/_old 2018-04-20 17:34:12.760219778 +0200 +++ /var/tmp/diff_new_pack.RPre1z/_new 2018-04-20 17:34:12.764219633 +0200 @@ -17,16 +17,15 @@ %define pkg_name xdebug -%define ini_version 2_6_0alpha1 Name: php7-%{pkg_name} -Version: 2.6.0~beta1 +Version: 2.6.0 Release: 0 Summary: Extended PHP debugger License: PHP-3.0 Group: Productivity/Networking/Web/Servers URL: https://xdebug.org/ -Source: https://xdebug.org/files/%{pkg_name}-2.6.0beta1.tgz -Source1: https://raw.githubusercontent.com/%{pkg_name}/%{pkg_name}/XDEBUG_%{ini_version}/xdebug.ini +Source: https://xdebug.org/files/%{pkg_name}-%{version}.tgz +Source1: https://raw.githubusercontent.com/%{pkg_name}/%{pkg_name}/%{version}/xdebug.ini BuildRequires: php7 >= 7 BuildRequires: php7-devel >= 7 BuildRequires: php7-soap @@ -57,12 +56,13 @@ * capabilities to debug your scripts interactively with a debug client %prep -%setup -q -n xdebug-2.6.0beta1 +%setup -q -n %{pkg_name}-%{version} mkdir %{name} install -m 644 %{SOURCE1} xdebug.ini %build sed -i -e "s|; This is a generated file, do not modify by hand|zend_extension = \"xdebug.so\"|g" xdebug.ini +export CFLAGS="%optflags -fvisibility=hidden" %{__phpize} %configure --enable-xdebug make %{?_smp_mflags} ++++++ xdebug-2.6.0beta1.tgz -> xdebug-2.6.0.tgz ++++++ ++++ 74386 lines of diff (skipped)
