Cleanup aarch64 patch

1. Remove modifications on README.
2. Delete ThirdPartyNotice because we use hyperscan directly.
2. Delete src/parser/Parser.cpp, which is a generated file and .gitignore will ignore it.

Signed-off-by: Liu Zixian <liuzixian4@huawei.com>
This commit is contained in:
Liu Zixian 2023-03-21 07:12:24 -04:00
parent 29170659ee
commit 45f22018d2
2 changed files with 22 additions and 6617 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: hyperscan
Version: 5.4.0
Release: 2
Release: 3
Summary: High-performance regular expression matching library
License: BSD
@ -80,6 +80,9 @@ needed for developing Hyperscan applications.
%{_includedir}/hs/
%changelog
* Tue Mar 21 2023 Liu Zixian <liuzixian4@huawei.com> - 5.4.0-3
- Cleanup aarch64 patch
* Thu Oct 20 2022 Liu Zixian <liuzixian4@huawei.com> - 5.4.0-2
- Sync upstream bugfix and enable regression test