From 36a6228884889e2265030ba847c3b6c365f08855 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Feb 2023 08:30:14 +0100 Subject: update to 3.0.3 fix license --- PHPINFO | 6 +++--- REFLECTION | 29 ++++++++++++++++++++++------- php-pecl-tensor.spec | 12 ++++++++---- 3 files changed, 33 insertions(+), 14 deletions(-) diff --git a/PHPINFO b/PHPINFO index a9fbab5..d00464e 100644 --- a/PHPINFO +++ b/PHPINFO @@ -5,6 +5,6 @@ tensor A library and extension that provides objects for scientific computing in PHP. tensor => enabled Author => Andrew DalPino -Version => 3.0.0 -Build Date => Apr 4 2022 00:00:00 -Powered by Zephir => Version 0.16.0-$Id$ +Version => 3.0.3 +Build Date => Feb 28 2023 00:00:00 +Powered by Zephir => Version 0.17.0-$Id$ diff --git a/REFLECTION b/REFLECTION index 2719d50..5b799f8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #100 tensor version 3.0.0 ] { +Extension [ extension #122 tensor version 3.0.3 ] { - Dependencies { } @@ -219,6 +219,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ bool ] } Method [ abstract public method offsetGet ] { @@ -226,6 +227,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ mixed ] } Method [ abstract public method offsetSet ] { @@ -234,6 +236,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { Parameter #0 [ mixed $offset ] Parameter #1 [ mixed $value ] } + - Tentative return [ void ] } Method [ abstract public method offsetUnset ] { @@ -241,18 +244,21 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ void ] } Method [ abstract public method getIterator ] { - Parameters [0] { } + - Tentative return [ Traversable ] } Method [ abstract public method count ] { - Parameters [0] { } + - Tentative return [ int ] } } } @@ -629,6 +635,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ bool ] } Method [ abstract public method offsetGet ] { @@ -636,6 +643,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ mixed ] } Method [ abstract public method offsetSet ] { @@ -644,6 +652,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { Parameter #0 [ mixed $offset ] Parameter #1 [ mixed $value ] } + - Tentative return [ void ] } Method [ abstract public method offsetUnset ] { @@ -651,18 +660,21 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [1] { Parameter #0 [ mixed $offset ] } + - Tentative return [ void ] } Method [ abstract public method getIterator ] { - Parameters [0] { } + - Tentative return [ Traversable ] } Method [ abstract public method count ] { - Parameters [0] { } + - Tentative return [ int ] } Method [ abstract public method multiply ] { @@ -959,8 +971,8 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -977,6 +989,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -3131,8 +3144,8 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -3149,6 +3162,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { @@ -3222,8 +3236,8 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Properties [4] { Property [ protected $message = '' ] Property [ protected $code = 0 ] - Property [ protected $file = NULL ] - Property [ protected $line = NULL ] + Property [ protected string $file = '' ] + Property [ protected int $line = 0 ] } - Methods [10] { @@ -3240,6 +3254,7 @@ Extension [ extension #100 tensor version 3.0.0 ] { - Parameters [0] { } + - Tentative return [ void ] } Method [ final public method getMessage ] { diff --git a/php-pecl-tensor.spec b/php-pecl-tensor.spec index 3282287..752e231 100644 --- a/php-pecl-tensor.spec +++ b/php-pecl-tensor.spec @@ -1,7 +1,7 @@ # remirepo spec file for php-pecl-tensor # -# Copyright (c) 2020-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2020-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -16,14 +16,14 @@ # After 20-json %global ini_name 40-%{pecl_name}.ini -%global upstream_version 3.0.2 +%global upstream_version 3.0.3 #global upstream_prever alpha2 Summary: Objects for scientific computing in PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} -License: BSD +License: MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -203,6 +203,10 @@ fi %changelog +* Tue Feb 28 2023 Remi Collet - 3.0.3-1 +- update to 3.0.3 +- fix license + * Mon Apr 4 2022 Remi Collet - 3.0.2-1 - update to 3.0.2 -- cgit