!57 [Fix] Fix patch errors during the prep phase

From: @dguangya 
Reviewed-by: @wumingchuan 
Signed-off-by: @wumingchuan
This commit is contained in:
openeuler-ci-bot 2023-09-21 12:38:37 +00:00 committed by Gitee
commit f29d744cf8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: pin-server
Version: 0.4.0
Release: 10
Release: 11
Summary: Pin (Plug-IN framework) server provides plugin APIs for compiler optimization developers to develop optimization pass.
License: Apache 2.0
URL: https://gitee.com/openeuler/pin-server
@ -81,6 +81,8 @@ A demo for pin-server
%patch25 -p1
%patch26 -p1
%patch27 -p1
%patch28 -p1
%patch29 -p1
mkdir -p _build
cd _build
@ -121,6 +123,12 @@ find %{_libdir} -type f -name "libMLIRServerAPI.so" -exec strip "{}" ";"
%config(noreplace) /etc/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
* Thu Sep 21 2023 dingguangya <dingguangya1@huawei.com> - 0.4.0-11
- Type:Fix
- ID:NA
- SUG:NA
- DESC:Fix patch errors during the prep phase
* Tue Sep 19 2023 dingguangya <dingguangya1@huawei.com> - 0.4.0-10
- Type:Update
- ID:NA