diff options
Diffstat (limited to 'php-pecl-igbinary.spec')
-rw-r--r-- | php-pecl-igbinary.spec | 8 |
1 files changed, 7 insertions, 1 deletions
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 <remi@remirepo.net> - 3.2.3-1 +- update to 3.2.3 + * Mon Apr 19 2021 Remi Collet <remi@remirepo.net> - 3.2.2-1 - update to 3.2.2 |