diff options
Diffstat (limited to 'php-ioncube-loader.spec')
-rw-r--r-- | php-ioncube-loader.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec index feba41e..2207475 100644 --- a/php-ioncube-loader.spec +++ b/php-ioncube-loader.spec @@ -24,7 +24,7 @@ Name: %{?scl_prefix}php-ioncube-loader Summary: Loader for ionCube Encoded Files with ionCube 24 support -%global upstream_version 13.3.0 +%global upstream_version 13.3.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;')}} @@ -182,6 +182,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinidir}/%{ininame} %changelog +* Fri Aug 2 2024 Remi Collet <remi@remirepo.net> - 13.3.1-1 +- update to 13.3.1 (August 1, 2024) + * Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 13.3.0-1 - update to 13.3.0 (July 2, 2024) |