From 6725c7f33ecbb01ea01d4c317f5317fa1b6920c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Jan 2026 07:39:53 +0100 Subject: update to 4.33.3 --- php-pecl-protobuf.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-protobuf.spec') 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 - 4.33.3-1 +- update to 4.33.3 + * Sat Dec 6 2025 Remi Collet - 4.33.2-1 - update to 4.33.2 -- cgit