summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-16 08:05:47 +0100
committerRemi Collet <remi@remirepo.net>2019-02-16 08:05:47 +0100
commitb79b3c44f34f871cb819bed3b51d06f99328eb8c (patch)
tree70b05f66527104312ecca577ecdf361888d325b7
parent72ade3ade5703a9c5b2389c2d11d07953760bb2b (diff)
v2.7.0RC2
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xdebug.spec10
3 files changed, 9 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 314c118..0a4c939 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
xdebug
xdebug support => enabled
-Version => 2.7.0rc1
+Version => 2.7.0RC2
IDE Key => remi
Supported protocols
diff --git a/REFLECTION b/REFLECTION
index 03213b4..5a2e6a1 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #201 xdebug version 2.7.0rc1 ] {
+Extension [ <persistent> extension #202 xdebug version 2.7.0RC2 ] {
- INI {
Entry [ xdebug.auto_trace <ALL> ]
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index f3608b4..2970f2a 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -19,19 +19,20 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit 8c1aa33d1c630d59a464e9dcefc0d63ba627d0c8
+%global gh_commit 175b82fdedd555217ae32c9d1801af521ffca13b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20171202
%global with_tests 0%{!?_without_tests:1}
%global upstream_version 2.7.0
-%global upstream_prever rc1
+%global upstream_prever RC2
+%global upstream_lower rc2
# XDebug should be loaded after opcache
%global ini_name 15-%{pecl_name}.ini
Name: %{?scl_prefix}php-pecl-xdebug
Summary: PECL package for debugging PHP scripts
-Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
+Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
%if 0%{?gh_date:1}
Release: 0.8.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
@@ -295,6 +296,9 @@ fi
%changelog
+* Sat Feb 16 2019 Remi Collet <remi@remirepo.net> - 2.7.0~rc2-1
+- update to 2.7.0RC2
+
* Sat Feb 2 2019 Remi Collet <remi@remirepo.net> - 2.7.0~rc1-1
- update to 2.7.0RC1