From c86f7d9ab16d17b5602e240513115f932d9809c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 14 Mar 2020 07:44:23 +0100 Subject: update to 2.9.3 --- 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 35d6a19..6f03bfd 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 b626bc5c75bb28d99f289fbd9a86895cb11aeb29 +%global gh_commit fc206eb55672875c8f10a0c21a491e6ff6e6762d %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.2 +%global upstream_version 2.9.3 #global upstream_prever beta2 #global upstream_lower beta2 @@ -34,7 +34,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}} %if 0%{?gh_date:1} -Release: 2.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -299,6 +299,9 @@ fi %changelog +* Sat Mar 14 2020 Remi Collet - 2.9.3-1 +- update to 2.9.3 + * Fri Jan 31 2020 Remi Collet - 2.9.2-1 - update to 2.9.2 -- cgit