summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-10 08:11:50 +0200
committerRemi Collet <remi@remirepo.net>2021-06-10 08:11:50 +0200
commit7f8d99bf3fbadd87ffe3ff10cd0be133a94b9dc9 (patch)
treea78b7f14c9096af26d68f00f7d95f60814ea90a8
parent05a31483cfbec434c4e42ccba2bef4545dee652e (diff)
update to 3.2.3
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-igbinary.spec8
3 files changed, 9 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 448ec77..86a4c12 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
igbinary
igbinary support => enabled
-igbinary version => 3.2.2
+igbinary version => 3.2.3
igbinary APCu serializer ABI => 0
igbinary session support => yes
diff --git a/REFLECTION b/REFLECTION
index 20565e1..7c0fd9a 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #74 igbinary version 3.2.2 ] {
+Extension [ <persistent> extension #74 igbinary version 3.2.3 ] {
- Dependencies {
Dependency [ standard (Required) ]
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index 3709780..46d55cd 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -25,7 +25,7 @@
#global gh_date 20161018
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 3.2.2
+%global upstream_version 3.2.3
#global upstream_prever RC1
Summary: Replacement for the standard PHP serializer
@@ -88,6 +88,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version}
%if "%{php_version}" > "8.0"
Obsoletes: php80-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "8.1"
+Obsoletes: php81-pecl-%{pecl_name} <= %{version}
+%endif
%endif
@@ -296,6 +299,9 @@ fi
%changelog
+* Thu Jun 10 2021 Remi Collet <remi@remirepo.net> - 3.2.3-1
+- update to 3.2.3
+
* Mon Apr 19 2021 Remi Collet <remi@remirepo.net> - 3.2.2-1
- update to 3.2.2