From 461df187b3b6e212aa245ac1be5f113d3ac1a4da Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Nov 2022 07:54:57 +0100 Subject: update to 3.2.11 --- php-pecl-igbinary.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'php-pecl-igbinary.spec') diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 11d6dfc..9dcc380 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -26,7 +26,7 @@ #global gh_date 20161018 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.2.9 +%global upstream_version 3.2.11 #global upstream_prever RC1 Summary: Replacement for the standard PHP serializer @@ -59,7 +59,7 @@ Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} -%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} == 7 # Other third party repo stuff Obsoletes: php55u-pecl-%{pecl_name} <= %{version} Obsoletes: php55w-pecl-%{pecl_name} <= %{version} @@ -82,12 +82,6 @@ Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} %endif -%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 @@ -298,6 +292,9 @@ fi %changelog +* Mon Nov 7 2022 Remi Collet - 3.2.11-1 +- update to 3.2.11 + * Mon Oct 17 2022 Remi Collet - 3.2.9-1 - update to 3.2.9 -- cgit