From 71cffd738d16cac4b0af1e5ae760afb0daaf5f88 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Dec 2020 18:45:59 +0100 Subject: update to 3.0.1 --- php-pecl-xdebug3.spec | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) (limited to 'php-pecl-xdebug3.spec') diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 0b4c82e..17b307a 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,12 +21,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 5b5780212c745a4223f857c4bb6cdee1740553c3 +%global gh_commit 0fb6119d53b2b086585a9de5a817e57e981dc75a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.0.0 +%global upstream_version 3.0.1 #global upstream_prever RC1 #global upstream_lower rc1 @@ -49,14 +49,11 @@ URL: https://xdebug.org/ Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz BuildRequires: %{?dtsprefix}gcc -BuildRequires: %{?scl_prefix}php-devel > 7.2 +BuildRequires: %{?scl_prefix}php-devel >= 7.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-simplexml BuildRequires: libtool BuildRequires: %{?scl_prefix}php-soap -%if 0%{?rhel} == 6 -BuildRequires: autoconf268 -%endif Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -106,12 +103,6 @@ Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif -%if 0%{?fedora} < 20 && 0%{?rhel} < 7 -# Filter private shared -%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} -%{?filter_setup} -%endif - %description The Xdebug extension helps you debugging your script by providing a lot of @@ -181,9 +172,6 @@ sed -e '1d' NTS/%{pecl_name}.ini >>%{ini_name} %build -%if 0%{?rhel} == 6 -export PHP_AUTOCONF=autoconf268;export PHP_AUTOHEADER=autoheader268 -%endif %{?dtsenable} cd NTS @@ -303,6 +291,9 @@ fi %changelog +* Fri Dec 4 2020 Remi Collet - 3.0.1-1 +- update to 3.0.1 + * Wed Nov 25 2020 Remi Collet - 3.0.0-1 - update to 3.0.0 (stable) -- cgit