From 1b4a5a7aaf3d020bfc8044ec2c2b37742d3971f9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 May 2024 12:29:52 +0200 Subject: update to 13.0.4 (May 31, 2024) --- php-ioncube-loader.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-ioncube-loader.spec') diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index 94b4364..846bdd8 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -30,7 +30,7 @@ Name: %{?scl_prefix}php-ioncube-loader Summary: Loader for ionCube Encoded Files with ionCube 24 support -%global upstream_version 13.0.3 +%global upstream_version 13.0.4 #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;')}} @@ -217,6 +217,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinidir}/%{ininame} %changelog +* Fri May 31 2024 Remi Collet - 13.0.4-1 +- update to 13.0.4 (May 31, 2024) + * Wed May 15 2024 Remi Collet - 13.0.3-1 - update to 13.0.3 (May 14, 2024) - open https://support.ioncube.com/index.php?/Tickets/Ticket/View/28121 -- cgit