From ef51539878c867e4004bc5539832221c42c0a120 Mon Sep 17 00:00:00 2001 From: yaowenbin Date: Tue, 25 Oct 2022 20:45:03 +0800 Subject: [PATCH] update the release to 2 Signed-off-by: yaowenbin --- dyninst.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dyninst.spec b/dyninst.spec index 954ce3d..352620a 100644 --- a/dyninst.spec +++ b/dyninst.spec @@ -1,6 +1,6 @@ Name: dyninst License: LGPLv2+ -Release: 1 +Release: 2 Version: 11.0.1 Summary: An API for Run-time Code Generation ExclusiveArch: x86_64 aarch64 @@ -135,6 +135,9 @@ find %{buildroot}%{_libdir}/dyninst/testsuite/ \ %doc %{dyninst_base}/symtabAPI/doc/symtabAPI.pdf %changelog +* Tue Oct 25 2022 yaowenbin - 11.0.1-2 +- update the release to 2 + * Sat Dec 4 2021 zhouwenpei - 11.0.1-1 - update to 11.0.1 -- Gitee