diff options
Diffstat (limited to 'php-pecl-protobuf.spec')
-rw-r--r-- | php-pecl-protobuf.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index f05ccfd..cdd0b8c 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-2024 Remi Collet +# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -12,8 +12,8 @@ %global pecl_name protobuf %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global ini_name 40-%{pecl_name}.ini -%global upstream_version 4.29.3 -#global upstream_prever RC3 +%global upstream_version 4.30.0 +%global upstream_prever RC1 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -161,6 +161,9 @@ done %changelog +* Wed Feb 5 2025 Remi Collet <remi@remirepo.net> - 4.30.0~RC1-1 +- update to 4.30.0RC1 + * Thu Jan 9 2025 Remi Collet <remi@remirepo.net> - 4.29.3-1 - update to 4.29.3 (no change) |