From 74258d50dcb76f4881fac2fea31dee3e8bb7cf35 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 16 Aug 2022 08:30:46 +0200 Subject: update to 12.0.1 (Aug 12, 2022) --- php-ioncube-loader.spec | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index 00963ca..22f6af3 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -33,25 +33,21 @@ Summary: Loader for ionCube Encoded Files with ionCube 24 support %global upstream_version 12.0.1 #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;')}} +Release: 2%{?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_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 -Source1: https://www.ioncube.com/linux-v12-loaders/ioncube_loaders_lin_x86-64_v12.tar.gz -#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 -#Source2: http://downloads2.ioncube.com/loader_downloads/%%{extname}s_lin_armv7l_%%{version}.tar.gz -#Source3: http://downloads2.ioncube.com/loader_downloads/%%{extname}s_lin_aarch64_%%{version}.tar.gz +Source1: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_x86-64_%{upstream_version}.tar.gz +Source2: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_armv7l_%{upstream_version}.tar.gz +Source3: http://downloads2.ioncube.com/loader_downloads/%{extname}s_lin_aarch64_%{upstream_version}.tar.gz %endif Source90: LICENSE.txt Source91: USER-GUIDE.txt -#ExclusiveArch: %%{ix86} x86_64 armv7hl aarch64 -ExclusiveArch: x86_64 +ExclusiveArch: x86_64 armv7hl aarch64 BuildRequires: %{?scl_prefix}php-devel # ABI check @@ -221,6 +217,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinidir}/%{ininame} %changelog +* Tue Aug 16 2022 Remi Collet - 12.0.1-2 +- update to 12.0.1 (Aug 12, 2022) + * Tue Aug 9 2022 Remi Collet - 12.0.1-1 - update to 12.0.1 (Aug 8, 2022) -- cgit