From 2c4d0d13f2e9f1006abd40cea9b89550b4ecd768 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Dec 2024 16:14:38 +0100 Subject: update to 4.29.2 (no change) re-license spec file to CECILL-2.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-protobuf.spec | 15 +++++++++++---- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 7e11058..90aff27 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 4.29.0 +Version => 4.29.2 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 66b165d..5dcf9c0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #92 protobuf version 4.29.0 ] { +Extension [ extension #94 protobuf version 4.29.2 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index dc68e46..e1df2aa 100644 --- a/php-pecl-protobuf.spec +++ b/php-pecl-protobuf.spec @@ -1,8 +1,8 @@ # remirepo spec file for php-pecl-protobuf # -# Copyright (c) 2016-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2016-2024 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -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.29.0 +%global upstream_version 4.29.2 #global upstream_prever RC3 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -161,6 +161,13 @@ done %changelog +* Wed Dec 18 2024 Remi Collet - 4.29.2-1 +- update to 4.29.2 (no change) +- re-license spec file to CECILL-2.1 + +* Thu Dec 5 2024 Remi Collet - 4.29.1-1 +- update to 4.29.1 (no change) + * Thu Nov 28 2024 Remi Collet - 4.29.0-1 - update to 4.29.0 -- cgit