diff --git a/swoole.spec b/swoole.spec index 7434d666accb10df177023de8da73e9420f1c197..5694e3874bdce97f5facacd82e538589fcbb2ce4 100644 --- a/swoole.spec +++ b/swoole.spec @@ -1,7 +1,7 @@ %global ini_name 40-swoole.ini Name: swoole -Version: 5.1.4 +Version: 5.1.5 Release: 1 Summary: Event-driven asynchronous and concurrent networking engine with high performance for PHP License: Apache 2.0 @@ -81,6 +81,9 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} %{_includedir}/php/ext/swoole %changelog +* Tue Oct 22 2024 Funda Wang - 5.1.5-1 +- update to 5.1.5 + * Wed Aug 28 2024 Funda Wang - 5.1.4-1 - update to 5.1.4 diff --git a/v5.1.4.tar.gz b/v5.1.4.tar.gz deleted file mode 100644 index 37c58a1ece17a99f5f44780042045205b885a71f..0000000000000000000000000000000000000000 Binary files a/v5.1.4.tar.gz and /dev/null differ diff --git a/v5.1.5.tar.gz b/v5.1.5.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2ceb5c18e6069628ed5f551a4eb23ae53fd47bbc Binary files /dev/null and b/v5.1.5.tar.gz differ