summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-05-05 07:27:50 +0200
committerRemi Collet <remi@php.net>2025-05-05 07:27:50 +0200
commitafe4d6d730f80cb07e704ac7dd358138da73bfbf (patch)
treec92c1842cf6e34d3a618555fd215109318aaf970
parent7a6869a93e16b5ba622940ce7678960296a681c0 (diff)
update to 1.6.0HEADmaster
re-license spec file to CECILL-2.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-ds.spec14
3 files changed, 11 insertions, 7 deletions
diff --git a/PHPINFO b/PHPINFO
index 9eba475..dcac97e 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,4 +2,4 @@
ds
ds support => enabled
-ds version => 1.5.0
+ds version => 1.6.0
diff --git a/REFLECTION b/REFLECTION
index 842258a..1e51781 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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