From 049682240b991ce8cf423071ea6919641b4015ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 23 Nov 2019 09:05:55 +0100 Subject: v3.11.0RC2 --- php-pecl-protobuf.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php-pecl-protobuf.spec') diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 09b4cc2..7b76a49 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -23,7 +23,7 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 3.11.0 -%global upstream_prever RC1 +%global upstream_prever RC2 Summary: Mechanism for serializing structured data Name: %{?sub_prefix}php-pecl-%{pecl_name} @@ -115,6 +115,9 @@ cp -pr NTS ZTS cat > %{ini_name} << 'EOF' ; Enable %{pecl_name} extension module extension = %{pecl_name}.so + +; Configuration +;protobuf.keep_descriptor_pool_after_request = 0 EOF @@ -214,6 +217,9 @@ fi %changelog +* Sat Nov 23 2019 Remi Collet - 3.11.0~RC2-1 +- update to 3.11.0RC2 + * Thu Nov 21 2019 Remi Collet - 3.11.0~RC1-1 - update to 3.11.0RC1 https://github.com/protocolbuffers/protobuf/issues/6918 -- cgit