summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-ioncube-loader.spec11
3 files changed, 9 insertions, 6 deletions
diff --git a/PHPINFO b/PHPINFO
index 4294961..685fad0 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -4,7 +4,7 @@ ionCube Loader
For Loader updates visit www.ioncube.com/loaders.php
For support visit support.ioncube.com
-Loader version => 12.0.5
+Loader version => 13.0.0
Directive => Local Value => Master Value
ioncube.loader.encoded_paths => no value => no value
diff --git a/REFLECTION b/REFLECTION
index d291ed9..9094a0d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #16 ionCube Loader version 12.0.5 ] {
+Extension [ <persistent> extension #16 ionCube Loader version 13.0.0 ] {
- INI {
Entry [ ioncube.loader.encoded_paths <ALL> ]
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec
index da1f896..d3fdb58 100644
--- a/php-ioncube-loader.spec
+++ b/php-ioncube-loader.spec
@@ -1,7 +1,7 @@
# remirepo spec file for php-ioncube-loader
#
-# Copyright (c) 2012-2022 Remi Collet
-# License: CC-BY-SA
+# Copyright (c) 2012-2023 Remi Collet
+# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
@@ -30,7 +30,7 @@
Name: %{?scl_prefix}php-ioncube-loader
Summary: Loader for ionCube Encoded Files with ionCube 24 support
-%global upstream_version 12.0.5
+%global upstream_version 13.0.0
#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;')}}
@@ -55,7 +55,7 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}
-%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
+%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} == 7
# Other third party repo stuff
Obsoletes: php53-ioncube-loader <= %{version}
Obsoletes: php53u-ioncube-loader <= %{version}
@@ -217,6 +217,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinidir}/%{ininame}
%changelog
+* Fri Aug 25 2023 Remi Collet <remi@remirepo.net> - 13.0.0-1
+- update to 13.0.0 (Aug 24, 2023)
+
* Fri Dec 30 2022 Remi Collet <remi@remirepo.net> - 12.0.5-1
- update to 12.0.5 (Dec 22, 2022)