diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-ds.spec | 14 | 
3 files changed, 11 insertions, 7 deletions
@@ -2,4 +2,4 @@  ds  ds support => enabled -ds version => 1.5.0 +ds version => 1.6.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #63 ds version 1.5.0 ] { +Extension [ <persistent> extension #138 ds version 1.6.0 ] {    - Dependencies {      Dependency [ json (Required) ] diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 93c9c39..9ff785a 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -1,8 +1,8 @@  # remirepo spec file for php-pecl-ds  # -# 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  # @@ -23,7 +23,7 @@  %global _configure   ../%{sources}/configure  # For test suite, see https://github.com/php-ds/tests/commits/master -# version 1.5.1 +# version 1.5.1  (version 1.6.0 exist but requires phpunit12, so PHP 8.3)  %global gh_commit    3d14aa6f8c25d38d79c90924150c51636544e4a8  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     php-ds @@ -32,7 +32,7 @@  Summary:        Data Structures for PHP  Name:           %{?scl_prefix}php-pecl-%{pecl_name} -Version:        1.5.0 +Version:        1.6.0  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        MIT  URL:            https://pecl.php.net/package/%{pecl_name} @@ -193,6 +193,10 @@ done  %changelog +* Sat May  3 2025 Remi Collet <remi@remirepo.net> - 1.6.0-1 +- update to 1.6.0 +- re-license spec file to CECILL-2.1 +  * Wed Dec 20 2023 Remi Collet <remi@remirepo.net> - 1.5.0-1  - update to 1.5.0  | 
