summaryrefslogtreecommitdiffstats
path: root/php-pecl-xdebug.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-12-03 14:00:12 +0100
committerRemi Collet <fedora@famillecollet.com>2014-12-03 14:00:12 +0100
commit35437f92b50184af0cb6b6dcdabb1f517729a669 (patch)
tree1410b73328f3adfb74e0474f55d61d5d2c286608 /php-pecl-xdebug.spec
parent0f3ba72fe1ad3512aa12cf2077be6f0cb344ac15 (diff)
php-pecl-xdebug: more upstream patch, thanks Derick
Diffstat (limited to 'php-pecl-xdebug.spec')
-rw-r--r--php-pecl-xdebug.spec5
1 files changed, 4 insertions, 1 deletions
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 <remi@fedoraproject.org> - 2.2.6-3
+- more upstream patch
+
* Wed Dec 3 2014 Remi Collet <remi@fedoraproject.org> - 2.2.6-2
- add upstream patch for couchbase compatibility
see http://bugs.xdebug.org/view.php?id=1087