update to 2.9.6 [release 2.9.6-1mamba;Sun May 31 2020]
This commit is contained in:
parent
1d052921e2
commit
7ffde6541b
@ -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.7.0RC2
|
||||
Version: 2.9.6
|
||||
Release: 1mamba
|
||||
Summary: A PHP extension for powerful debugging
|
||||
Group: Applications/Development
|
||||
@ -9,14 +9,15 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://xdebug.org/
|
||||
Source: https://xdebug.org/files/xdebug-%{version}.tgz
|
||||
Source: https://github.com/xdebug/xdebug.git/%{version}/xdebug-%{version}.tar.bz2
|
||||
#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 >= 7.3.2
|
||||
BuildRequires: php-devel >= 7.4.6
|
||||
Requires: php >= %{php_majver}
|
||||
Requires: php <= %{php_majver}.99
|
||||
Provides: xdebug
|
||||
@ -44,6 +45,7 @@ phpize
|
||||
%make
|
||||
|
||||
cd debugclient
|
||||
./buildconf
|
||||
%configure --with-libedit
|
||||
%make
|
||||
|
||||
@ -76,6 +78,9 @@ EOF
|
||||
%{_bindir}/debugclient
|
||||
|
||||
%changelog
|
||||
* Sun May 31 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.6-1mamba
|
||||
- update to 2.9.6
|
||||
|
||||
* Wed Feb 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 2.7.0RC2-1mamba
|
||||
- update to 2.7.0RC2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user