From 950149ad03709011e4a925ef80bcca0a034d7b03 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Feb 2021 14:03:49 +0100 Subject: update to 3.0.3 --- php-pecl-xdebug3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-xdebug3.spec') diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 369e064..0fb51f2 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,12 +21,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit fd53e416f9d7565329c41a787ea1bc62a3b2949d +%global gh_commit 7b808b409f6b15b3fab6db2dd96b5be871690e73 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.0.2 +%global upstream_version 3.0.3 #global upstream_prever RC1 #global upstream_lower rc1 @@ -48,8 +48,8 @@ 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 -BuildRequires: %{?dtsprefix}gcc BuildRequires: make +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 7.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-simplexml @@ -292,6 +292,9 @@ fi %changelog +* Mon Feb 22 2021 Remi Collet - 3.0.3-1 +- update to 3.0.3 + * Tue Jan 5 2021 Remi Collet - 3.0.2-1 - update to 3.0.2 -- cgit