From 99e6c34799f23580b96456e008a918bf046c558b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Jan 2021 07:31:01 +0100 Subject: update to 3.0.2 --- php-pecl-xdebug3.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-pecl-xdebug3.spec') diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 17b307a..369e064 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-xdebug3 # -# Copyright (c) 2010-2020 Remi Collet +# Copyright (c) 2010-2021 Remi Collet # Copyright (c) 2006-2009 Christopher Stone # # License: MIT @@ -21,12 +21,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 0fb6119d53b2b086585a9de5a817e57e981dc75a +%global gh_commit fd53e416f9d7565329c41a787ea1bc62a3b2949d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.0.1 +%global upstream_version 3.0.2 #global upstream_prever RC1 #global upstream_lower rc1 @@ -49,6 +49,7 @@ 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: %{?scl_prefix}php-devel >= 7.2 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-simplexml @@ -291,6 +292,9 @@ fi %changelog +* Tue Jan 5 2021 Remi Collet - 3.0.2-1 +- update to 3.0.2 + * Fri Dec 4 2020 Remi Collet - 3.0.1-1 - update to 3.0.1 -- cgit