From 6233b67557604e8da30f6581dfe728108667c80c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Feb 2022 07:48:21 +0100 Subject: update to 3.1.3 --- php-pecl-xdebug3.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'php-pecl-xdebug3.spec') diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index c9ff9a3..2cdb071 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-2021 Remi Collet +# Copyright (c) 2010-2022 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 52911afee0d66f4569d71d25bb9532c8fab9d5f5 +%global gh_commit a4bc37ed4804a0ce037a7c80054557a9c346f44e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.1.2 +%global upstream_version 3.1.3 #global upstream_prever beta2 #global upstream_lower beta2 @@ -88,10 +88,8 @@ Obsoletes: php70u-pecl-%{pecl_name} <= %{version} Obsoletes: php70w-pecl-%{pecl_name} <= %{version} Obsoletes: php71u-pecl-%{pecl_name} <= %{version} Obsoletes: php71w-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "7.3" Obsoletes: php73-pecl-%{pecl_name} <= %{version} Obsoletes: php73w-pecl-%{pecl_name} <= %{version} @@ -295,6 +293,9 @@ fi %changelog +* Wed Feb 2 2022 Remi Collet - 3.1.3-1 +- update to 3.1.3 + * Wed Dec 1 2021 Remi Collet - 3.1.2-1 - update to 3.1.2 -- cgit