From 7aeb583b50f4e268202101082c0d7e8ad52e0f53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Jan 2020 16:21:52 +0100 Subject: update to 2.9.1 --- php-pecl-xdebug.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 454233a..684627d 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-xdebug # -# Copyright (c) 2010-2019 Remi Collet +# Copyright (c) 2010-2020 Remi Collet # Copyright (c) 2006-2009 Christopher Stone # # License: MIT @@ -19,11 +19,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit c60dd1ad245cd8fc4ea8520416cee21f3052ed96 +%global gh_commit 02890b34d419e6d0364946ddd904a0ebfbe92bca %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.0 +%global upstream_version 2.9.1 #global upstream_prever beta2 #global upstream_lower beta2 @@ -301,6 +301,9 @@ fi %changelog +* Thu Jan 16 2020 Remi Collet - 2.9.1-1 +- update to 2.9.1 + * Mon Dec 9 2019 Remi Collet - 2.9.0-1 - update to 2.9.0 -- cgit