From 7f8d99bf3fbadd87ffe3ff10cd0be133a94b9dc9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Jun 2021 08:11:50 +0200 Subject: update to 3.2.3 --- php-pecl-igbinary.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-pecl-igbinary.spec') diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 3709780..46d55cd 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -25,7 +25,7 @@ #global gh_date 20161018 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.2.2 +%global upstream_version 3.2.3 #global upstream_prever RC1 Summary: Replacement for the standard PHP serializer @@ -88,6 +88,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} +%endif %endif @@ -296,6 +299,9 @@ fi %changelog +* Thu Jun 10 2021 Remi Collet - 3.2.3-1 +- update to 3.2.3 + * Mon Apr 19 2021 Remi Collet - 3.2.2-1 - update to 3.2.2 -- cgit