From 90025026d3b403511508cd5808246216405458f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 May 2020 07:43:12 +0200 Subject: update to 2.9.6 --- php-pecl-xdebug.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 5548c27..1f590f1 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 1f11f5a389cfcebf8e1ca64e092f75be9224abea +%global gh_commit b554fd406b365a0cec09e81200f16a2d30d59693 %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.9.5 +%global upstream_version 2.9.6 #global upstream_prever beta2 #global upstream_lower beta2 @@ -299,6 +299,12 @@ fi %changelog +* Sat May 30 2020 Remi Collet - 2.9.6-1 +- update to 2.9.6 + +* Tue May 5 2020 Remi Collet - 2.9.5-2 +- rebuild for https://github.com/remicollet/remirepo/issues/146 + * Sun Apr 26 2020 Remi Collet - 2.9.5-1 - update to 2.9.5 -- cgit