summaryrefslogtreecommitdiffstats
path: root/php-pecl-xdebug.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-05-29 10:17:42 +0200
committerRemi Collet <fedora@famillecollet.com>2015-05-29 10:17:42 +0200
commit9afe72b27e7224942733271a5f4d3b9fa18746b2 (patch)
tree59cc7b417f3473188d810f34ac9f25df3ea82d6e /php-pecl-xdebug.spec
parent34b94266a02351392a4a8371098de9c3f9313a4a (diff)
php-pecl-xdebug: add patch for exception code change (for phpunit)
Diffstat (limited to 'php-pecl-xdebug.spec')
-rw-r--r--php-pecl-xdebug.spec8
1 files changed, 7 insertions, 1 deletions
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 <remi@fedoraproject.org> - 2.3.2-4
+- add patch for exception code change (for phpunit)
+
* Wed May 27 2015 Remi Collet <remi@fedoraproject.org> - 2.3.2-3
- add patch for efree/str_efree in php 5.6