From d6b081655d484db97a76c562e24aa5e41fc73e16 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Wed, 30 Apr 2014 07:26:45 +0200
Subject: php-pecl-xdebug: 2.2.5 (stable)

---
 php-pecl-xdebug.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index 7bb074d..ccbe076 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -29,8 +29,8 @@
 
 Name:           %{?scl_prefix}php-pecl-xdebug
 Summary:        PECL package for debugging PHP scripts
-Version:        2.2.4
-Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
+Version:        2.2.5
+Release:        1%{?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
@@ -246,6 +246,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Apr 30 2014 Remi Collet <remi@fedoraproject.org> - 2.2.5-1
+- Update to 2.2.5 (stable)
+
 * Wed Apr  9 2014 Remi Collet <remi@fedoraproject.org> - 2.2.4-3
 - add numerical prefix to extension configuration file
 - drop uneeded full extension path
-- 
cgit