From 160a507c931681904e0b35524e5496f7ff750474 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 14 Jun 2019 16:29:49 +0200 Subject: refresh with PR merged --- 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 aaffb9a..ea7d070 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -19,9 +19,9 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 4ae1efe757e42f2e1f27ab643de497ed0d1a4b92 +%global gh_commit 01167bd6f83956b39c5812772bdb3008cd36ab55 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20190613 +%global gh_date 20190614 %global with_tests 0%{!?_without_tests:1} %global upstream_version 2.8.0 #global upstream_prever dev @@ -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://patch-diff.githubusercontent.com/raw/xdebug/xdebug/pull/480.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 @@ -308,6 +304,9 @@ fi %changelog +* Fri Jun 14 2019 Remi Collet - 2.8.0~DEV-1.20190614.01167bd +- refresh with PR merged + * Thu Jun 13 2019 Remi Collet - 2.8.0~DEV-1.20190613.4ae1efe - update to 2.8.0-dev for PHP 7.4 -- cgit