summaryrefslogtreecommitdiffstats
path: root/php-pecl-protobuf.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-protobuf.spec')
-rw-r--r--php-pecl-protobuf.spec8
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