From 1cbbe9fec3ea03015e402aa196d8227dd72c6638 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Feb 2020 09:42:04 +0100 Subject: update to 3.11.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-protobuf.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8daf62c..4107461 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 3.11.2 +Version => 3.11.3 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 84bd215..62f3024 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #105 protobuf version 3.11.2 ] { +Extension [ extension #109 protobuf version 3.11.3 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 512cd1a..8a8a9ab 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-protobuf # -# Copyright (c) 2016-2019 Remi Collet +# Copyright (c) 2016-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -22,7 +22,7 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.11.2 +%global upstream_version 3.11.3 #global upstream_prever RC2 Summary: Mechanism for serializing structured data @@ -30,8 +30,8 @@ Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD -URL: http://pecl.php.net/package/%{pecl_name} -Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz +URL: https://pecl.php.net/package/%{pecl_name} +Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel >= 5.5.9 @@ -217,6 +217,9 @@ fi %changelog +* Tue Feb 4 2020 Remi Collet - 3.11.3-1 +- update to 3.11.3 + * Sat Dec 14 2019 Remi Collet - 3.11.2-1 - update to 3.11.2 -- cgit