summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-10-11 07:07:16 +0200
committerRemi Collet <remi@php.net>2022-10-11 07:07:16 +0200
commit54030242a0b0ba640043812176eb850d9e83acaf (patch)
treec8df126bdb901cea1a4e4b94b2a80ed113c8be08
parentd8129d7dc4487f117f21c5c6ec97b0ab62c948f0 (diff)
update to 1.2.6
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-teds.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index babab44..c069710 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,4 +2,4 @@
teds
teds support => enabled
-teds version => 1.2.4
+teds version => 1.2.6
diff --git a/REFLECTION b/REFLECTION
index 1efd830..9f4944b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #99 teds version 1.2.4 ] {
+Extension [ <persistent> extension #100 teds version 1.2.6 ] {
- Functions {
Function [ <internal:teds> function Teds\any ] {
diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec
index 63536a0..6c2cffa 100644
--- a/php-pecl-teds.spec
+++ b/php-pecl-teds.spec
@@ -19,13 +19,13 @@
%global pecl_name teds
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 1.2.4
+%global upstream_version 1.2.6
#global upstream_prever a1
Summary: Tentative Extra Data Structures
Name: %{?scl_prefix}php-pecl-%{pecl_name}
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: https://pecl.php.net/package/%{pecl_name}
@@ -186,6 +186,9 @@ fi
%changelog
+* Tue Oct 11 2022 Remi Collet <remi@remirepo.net> - 1.2.6-1
+- update to 1.2.6
+
* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 1.2.4-2
- rebuild for PHP 8.2.0RC1