From 04ead3778bd39d893142302b19cb4745ea87378c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 30 Jan 2026 07:31:04 +0100 Subject: update to 4.33.5 (no change) --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-protobuf.spec | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index 188f86e..922f8f6 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 4.33.4 +Version => 4.33.5 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 4e7b374..da0946c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 protobuf version 4.33.4 ] { +Extension [ extension #108 protobuf version 4.33.5 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 9163379..037918b 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -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.4 +%global upstream_version 4.33.5 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -35,8 +35,10 @@ BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} @@ -163,6 +165,9 @@ done %changelog +* Fri Jan 30 2026 Remi Collet - 4.33.5-1 +- update to 4.33.5 (no change) + * Tue Jan 13 2026 Remi Collet - 4.33.4-1 - update to 4.33.4 (no change) -- cgit