diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-protobuf.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -1,7 +1,7 @@ protobuf -Version => 4.33.2 +Version => 4.33.3 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #110 protobuf version 4.33.2 ] { +Extension [ <persistent> extension #108 protobuf version 4.33.3 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 790b029..9e33b82 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-protobuf # -# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2016-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -12,7 +12,7 @@ %global pecl_name protobuf %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 4.33.2 +%global upstream_version 4.33.3 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -163,6 +163,9 @@ done %changelog +* Mon Jan 12 2026 Remi Collet <remi@remirepo.net> - 4.33.3-1 +- update to 4.33.3 + * Sat Dec 6 2025 Remi Collet <remi@remirepo.net> - 4.33.2-1 - update to 4.33.2 |
