From fd5b49f4394d2d49a58a0c2d0269dcb82a824c58 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Dec 2019 15:01:08 +0100 Subject: v2.9.0 --- php-pecl-xdebug.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index c922400..454233a 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -19,11 +19,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit cb3a3a4fdf841c53f36548237e81b81c8a57cdf1 +%global gh_commit c60dd1ad245cd8fc4ea8520416cee21f3052ed96 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20190614 %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.8.1 +%global upstream_version 2.9.0 #global upstream_prever beta2 #global upstream_lower beta2 @@ -45,8 +45,6 @@ License: BSD 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 -Patch0: https://github.com/xdebug/xdebug/commit/0654240f24f6f619074c205462dbefe9b175c122.patch - BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear @@ -145,8 +143,6 @@ mv NTS/package.xml . %{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml} cd NTS -%patch0 -p1 - # Check extension version ver=$(sed -n '/XDEBUG_VERSION/{s/.* "//;s/".*$//;p}' php_xdebug.h) if test "$ver" != "%{upstream_version}%{?upstream_prever}%{?gh_date:-dev}"; then @@ -305,6 +301,9 @@ fi %changelog +* Mon Dec 9 2019 Remi Collet - 2.9.0-1 +- update to 2.9.0 + * Mon Dec 2 2019 Remi Collet - 2.8.1-1 - update to 2.8.1 -- cgit