From 9672ec74d4a09fa7f150ec8f63b17f3835722f61 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Dec 2019 10:09:36 +0100 Subject: v3.1.0b2 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-igbinary.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 6e866ed..345177d 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index 5db2674..f2f30ce 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #104 igbinary version 3.0.1 ] { +Extension [ 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 - 3.1.0~b2-1 +- update to 3.0.0b2 (beta) + * Tue Sep 03 2019 Remi Collet - 3.0.1-5 - rebuild for 7.4.0RC1 -- cgit