From ebb9ad104c946916353d4a0c09fbaf6d857233f2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Nov 2012 16:31:38 +0100 Subject: php-pecl-xdebug-debuginfo-2.2.2-0.2.gite773b090fc (rebuild with new php 5.5 snaphost with zend_execute_ex) --- php-pecl-xdebug.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index a3b2f69..632aa66 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -7,7 +7,7 @@ Name: php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.2.2 -Release: 0.1%{?gitver:.git%{gitver}}%{?dist} +Release: 0.2%{?gitver:.git%{gitver}}%{?dist} %if 0%{?gitver:1} # https://github.com/xdebug/xdebug/archive/xdebug_2_2.tar.gz Source0: xdebug-xdebug_2_2.tar.gz @@ -25,9 +25,6 @@ BuildRequires: php-pear >= 1:1.4.9-1.2 BuildRequires: php-devel >= 5.1.0 BuildRequires: libedit-devel -# https://github.com/xdebug/xdebug/pull/39 -Patch0: %{pecl_name}-build.patch - Requires(post): %{__pecl} Requires(postun): %{__pecl} Requires: php(zend-abi) = %{php_zend_api} @@ -79,10 +76,6 @@ mv xdebug-xdebug_2_2 %{pecl_name}-%{version}%{?prever} cd %{pecl_name}-%{version}%{?prever} -%if "%{php_version}" > "5.5" -%patch0 -p0 -b .php55 -%endif - # https://bugs.php.net/60330 sed -i -e '/AC_PREREQ/s/2.60/2.59/' debugclient/configure.in grep AC_PREREQ debugclient/configure.in @@ -198,8 +191,11 @@ rm -rf %{buildroot} %changelog +* Fri Nov 30 2012 Remi Collet - 2.2.1-0.2.gite773b090fc +- rebuild with new php 5.5 snaphost with zend_execute_ex + * Fri Nov 30 2012 Remi Collet - 2.2.1-0.1.gite773b090fc -- update to git snapshoit for php 5.5 +- update to git snapshot for php 5.5 - also provides php-xdebug * Sun Sep 9 2012 Remi Collet - 2.2.1-2 -- cgit