summaryrefslogtreecommitdiffstats
path: root/php-pecl-xdebug.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-12-09 15:01:08 +0100
committerRemi Collet <remi@remirepo.net>2019-12-09 15:01:08 +0100
commitfd5b49f4394d2d49a58a0c2d0269dcb82a824c58 (patch)
treec1d55ccec717da718d723d3dd9ef129943c7e2c3 /php-pecl-xdebug.spec
parent094327b12b62cf33f8b00935a03767455f1811e8 (diff)
v2.9.0
Diffstat (limited to 'php-pecl-xdebug.spec')
-rw-r--r--php-pecl-xdebug.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec
index c922400..454233a 100644
--- a/php-pecl-xdebug.spec
+++ b/php-pecl-xdebug.spec
@@ -19,11 +19,11 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global gh_commit cb3a3a4fdf841c53f36548237e81b81c8a57cdf1
+%global gh_commit c60dd1ad245cd8fc4ea8520416cee21f3052ed96
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
#global gh_date 20190614
%global with_tests 0%{!?_without_tests:1}
-%global upstream_version 2.8.1
+%global upstream_version 2.9.0
#global upstream_prever beta2
#global upstream_lower beta2
@@ -45,8 +45,6 @@ License: BSD
URL: https://xdebug.org/
Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz
-Patch0: https://github.com/xdebug/xdebug/commit/0654240f24f6f619074c205462dbefe9b175c122.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel > 7
BuildRequires: %{?scl_prefix}php-pear
@@ -145,8 +143,6 @@ mv NTS/package.xml .
%{?_licensedir:sed -e '/LICENSE/s/role="doc"/role="src"/' -i package.xml}
cd NTS
-%patch0 -p1
-
# Check extension version
ver=$(sed -n '/XDEBUG_VERSION/{s/.* "//;s/".*$//;p}' php_xdebug.h)
if test "$ver" != "%{upstream_version}%{?upstream_prever}%{?gh_date:-dev}"; then
@@ -305,6 +301,9 @@ fi
%changelog
+* Mon Dec 9 2019 Remi Collet <remi@remirepo.net> - 2.9.0-1
+- update to 2.9.0
+
* Mon Dec 2 2019 Remi Collet <remi@remirepo.net> - 2.8.1-1
- update to 2.8.1