diff options
author | Remi Collet <remi@remirepo.net> | 2020-08-06 07:43:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-08-06 07:43:53 +0200 |
commit | 3750cfe644ddb4fd2d67043319255c2e2b2356b9 (patch) | |
tree | 38614be232d2a64cff79a77d1dbf1441fc141648 | |
parent | 722b65819d7888fe8cb22a114fb2da76844a861e (diff) |
update to 3.1.4
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-igbinary.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 3.1.3 +igbinary version => 3.1.4 igbinary APCu serializer ABI => 0 igbinary session support => yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #77 igbinary version 3.1.3 ] { +Extension [ <persistent> extension #77 igbinary version 3.1.4 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index b8649f9..f2f63c1 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.1.3 +%global upstream_version 3.1.4 #global upstream_prever a1 Summary: Replacement for the standard PHP serializer @@ -35,7 +35,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.12.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +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 @@ -308,6 +308,9 @@ fi %changelog +* Thu Aug 6 2020 Remi Collet <remi@remirepo.net> - 3.1.4-1 +- update to 3.1.4 + * Wed Aug 5 2020 Remi Collet <remi@remirepo.net> - 3.1.3-1 - update to 3.1.3 |