From 1d052921e28cff340e2b66bce9355fb0a05d0686 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 09:59:53 +0100 Subject: [PATCH] update to 2.7.0RC2 [release 2.7.0RC2-1mamba;Wed Feb 20 2019] --- php-xdebug.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/php-xdebug.spec b/php-xdebug.spec index 5433c2e..18f0178 100644 --- a/php-xdebug.spec +++ b/php-xdebug.spec @@ -1,7 +1,7 @@ %define php_majver %(php-config --version | cut -d. -f1-2) %define pkgver %(echo %version | tr '[:lower:]' '[:upper:]') Name: php-xdebug -Version: 2.4.0rc4 +Version: 2.7.0RC2 Release: 1mamba Summary: A PHP extension for powerful debugging Group: Applications/Development @@ -9,14 +9,14 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://xdebug.org/ -Source: http://xdebug.org/files/xdebug-%{version}.tgz +Source: https://xdebug.org/files/xdebug-%{version}.tgz License: PHP License ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libedit-devel BuildRequires: libtermcap-devel ## AUTOBUILDREQ-END -BuildRequires: php-devel +BuildRequires: php-devel >= 7.3.2 Requires: php >= %{php_majver} Requires: php <= %{php_majver}.99 Provides: xdebug @@ -51,8 +51,7 @@ cd debugclient [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall INSTALL_ROOT=%{buildroot} -cd debugclient -%makeinstall INSTALL_ROOT=%{buildroot} +install -D -m0755 debugclient/debugclient %{buildroot}%{_bindir}/debugclient install -d -m0755 %{buildroot}%{_sysconfdir}/php/php.d cat > %{buildroot}%{_sysconfdir}/php/php.d/xdebug.ini < 2.7.0RC2-1mamba +- update to 2.7.0RC2 + * Wed Jan 27 2016 Silvan Calarco 2.4.0rc4-1mamba - update to 2.4.0rc4