summaryrefslogtreecommitdiffstats
path: root/php-pecl-tensor.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-tensor.spec')
-rw-r--r--php-pecl-tensor.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-tensor.spec b/php-pecl-tensor.spec
index 887ebd2..03b7ac4 100644
--- a/php-pecl-tensor.spec
+++ b/php-pecl-tensor.spec
@@ -16,13 +16,13 @@
# After 20-json
%global ini_name 40-%{pecl_name}.ini
-%global upstream_version 3.0.0
+%global upstream_version 3.0.00
#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;')}}
+Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
@@ -200,6 +200,9 @@ fi
%changelog
+* Mon Jun 7 2021 Remi Collet <remi@remirepo.net> - 3.0.00-2
+- update to 3.0.00 (stable, no change)
+
* Tue May 25 2021 Remi Collet <remi@remirepo.net> - 3.0.0-1
- update to 3.0.0 (beta)
- raise dependency on PHP 7.4