From b32c8c2660a7ba73a922839fe7d4e812d0057639 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Dec 2018 07:42:31 +0100 Subject: update to 10.3.0 (Dec 21, 2018) --- php-ioncube-loader.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'php-ioncube-loader.spec') diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index eab2c15..8c55c5e 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -31,7 +31,7 @@ Name: %{?scl_prefix}php-ioncube-loader Summary: Loader for ionCube Encoded Files with ionCube 24 support %global upstream_version 10.3.0 -%global upstream_prever beta +#global upstream_prever beta Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: Distribuable @@ -142,6 +142,7 @@ zend_extension = %{extname}.so ;ic24.sec.initial_state = 1 ;ic24.sec.initial_action = 'block' ;ic24.sec.initial_notify = 'always' +;ic24.sec.initial_cache_all = 1 ;ic24.sec.exclusion_key = '' ;ic24.cache_path = '' ;ic24.home_dir = '' @@ -217,6 +218,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid %changelog +* Mon Dec 24 2018 Remi Collet - 10.3.0-1 +- update to 10.3.0 (Dec 21, 2018) + * Wed Nov 14 2018 Remi Collet - 10.3.0~beta-1 - update to 10.3.0-beta for PHP 7.3 -- cgit