summaryrefslogtreecommitdiffstats
path: root/php-ioncube-loader.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-ioncube-loader.spec')
-rw-r--r--php-ioncube-loader.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-ioncube-loader.spec b/php-ioncube-loader.spec
index cab8818..cec9ccd 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.4.0
-%global upstream_prever beta2
+#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;')}}
License: Distribuable
@@ -85,6 +85,10 @@ Obsoletes: php72w-ioncube-loader <= %{version}
Obsoletes: php73-ioncube-loader <= %{version}
Obsoletes: php73w-ioncube-loader <= %{version}
%endif
+%if "%{php_version}" > "7.4"
+Obsoletes: php74-ioncube-loader <= %{version}
+Obsoletes: php74w-ioncube-loader <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -213,6 +217,9 @@ install -D -m 644 %{extname}.zts %{buildroot}%{php_ztsinid
%changelog
+* Tue Jun 30 2020 Remi Collet <remi@remirepo.net> - 10.4.0-1
+- update to 10.4.0 (Jun 29, 2020)
+
* Mon Mar 2 2020 Remi Collet <remi@remirepo.net> - 10.4.0~beta2-1
- update to 10.4.0-beta2 for PHP 7.4 (Feb 28, 2020)