From 51a503bb99c27bc44c9a2869c169297960b7cc36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 21 Dec 2019 08:16:58 +0100 Subject: v3.1.0b4 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-igbinary.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 9be786c..5595529 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ igbinary igbinary support => enabled -igbinary version => 3.1.0b3 +igbinary version => 3.1.0b4 igbinary APCu serializer ABI => 0 igbinary session support => yes diff --git a/REFLECTION b/REFLECTION index cb41a17..70cc7c4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #102 igbinary version 3.1.0b3 ] { +Extension [ extension #74 igbinary version 3.1.0b4 ] { - Dependencies { Dependency [ standard (Required) ] diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec index b3a9739..f039714 100644 --- a/php-pecl-igbinary.spec +++ b/php-pecl-igbinary.spec @@ -26,7 +26,7 @@ %global ini_name 40-%{pecl_name}.ini %global upstream_version 3.1.0 -%global upstream_prever b3 +%global upstream_prever b4 Summary: Replacement for the standard PHP serializer Name: %{?sub_prefix}php-pecl-igbinary @@ -36,11 +36,11 @@ Release: 0.12.%{gh_date}.%{gh_short}%{?dist}%{!?nophptag:%(%{__php} -r 'e Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else 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 +Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: BSD -URL: http://pecl.php.net/package/igbinary +URL: https://pecl.php.net/package/igbinary BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear @@ -301,6 +301,9 @@ fi %changelog +* Sat Dec 21 2019 Remi Collet - 3.1.0~b4-1 +- update to 3.1.0b4 (beta) + * Tue Dec 10 2019 Remi Collet - 3.1.0~b3-1 - update to 3.1.0b3 (beta) -- cgit