From b70b18209043d6c4337a08243f4f651800bd6f3f Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 15 Nov 2022 09:26:35 +0800 Subject: [PATCH] Modify invalid source0 --- abi-dumper.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/abi-dumper.spec b/abi-dumper.spec index 062c8c6..7bcaf60 100644 --- a/abi-dumper.spec +++ b/abi-dumper.spec @@ -1,10 +1,10 @@ Name: abi-dumper Version: 1.2 -Release: 1 +Release: 2 Summary: a tool to dump ABI of an ELF object containing DWARF debug info. URL: https://github.com/lvc/abi-dumper License: LGPL v2.1 and GPL v2.0 -Source: https://codeload.github.com/lvc/%{name}/tar.gz/%{version}/%{name}-%{version}.tar.gz +Source: https://github.com/lvc/%{name}/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: gcc make git perl-interpreter perl-generators Requires: elfutils elfutils-devel libstdc++ libstdc++-devel @@ -30,6 +30,9 @@ perl Makefile.pl -install --prefix=%{_prefix} --destdir=%{buildroot} rm -rf ${RPM_BUILD_ROOT} %changelog +* Mon Nov 14 2022 caodongxia - 1.2-2 +- Modify invalid source0 + * Tue Jan 18 2022 SimpleUpdate Robot - 1.2-1 - Upgrade to version 1.2