update to v1.9.1

This commit is contained in:
jinzhiguang 2022-08-29 10:28:17 +08:00
parent dac2b276ce
commit 270c3a7a2f
2 changed files with 7 additions and 4 deletions

View File

@ -3,15 +3,15 @@
%global debug_package %{nil}
Name: delve
Version: 1.6.0
Version: 1.9.1
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/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/go-delve/delve/archive/refs/tags/v1.9.1.tar.gz
BuildRequires: gcc glibc
BuildRequires: golang >= 1.11
BuildRequires: gcc glibc
BuildRequires: golang >= 1.16
Requires: glibc
Provides: %{name} = %{version}-%{release}
@ -44,6 +44,9 @@ rm -rf %{buildroot}
%doc Documentation/*
%changelog
* Mon Aug 29 2022 jinzhiguang <jinzhiguang@kylinos.cn> - 1.9.1-1
- update to v1.9.1
* Fri Jan 29 2021 fcwicky <307610302@qq.com> - 1.6.0-1
- update package to v1.6.0

Binary file not shown.