diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-02 07:48:21 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-02 07:48:21 +0100 |
commit | 6233b67557604e8da30f6581dfe728108667c80c (patch) | |
tree | 21e1bdeedcccad45f13c4481e715318e70bac3c5 /php-pecl-xdebug3.spec | |
parent | 6d3dc941367bfe248cfe155d4e0a41dee65231d4 (diff) |
update to 3.1.3
Diffstat (limited to 'php-pecl-xdebug3.spec')
-rw-r--r-- | php-pecl-xdebug3.spec | 11 |
1 files changed, 6 insertions, 5 deletions
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 <remi@remirepo.net> - 3.1.3-1 +- update to 3.1.3 + * Wed Dec 1 2021 Remi Collet <remi@remirepo.net> - 3.1.2-1 - update to 3.1.2 |