diff options
Diffstat (limited to 'php-pecl-swoole6.spec')
| -rw-r--r-- | php-pecl-swoole6.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-swoole6.spec b/php-pecl-swoole6.spec index 7b2f8ca..b299d8c 100644 --- a/php-pecl-swoole6.spec +++ b/php-pecl-swoole6.spec @@ -31,7 +31,7 @@ %global oraclemax 24 -%if 0%{?fedora} || 0%{?rhel} >= 11 +%if 0%{?fedora} || 0%{?rhel} >= 9 %bcond_without uring %else %bcond_with uring @@ -42,7 +42,7 @@ %bcond_without zstd %bcond_without curl %bcond_without nghttpd2 -%if 0%{?rhel} == 10 +%if 0%{?rhel} > 10 # Not yet in EPEL (will be in 10.2) %bcond_with firebird %else @@ -53,7 +53,7 @@ %bcond_with ssh2 %bcond_with ftp -%global upstream_version 6.2.1 +%global upstream_version 6.2.2 #global upstream_prever RC2 %global sources %{archivename} %global _configure ../%{sources}/configure @@ -388,6 +388,9 @@ cd ../ZTS %changelog +* Thu Jul 9 2026 Remi Collet <remi@remirepo.net> - 6.2.2-1 +- update to 6.2.2 + * Sat May 16 2026 Remi Collet <remi@remirepo.net> - 6.2.1-1 - update to 6.2.1 |
