Upgrade version to 1.21.0

Signed-off-by: cherry530 <707078654@qq.com>
This commit is contained in:
cherry530 2023-09-26 15:48:22 +08:00
parent a53a391283
commit 9fa9fc609f
2 changed files with 5 additions and 2 deletions

View File

@ -3,12 +3,12 @@
%global debug_package %{nil}
Name: delve
Version: 1.9.1
Version: 1.21.0
Release: 1
Summary: A debugger for the Go programming language
License: MIT
URL: https://github.com/go-delve/delve
Source0: https://github.com/go-delve/delve/archive/refs/tags/v1.9.1.tar.gz
Source0: https://github.com/go-delve/delve/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc glibc
BuildRequires: golang >= 1.16
@ -44,6 +44,9 @@ rm -rf %{buildroot}
%doc Documentation/*
%changelog
* Tue Sep 26 2023 xu_ping <707078654@qq.com> - 1.21.0-1
- Upgrade version to 1.21.0
* Thu Feb 09 2023 wangkai <wangkai385@h-partners.com> - 1.9.1-2
- Add PIE,BIND_NOW,RELRO,STRIP secure compilation options