diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-19 07:40:26 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-19 07:40:26 +0200 |
commit | 05a31483cfbec434c4e42ccba2bef4545dee652e (patch) | |
tree | 75f0253b43baae576b3a25f118ddffcf9952bf93 | |
parent | db5d41da5a5778855f929a2d510c0c02b042d963 (diff) |
update to 3.2.2
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-igbinary.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 3.2.2RC1 +igbinary version => 3.2.2 igbinary APCu serializer ABI => 0 igbinary session support => yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #76 igbinary version 3.2.2RC1 ] { +Extension [ <persistent> extension #74 igbinary version 3.2.2 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index c950df1..3709780 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -26,7 +26,7 @@ %global ini_name 40-%{pecl_name}.ini %global upstream_version 3.2.2 -%global upstream_prever RC1 +#global upstream_prever RC1 Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary @@ -296,6 +296,9 @@ fi %changelog +* Mon Apr 19 2021 Remi Collet <remi@remirepo.net> - 3.2.2-1 +- update to 3.2.2 + * Tue Jan 12 2021 Remi Collet <remi@remirepo.net> - 3.2.2~RC1-1 - update to 3.2.2RC1 |