From 27063d8e8f80aa85a337515830e69336abda4512 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Aug 2022 07:42:42 +0200 Subject: update to 1.2.4 --- php-pecl-teds.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'php-pecl-teds.spec') diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index 3cfecfa..1c65cfe 100644 --- a/php-pecl-teds.spec +++ b/php-pecl-teds.spec @@ -19,7 +19,7 @@ %global pecl_name teds %global ini_name 40-%{pecl_name}.ini -%global upstream_version 1.2.3 +%global upstream_version 1.2.4 #global upstream_prever a1 Summary: Tentative Extra Data Structures @@ -45,14 +45,6 @@ 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} -# Other third party repo stuff -Obsoletes: php80-pecl-%{pecl_name} <= %{version} -%if "%{php_version}" > "8.1" -Obsoletes: php81-pecl-%{pecl_name} <= %{version} -%endif -%endif - %description teds (Tentative Extra Data Structures) is a collection of data structures @@ -194,6 +186,9 @@ fi %changelog +* Tue Aug 16 2022 Remi Collet - 1.2.4-1 +- update to 1.2.4 + * Mon Mar 7 2022 Remi Collet - 1.2.3-1 - update to 1.2.3 -- cgit