diff --git a/swoole.spec b/swoole.spec index 8520035e455eddee48fd6256d4fef26ab5977f69..4a9c11c84c77483a1263221ebdd7224092062325 100644 --- a/swoole.spec +++ b/swoole.spec @@ -1,7 +1,7 @@ %global ini_name 40-swoole.ini Name: swoole -Version: 6.0.1 +Version: 6.0.2 Release: 1 Summary: Event-driven asynchronous and concurrent networking engine with high performance for PHP License: Apache-2.0 @@ -85,6 +85,9 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} %{_includedir}/php/ext/swoole %changelog +* Thu May 01 2025 Funda Wang - 6.0.2-1 +- update to version 6.0.2 + * Fri Mar 07 2025 Funda Wang - 6.0.1-1 - update to version 6.0.1 diff --git a/v6.0.1.tar.gz b/v6.0.1.tar.gz deleted file mode 100644 index 4c7e617ecdd6c7bcffa01ad8932b0672b431ad0e..0000000000000000000000000000000000000000 Binary files a/v6.0.1.tar.gz and /dev/null differ diff --git a/v6.0.2.tar.gz b/v6.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..673f12f7a8ad00d23ad3179626a87994c328f45f Binary files /dev/null and b/v6.0.2.tar.gz differ