Update to upstream 2.2
Signed-off-by: Dodji Seketeli <dodji@seketeli.org>
This commit is contained in:
parent
e943321edc
commit
c0fb28f37e
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -32,3 +32,4 @@
|
|||
/libabigail-1.8.2.tar.gz
|
||||
/libabigail-2.0.tar.gz
|
||||
/libabigail-2.1.tar.gz
|
||||
/libabigail-2.2.tar.xz
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@
|
|||
%global tarball_name %{name}-%{version}
|
||||
|
||||
Name: libabigail
|
||||
Version: 2.1
|
||||
Version: 2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Set of ABI analysis tools
|
||||
|
||||
License: ASL 2.0
|
||||
URL: https://sourceware.org/libabigail/
|
||||
Source0: ftp://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.gz
|
||||
Source0: ftp://mirrors.kernel.org/sourceware/libabigail/%{tarball_name}.tar.xz
|
||||
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: gcc-c++
|
||||
|
|
@ -146,6 +146,10 @@ fi
|
|||
%doc doc/manuals/html/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 2 2022 Dodji Seketeli <dodji@redhat.com> - 2.2-1
|
||||
- Update to upstream 2.2 release.
|
||||
- Switch to a tar.xz tarball.
|
||||
|
||||
* Wed Sep 21 2022 Dodji Seketeli <dodji@redhat.com> - 2.1-1
|
||||
- Update to upstream 2.1
|
||||
- Add libabigail.so.1 and libabigail.so.1.0.0 to the package.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (libabigail-2.1.tar.gz) = 0daeddb4a63874b6590966be9aa43d9eacdc96a9cd185d59427c97b86cf5aa647a36bed53a1954f24385058fd9b4df82fd008070e24d2c40dd05ff1d9ca50fb8
|
||||
SHA512 (libabigail-2.2.tar.xz) = c512c4a497ea6bb88283feae6c31cf5fe347c260cf1670fe65296bf158d3a2aa449ca518a4f2780e814ffbe6970c7856d2ab91e15499638db78bc52d67d794ce
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue