diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-09 10:09:36 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-09 10:09:36 +0100 |
commit | 9672ec74d4a09fa7f150ec8f63b17f3835722f61 (patch) | |
tree | 4dcb11e4ef1c00842cb7c1b16deb577c778a05eb | |
parent | 54bf2900cda843498fceccc4470c7a9cf4312623 (diff) |
v3.1.0b2
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-igbinary.spec | 9 |
3 files changed, 8 insertions, 5 deletions
@@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 3.0.1 +igbinary version => 3.1.0b2 igbinary APCu serializer ABI => 0 igbinary session support => yes @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #104 igbinary version 3.0.1 ] { +Extension [ <persistent> extension #102 igbinary version 3.1.0b2 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index 7168696..c729ae3 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -25,8 +25,8 @@ #global gh_date 20161018 %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.0.1 -#global upstream_prever a2 +%global upstream_version 3.1.0 +%global upstream_prever b2 Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary @@ -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: 5%{?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: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD @@ -301,6 +301,9 @@ fi %changelog +* Mon Dec 9 2019 Remi Collet <remi@remirepo.net> - 3.1.0~b2-1 +- update to 3.0.0b2 (beta) + * Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 3.0.1-5 - rebuild for 7.4.0RC1 |