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 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-teds.spec | 13 ++++--------- 3 files changed, 6 insertions(+), 11 deletions(-) diff --git a/PHPINFO b/PHPINFO index e4cd1fc..babab44 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 1.2.3 +teds version => 1.2.4 diff --git a/REFLECTION b/REFLECTION index 2bddcad..1efd830 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #99 teds version 1.2.3 ] { +Extension [ extension #99 teds version 1.2.4 ] { - Functions { Function [ function Teds\any ] { 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