From da70554c8be52bc6b93ffd74d2c382d2dc7cff3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Jun 2021 06:56:54 +0200 Subject: update to 3.0.00 (stable, no change) --- php-pecl-tensor.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-tensor.spec') 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 - 3.0.00-2 +- update to 3.0.00 (stable, no change) + * Tue May 25 2021 Remi Collet - 3.0.0-1 - update to 3.0.0 (beta) - raise dependency on PHP 7.4 -- cgit