diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-21 02:51:33 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-21 02:51:34 +0000 |
commit | 79b861183f0741eb8a25e9d977ae83ad561d89d1 (patch) | |
tree | 9a8b6b991a0b662280d470ae23e432df81eb151f | |
parent | afd96743cc7fa5608968f21a3f79da4aeccbc5ac (diff) |
automatic import of swooleopeneuler22.03_LTS_SP2openeuler22.03_LTSopeneuler20.03
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | sources | 2 | ||||
-rw-r--r-- | swoole.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -1 +1 @@ -/v5.0.3.tar.gz +/v5.1.2.tar.gz @@ -1 +1 @@ -276030255eb315f09e1a77b16d501373 v5.0.3.tar.gz +863ca6c2a64b621d5b7852d747a111f3 v5.1.2.tar.gz diff --git a/swoole.spec b/swoole.spec index 28cda7a..9d11007 100644 --- a/swoole.spec +++ b/swoole.spec @@ -1,7 +1,7 @@ %global ini_name 40-swoole.ini Name: swoole -Version: 5.0.3 +Version: 5.1.2 Release: 1 Summary: Event-driven asynchronous and concurrent networking engine with high performance for PHP License: Apache 2.0 @@ -80,5 +80,8 @@ install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} %{_includedir}/php/ext/swoole %changelog +* Sun Apr 21 2024 Funda Wang <fundawang@yeah.net> - 5.1.2-1 +- 5.1.2 + * Mon Aug 21 2023 Funda Wang <fundawang@yeah.net> - 5.0.3-1 - Import package |