!5 【轻量级 PR】:update source0

From: @liqingqing_1229
Reviewed-by: @love_hangzhou
Signed-off-by: @love_hangzhou
This commit is contained in:
openeuler-ci-bot 2020-10-28 16:55:40 +08:00 committed by Gitee
commit f5980e556e

View File

@ -4,11 +4,11 @@
Name: delve Name: delve
Version: 1.5.0 Version: 1.5.0
Release: 1 Release: 2
Summary: A debugger for the Go programming language Summary: A debugger for the Go programming language
License: MIT License: MIT
URL: https://github.com/go-delve/delve URL: https://github.com/go-delve/delve
Source0: %{name}-%{version}.tar.gz Source0: https://github.com/go-delve/delve/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc glibc BuildRequires: gcc glibc
BuildRequires: golang >= 1.11 BuildRequires: golang >= 1.11
@ -44,6 +44,9 @@ rm -rf %{buildroot}
%doc Documentation/* %doc Documentation/*
%changelog %changelog
* Tue Oct 13 2020 Qingqing Li <liqingqing3@huawei.com> - 1.5.0-2
- update source0
* Mon Aug 17 2020 fcwicky <307610302@qq.com> - 1.5.0-1 * Mon Aug 17 2020 fcwicky <307610302@qq.com> - 1.5.0-1
- Udpate package to v1.5.0 - Udpate package to v1.5.0