From 35437f92b50184af0cb6b6dcdabb1f517729a669 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Dec 2014 14:00:12 +0100 Subject: php-pecl-xdebug: more upstream patch, thanks Derick --- php-pecl-xdebug.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 2d314ae..ab4adb5 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -30,7 +30,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.2.6 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?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 @@ -259,6 +259,9 @@ rm -rf %{buildroot} %changelog +* Wed Dec 3 2014 Remi Collet - 2.2.6-3 +- more upstream patch + * Wed Dec 3 2014 Remi Collet - 2.2.6-2 - add upstream patch for couchbase compatibility see http://bugs.xdebug.org/view.php?id=1087 -- cgit