summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-05 06:22:34 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-05 06:22:34 +0100
commit4c13f1b909fea899789342e5b47877434fe914d4 (patch)
tree1f256068f6bd88429b18d15665f106482da6271e
parente94710c96820411a3309d22b7ffae8dad4c6a255 (diff)
php-pecl-xdebug: 2.5.0 (stable)
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xdebug.spec13
2 files changed, 9 insertions, 6 deletions
diff --git a/REFLECTION b/REFLECTION
index 5092795..eb709b4 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #161 xdebug version 2.5.0rc1 ] {
+Extension [ <persistent> extension #166 xdebug version 2.5.0 ] {
- INI {
Entry [ xdebug.auto_trace <ALL> ]
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index 1b9eb4e..75198a8 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -16,11 +16,11 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit 9613c6f5c9bd1a45dd48a22e80b65c1eee78ac80
+%global gh_commit 150336d1fa29e311636c682db0c1550117762947
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20161004
%global with_tests 0%{?_with_tests:1}
-%global prever rc1
+#global prever rc1
# XDebug should be loaded after opcache
%if "%{php_version}" < "5.6"
@@ -35,7 +35,7 @@ Version: 2.5.0
%if 0%{?gh_date:1}
Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 0.7.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
# The Xdebug License, version 1.01
@@ -47,7 +47,7 @@ Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{?scl_prefix}php-pear > 1.9.1
-BuildRequires: %{?scl_prefix}php-devel > 5.4
+BuildRequires: %{?scl_prefix}php-devel > 5.5
BuildRequires: libedit-devel
BuildRequires: libtool
%if %{with_tests}
@@ -63,7 +63,7 @@ Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
Provides: %{?scl_prefix}php-pecl(Xdebug) = %{version}
Provides: %{?scl_prefix}php-pecl(Xdebug)%{?_isa} = %{version}
-%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1}
+%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
Obsoletes: php53-pecl-%{pecl_name} <= %{version}
Obsoletes: php53u-pecl-%{pecl_name} <= %{version}
@@ -308,6 +308,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Dec 5 2016 Remi Collet <remi@fedoraproject.org> - 2.5.0-1
+- update to 2.5.0
+
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 2.5.0-0.7.rc1
- rebuild with PHP 7.1.0 GA