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-18 17:22:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-xdebug (Old) and /work/SRC/openSUSE:Factory/.php-xdebug.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-xdebug" Sun Dec 18 17:22:34 2022 rev:11 rq:1043597 version:3.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/php-xdebug/php-xdebug.changes 2022-12-09 13:19:45.363631171 +0100 +++ /work/SRC/openSUSE:Factory/.php-xdebug.new.1835/php-xdebug.changes 2022-12-18 17:22:39.597357752 +0100 @@ -1,0 +2,6 @@ +Sun Dec 11 10:03:51 UTC 2022 - Arjen de Korte <[email protected]> + +- Restore php7 build for targets that still have it + % _multibuild + +------------------------------------------------------------------- New: ---- xdebug-3.1.6.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php-xdebug.spec ++++++ --- /var/tmp/diff_new_pack.fkJlpX/_old 2022-12-18 17:22:40.065360457 +0100 +++ /var/tmp/diff_new_pack.fkJlpX/_new 2022-12-18 17:22:40.069360480 +0100 @@ -19,7 +19,7 @@ %define pkg_name xdebug %define flavor @BUILD_FLAVOR@%{nil} -%if "%{flavor}" == "" +%if "%{flavor}" == "" || (0%{?suse_version} >= 1550 && "%{flavor}" == "php7") %define php_name php ExclusiveArch: do-not-build %else @@ -31,14 +31,19 @@ %endif Name: %{php_name}-%{pkg_name} +%if "%{flavor}" == "php8" Version: 3.2.0 +%else +Version: 3.1.6 +%endif Release: 0 Summary: Extended PHP debugger License: PHP-3.0 Group: Productivity/Networking/Web/Servers URL: https://xdebug.org -Source0: https://xdebug.org/files/%{pkg_name}-%{version}.tgz -Source1: php-%{pkg_name}-rpmlintrc +Source0: https://xdebug.org/files/%{pkg_name}-3.2.0.tgz +Source1: https://xdebug.org/files/%{pkg_name}-3.1.6.tgz +Source10: php-%{pkg_name}-rpmlintrc BuildRequires: %{php_name}-devel BuildRequires: %{php_name}-soap BuildRequires: autoconf @@ -65,7 +70,11 @@ * capabilities to debug your scripts interactively with a debug client %prep +%if "%{flavor}" == "php8" %setup -q -n %{pkg_name}-%{version} +%else +%setup -q -n %{pkg_name}-%{version} -T -b 1 +%endif %build export CFLAGS="%{optflags} -fvisibility=hidden" ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.fkJlpX/_old 2022-12-18 17:22:40.113360734 +0100 +++ /var/tmp/diff_new_pack.fkJlpX/_new 2022-12-18 17:22:40.117360758 +0100 @@ -1,4 +1,5 @@ <multibuild> + <package>php7</package> <package>php8</package> </multibuild>
