diff options
| author | Remi Collet <remi@remirepo.net> | 2025-01-25 07:14:08 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-01-25 07:14:08 +0100 | 
| commit | 7343d65e3a15c5869345294858bc1cc33e6cb875 (patch) | |
| tree | 65f5b25d2b2d4fbf1d9ebcf62b4df9ac404a195c | |
| parent | b386f9f0f7d0fd45f2cdcfb485a8e767f15c2243 (diff) | |
update to 3.25.6
re-license spec file to CECILL-2.1
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-protobuf.spec | 12 | 
3 files changed, 10 insertions, 6 deletions
@@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #89 protobuf version 3.25.5 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 3.25.6-1 +- update to 3.25.6 +- re-license spec file to CECILL-2.1 +  * Fri Sep 20 2024 Remi Collet <remi@remirepo.net> - 3.25.5-1  - update to 3.25.5  | 
