summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-02 16:36:42 +0100
committerRemi Collet <remi@php.net>2023-02-02 16:36:42 +0100
commitd9f4284b13cec27ddc5f0774ac1c654bd81a9996 (patch)
treeb0c3ddcd456b682a561b8dae5787692bd8593f6e
parent2cb63699ebfef873520b6458b7c1e7c75ae5d4ff (diff)
update to 3.2.13
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-igbinary.spec11
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 34c7390..e708aa7 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,7 +2,7 @@
igbinary
igbinary support => enabled
-igbinary version => 3.2.12
+igbinary version => 3.2.13
igbinary APCu serializer ABI => 0
igbinary session support => yes
diff --git a/REFLECTION b/REFLECTION
index 4038e60..5077dab 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #78 igbinary version 3.2.12 ] {
+Extension [ <persistent> extension #77 igbinary version 3.2.13 ] {
- Dependencies {
Dependency [ standard (Required) ]
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index 0c6f9d3..c451414 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -3,8 +3,8 @@
#
# Fedora spec file for php-pecl-igbinary
#
-# Copyright (c) 2010-2022 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2010-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
@@ -26,7 +26,7 @@
#global gh_date 20161018
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 3.2.12
+%global upstream_version 3.2.13
#global upstream_prever RC1
Summary: Replacement for the standard PHP serializer
@@ -39,7 +39,7 @@ Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
%endif
-License: BSD
+License: BSD-3-Clause
URL: https://pecl.php.net/package/igbinary
BuildRequires: make
@@ -292,6 +292,9 @@ fi
%changelog
+* Thu Feb 2 2023 Remi Collet <remi@remirepo.net> - 3.2.13-1
+- update to 3.2.13
+
* Mon Nov 7 2022 Remi Collet <remi@remirepo.net> - 3.2.12-1
- update to 3.2.12