diff options
| author | Remi Collet <remi@remirepo.net> | 2022-10-24 07:53:59 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-10-24 07:53:59 +0200 | 
| commit | 5942c980a01e5d6cebc8f3612c3acc2c8c9c2b2b (patch) | |
| tree | 5dcfb9e13effa7d5ce13d2c47d30dcc3da85a3d3 | |
| parent | 54030242a0b0ba640043812176eb850d9e83acaf (diff) | |
update to 1.2.7
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-teds.spec | 5 | 
3 files changed, 6 insertions, 3 deletions
@@ -2,4 +2,4 @@  teds  teds support => enabled -teds version => 1.2.6 +teds version => 1.2.7 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #100 teds version 1.2.6 ] { +Extension [ <persistent> extension #100 teds version 1.2.7 ] {    - Functions {      Function [ <internal:teds> function Teds\any ] { diff --git a/php-pecl-teds.spec b/php-pecl-teds.spec index 6c2cffa..001624f 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.6 +%global upstream_version 1.2.7  #global upstream_prever  a1  Summary:        Tentative Extra Data Structures @@ -186,6 +186,9 @@ fi  %changelog +* Mon Oct 24 2022 Remi Collet <remi@remirepo.net> - 1.2.7-1 +- update to 1.2.7 +  * Tue Oct 11 2022 Remi Collet <remi@remirepo.net> - 1.2.6-1  - update to 1.2.6  | 
