diff --git a/swoole.spec b/swoole.spec index 5694e3874bdce97f5facacd82e538589fcbb2ce4..3bf36ab09e9bf25efe71ec701e74f09453ec1fda 100644 --- a/swoole.spec +++ b/swoole.spec @@ -1,13 +1,13 @@ %global ini_name 40-swoole.ini Name: swoole -Version: 5.1.5 +Version: 5.1.6 Release: 1 Summary: Event-driven asynchronous and concurrent networking engine with high performance for PHP -License: Apache 2.0 +License: Apache-2.0 URL: https://www.swoole.com/ Source0: https://github.com/swoole/swoole-src/archive/refs/tags/v%{version}.tar.gz -BuildRequires: php(language) >= 8.0 +BuildRequires: (php(language) >= 8.0 with php(language) < 8.4) BuildRequires: php-cli >= 8.0 BuildRequires: php-devel BuildRequires: openssl-devel >= 1.0.2 @@ -41,7 +41,7 @@ Event-driven asynchronous and concurrent networking engine with high performance %package devel Summary: Development files for %{name} Requires: %{name} = %{version} -Requires: php-devel >= 8.0 +Requires: (php-devel >= 8.0 with php-devel < 8.4) %description devel Development files for %{name}. @@ -81,6 +81,10 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} %{_includedir}/php/ext/swoole %changelog +* Wed Dec 04 2024 Funda Wang - 5.1.6-1 +- update to 5.1.6 +- 5.1.x does not support php 8.4 as stated by upstream + * Tue Oct 22 2024 Funda Wang - 5.1.5-1 - update to 5.1.5 diff --git a/v5.1.5.tar.gz b/v5.1.5.tar.gz deleted file mode 100644 index 2ceb5c18e6069628ed5f551a4eb23ae53fd47bbc..0000000000000000000000000000000000000000 Binary files a/v5.1.5.tar.gz and /dev/null differ diff --git a/v5.1.6.tar.gz b/v5.1.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..a63cf8cd6277d4b58c8f84d69d6da63e330bc7fa Binary files /dev/null and b/v5.1.6.tar.gz differ