diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-23 09:05:55 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-23 09:05:55 +0100 |
commit | 049682240b991ce8cf423071ea6919641b4015ae (patch) | |
tree | 221982837d1280b3b8759f721a3729be8125e0db /php-pecl-protobuf.spec | |
parent | e14a5fc29e27f00fcbbddd1d479314829806b64e (diff) |
v3.11.0RC2
Diffstat (limited to 'php-pecl-protobuf.spec')
-rw-r--r-- | php-pecl-protobuf.spec | 8 |
1 files changed, 7 insertions, 1 deletions
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 <remi@remirepo.net> - 3.11.0~RC2-1 +- update to 3.11.0RC2 + * Thu Nov 21 2019 Remi Collet <remi@remirepo.net> - 3.11.0~RC1-1 - update to 3.11.0RC1 https://github.com/protocolbuffers/protobuf/issues/6918 |