From 7343d65e3a15c5869345294858bc1cc33e6cb875 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 25 Jan 2025 07:14:08 +0100 Subject: update to 3.25.6 re-license spec file to CECILL-2.1 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-protobuf.spec | 12 ++++++++---- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 01a413b..e591f74 100644 --- a/PHPINFO +++ b/PHPINFO @@ -1,7 +1,7 @@ protobuf -Version => 3.25.5 +Version => 3.25.6 Directive => Local Value => Master Value protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION index 2b9b790..439e2fd 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #89 protobuf version 3.25.5 ] { +Extension [ extension #95 protobuf version 3.25.6 ] { - Dependencies { Dependency [ date (Optional) ] diff --git a/php-pecl-protobuf.spec b/php-pecl-protobuf.spec index 9d95252..8e780c4 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-2025 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 3.25.5 +%global upstream_version 3.25.6 #global upstream_prever RC2 %global sources %{pecl_name}-%{upstream_version}%{?upstream_prever} %global _configure ../%{sources}/configure @@ -160,6 +160,10 @@ done %changelog +* Sat Jan 25 2025 Remi Collet - 3.25.6-1 +- update to 3.25.6 +- re-license spec file to CECILL-2.1 + * Fri Sep 20 2024 Remi Collet - 3.25.5-1 - update to 3.25.5 -- cgit