From eb875bddb10bad89020232fcabe3c0d5cd03d4ac Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Wed, 8 Nov 2023 15:27:02 +0300 Subject: [PATCH] import libabigail-2.3-1.el9 --- .gitignore | 2 +- .libabigail.metadata | 2 +- SPECS/libabigail.spec | 18 +++++++++++------- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index e15d7de..635f41f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libabigail-2.2.tar.xz +SOURCES/libabigail-2.3.tar.xz diff --git a/.libabigail.metadata b/.libabigail.metadata index 92ca7f4..9d99e38 100644 --- a/.libabigail.metadata +++ b/.libabigail.metadata @@ -1 +1 @@ -ddc2ce1e3ab0670e743ce97530d69918600ff2f0 SOURCES/libabigail-2.2.tar.xz +076e458b2799584a1b09d7e6d24434877b3a8a28 SOURCES/libabigail-2.3.tar.xz diff --git a/SPECS/libabigail.spec b/SPECS/libabigail.spec index 6c5dd09..2919e38 100644 --- a/SPECS/libabigail.spec +++ b/SPECS/libabigail.spec @@ -2,8 +2,8 @@ %global tarball_name %{name}-%{version} Name: libabigail -Version: 2.2 -Release: 2%{?dist} +Version: 2.3 +Release: 1%{?dist} Summary: Set of ABI analysis tools License: ASL 2.0 @@ -18,7 +18,6 @@ BuildRequires: doxygen BuildRequires: %{_bindir}/python3 BuildRequires: python3-sphinx BuildRequires: texinfo -BuildRequires: dos2unix %description The libabigail package comprises six command line utilities: @@ -80,7 +79,6 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' # Install man and texinfo files as they are not installed by the # default 'install' target of the makefile. make -C doc/manuals install-man-and-info-doc DESTDIR=%{buildroot} -dos2unix doc/manuals/html/_static/jquery.js %check time make %{?_smp_mflags} check check-self-compare || (cat tests/test-suite.log && exit 2) @@ -107,8 +105,8 @@ fi %{_bindir}/abilint %{_bindir}/abipkgdiff %{_bindir}/kmidiff -%{_libdir}/libabigail.so.1 -%{_libdir}/libabigail.so.1.0.0 +%{_libdir}/libabigail.so.2 +%{_libdir}/libabigail.so.2.0.0 %{_libdir}/libabigail/default.abignore %doc README AUTHORS ChangeLog %license LICENSE.txt license-change-2020.txt @@ -127,9 +125,15 @@ fi %doc doc/manuals/html/* %changelog -* Wed May 24 2023 MSVSphere Packaging Team - 2.2-2 +* Wed May 24 2023 MSVSphere Packaging Team - 2.3-1 - Rebuilt for MSVSphere 9.2 +* Tue May 09 2023 Dodji Seketeli - 2.3-1 +- Update to upstream 2.3 +- Remove the dos2unix surgery as it's now useless +- Update for the soname bump +- Resolves: RHELPLAN-154803 + * Tue Dec 13 2022 Dodji Seketeli - 2.2-1 - Update to upstream 2.2 - Switch to .xz tarball