From 9afe72b27e7224942733271a5f4d3b9fa18746b2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 May 2015 10:17:42 +0200 Subject: php-pecl-xdebug: add patch for exception code change (for phpunit) --- php-pecl-xdebug.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index bdb3821..8bc0900 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -33,7 +33,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.3.2 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} %if 0%{?gitver:1} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{commit}/%{pecl_name}-%{version}-%{gitver}.tar.gz %else @@ -45,6 +45,8 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz Patch0: %{pecl_name}-pr172.patch # https://github.com/xdebug/xdebug/pull/176 Patch1: %{pecl_name}-pr176.patch +# https://github.com/xdebug/xdebug/pull/167 +Patch2: %{pecl_name}-pr167.patch # The Xdebug License, version 1.01 # (Based on "The PHP License", version 3.0) @@ -122,6 +124,7 @@ mv %{pecl_name}-%{version}%{?prever} NTS %endif cd NTS +%patch2 -p1 -b .pr167 %patch0 -p1 -b .pr172 %patch1 -p1 -b .pr176 @@ -271,6 +274,9 @@ rm -rf %{buildroot} %changelog +* Fri May 29 2015 Remi Collet - 2.3.2-4 +- add patch for exception code change (for phpunit) + * Wed May 27 2015 Remi Collet - 2.3.2-3 - add patch for efree/str_efree in php 5.6 -- cgit