From cde1f1063e914931753ad993ca46fed300dd2eec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Dec 2020 11:06:00 +0100 Subject: [PATCH] v3.0.1 --- php-pecl-xdebug3.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 9cbce73..29afd01 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -16,11 +16,11 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 5b5780212c745a4223f857c4bb6cdee1740553c3 +%global gh_commit 0fb6119d53b2b086585a9de5a817e57e981dc75a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release -%global upstream_version 3.0.0 +%global upstream_version 3.0.1 #global upstream_prever RC1 #global upstream_lower rc1 @@ -39,7 +39,8 @@ License: BSD URL: https://xdebug.org/ BuildRequires: gcc -BuildRequires: php-devel > 7.2 +BuildRequires: make +BuildRequires: php-devel >= 7.2 BuildRequires: php-pear BuildRequires: php-simplexml BuildRequires: libtool @@ -211,6 +212,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Mon Dec 7 2020 Remi Collet - 3.0.1-1 +- update to 3.0.1 + * Wed Nov 25 2020 Remi Collet - 3.0.0-1 - update to 3.0.0 (stable)