From 1a10fd14776ef90975cae023199336f329b57a31 Mon Sep 17 00:00:00 2001 From: Plus_Liu Date: Tue, 11 Aug 2020 09:46:15 +0800 Subject: [PATCH 1/2] add bounds_checking_function.yaml. --- bounds_checking_function.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bounds_checking_function.yaml diff --git a/bounds_checking_function.yaml b/bounds_checking_function.yaml new file mode 100644 index 0000000..9f05079 --- /dev/null +++ b/bounds_checking_function.yaml @@ -0,0 +1,5 @@ +git_url: https://gitee.com/openeuler/bounds_checking_function +version_control: gitee +src_repo: openeuler/bounds_checking_function +tag_prefix: "^v" +seperator: "." \ No newline at end of file -- Gitee From fa1ee4f76e6d802aa92e240eea0ddf501166fb27 Mon Sep 17 00:00:00 2001 From: Plus_Liu Date: Tue, 11 Aug 2020 09:58:06 +0800 Subject: [PATCH 2/2] update bounds_checking_function.spec. --- bounds_checking_function.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bounds_checking_function.spec b/bounds_checking_function.spec index e2d7f7f..e109ed6 100644 --- a/bounds_checking_function.spec +++ b/bounds_checking_function.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: bounds_checking_function Version: v1.1.10 -Release: 2 +Release: 3 License: Mulan PSL v2 Summary: Enhanced safety functions Url: https://gitee.com/openeuler/bounds_checking_function -- Gitee