[php-pecl-xdebug] update to 2.2.5

Remi Collet remi at fedoraproject.org
Wed Apr 30 05:42:43 UTC 2014


commit 3a0267379bc7eba84874e071e61f96ab30aff17e
Author: Remi Collet <remi at fedoraproject.org>
Date:   Wed Apr 30 07:42:53 2014 +0200

    update to 2.2.5

 .gitignore           |    1 +
 php-pecl-xdebug.spec |    9 ++++++---
 sources              |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fe6dd2b..21d43a2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ package*.xml
 /xdebug-2.2.2.tgz
 /xdebug-2.2.3.tgz
 /xdebug-2.2.4.tgz
+/xdebug-2.2.5.tgz
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index 8759354..e302e24 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -24,8 +24,8 @@
 
 Name:           php-pecl-xdebug
 Summary:        PECL package for debugging PHP scripts
-Version:        2.2.4
-Release:        2%{?dist}
+Version:        2.2.5
+Release:        1%{?dist}
 Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
 
 # The Xdebug License, version 1.01
@@ -49,7 +49,7 @@ Provides:       php-%{pecl_name}%{?_isa} = %{version}
 Provides:       php-pecl(Xdebug) = %{version}
 Provides:       php-pecl(Xdebug)%{?_isa} = %{version}
 
-%if 0%{?fedora} < 20
+%if 0%{?fedora} < 20 && 0%{?rhel} < 7
 # Filter private shared
 %{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$}
 %{?filter_setup}
@@ -207,6 +207,9 @@ fi
 
 
 %changelog
+* Wed Apr 30 2014 Remi Collet <remi at fedoraproject.org> - 2.2.5-1
+- Update to 2.2.5 (stable)
+
 * Wed Apr 23 2014 Remi Collet <remi at fedoraproject.org> - 2.2.4-2
 - add numerical prefix to extension configuration file
 - drop uneeded full extension path
diff --git a/sources b/sources
index ac22d14..1c7b7d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2edd77f112ab47286c280df041c396a  xdebug-2.2.4.tgz
+7e571ce8eb6fa969fd8263969019849d  xdebug-2.2.5.tgz


More information about the scm-commits mailing list