diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-02 10:06:07 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-02 10:06:07 +0100 |
commit | 8e458ca4de31ceca7c0b918f1e872405fe2aae94 (patch) | |
tree | ca2674974af6529a045a77a8919b4fe623f3df63 | |
parent | 5c0ff5cf7855dca071df6cc1a965c318e8a8e686 (diff) |
update to 10.4.0-beta2 for PHP 7.4 (Feb 28, 2020)
-rw-r--r-- | php-ioncube-loader.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index ab1c494..cab8818 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -31,15 +31,15 @@ Name: %{?scl_prefix}php-ioncube-loader Summary: Loader for ionCube Encoded Files with ionCube 24 support %global upstream_version 10.4.0 -%global upstream_prever beta1 +%global upstream_prever beta2 Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: Distribuable URL: http://www.ioncube.com %if 0%{?upstream_prever:1} -Source0: https://www.ioncube.com/php-7.4.0-beta-loaders/ioncube_loaders_lin_x86_7.4_BETA1.tar.gz -Source1: https://www.ioncube.com/php-7.4.0-beta-loaders/ioncube_loaders_lin_x86-64_7.4_BETA1.tar.gz +Source0: https://www.ioncube.com/php-7.4.0-beta-loaders/ioncube_loaders_lin_x86_7.4_BETA2.tar.gz +Source1: https://www.ioncube.com/php-7.4.0-beta-loaders/ioncube_loaders_lin_x86-64_7.4_BETA2.tar.gz %else Source0: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_x86_%{version}.tar.gz Source1: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_x86-64_%{version}.tar.gz @@ -114,8 +114,8 @@ tar xvf %{SOURCE0} %endif %if 0%{?upstream_prever:1} mkdir ioncube -mv ioncube_loader_lin_7.4_10.4.0_beta1.so ioncube/ioncube_loader_lin_7.4.so -mv ioncube_loader_lin_7.4_10.4.0_beta1_ts.so ioncube/ioncube_loader_lin_7.4_ts.so +mv ioncube_loader_lin_7.4_%{upstream_version}_%{upstream_prever}.so ioncube/ioncube_loader_lin_7.4.so +mv ioncube_loader_lin_7.4_%{upstream_version}_%{upstream_prever}_ts.so ioncube/ioncube_loader_lin_7.4_ts.so %endif # Drop in the bit of configuration @@ -213,6 +213,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid %changelog +* Mon Mar 2 2020 Remi Collet <remi@remirepo.net> - 10.4.0~beta2-1 +- update to 10.4.0-beta2 for PHP 7.4 (Feb 28, 2020) + * Thu Feb 27 2020 Remi Collet <remi@remirepo.net> - 10.4.0~beta1-1 - update to 10.4.0-beta1 for PHP 7.4 (Feb 27, 2020) |