From 094327b12b62cf33f8b00935a03767455f1811e8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Dec 2019 12:51:10 +0100 Subject: v2.8.1 --- php-pecl-xdebug.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index bed6071..c922400 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 1a7976906e8b003645d32a54dbd059ca7e2ed513 +%global gh_commit cb3a3a4fdf841c53f36548237e81b81c8a57cdf1 %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.0 +%global upstream_version 2.8.1 #global upstream_prever beta2 #global upstream_lower beta2 @@ -45,6 +45,8 @@ 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 @@ -143,6 +145,8 @@ 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 @@ -301,6 +305,9 @@ fi %changelog +* Mon Dec 2 2019 Remi Collet - 2.8.1-1 +- update to 2.8.1 + * Thu Oct 31 2019 Remi Collet - 2.8.0-1 - update to 2.8.0 -- cgit