diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-16 07:42:42 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-16 07:42:42 +0200 |
commit | 27063d8e8f80aa85a337515830e69336abda4512 (patch) | |
tree | ef83f55ecd3f2712c36e0c6fe407959ffa91c5de | |
parent | 9d11ba71f30e1a92c4e05bc14cccfedc67131e6f (diff) |
update to 1.2.4
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-teds.spec | 13 |
3 files changed, 6 insertions, 11 deletions
@@ -2,4 +2,4 @@ teds teds support => enabled -teds version => 1.2.3 +teds version => 1.2.4 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #99 teds version 1.2.3 ] { +Extension [ <persistent> extension #99 teds version 1.2.4 ] { - Functions { Function [ <internal:teds> 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 <remi@remirepo.net> - 1.2.4-1 +- update to 1.2.4 + * Mon Mar 7 2022 Remi Collet <remi@remirepo.net> - 1.2.3-1 - update to 1.2.3 |