Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libabigail for openSUSE:Factory checked in at 2026-06-17 16:16:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libabigail (Old) and /work/SRC/openSUSE:Factory/.libabigail.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libabigail" Wed Jun 17 16:16:23 2026 rev:16 rq:1359645 version:2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/libabigail/libabigail.changes 2026-02-06 21:30:46.615297414 +0100 +++ /work/SRC/openSUSE:Factory/.libabigail.new.1981/libabigail.changes 2026-06-17 16:16:51.667402308 +0200 @@ -1,0 +2,13 @@ +Mon Jun 15 17:13:47 UTC 2026 - Jan Engelhardt <[email protected]> + +- Update to release 2.10 + * Speedup compute_aliases_for_elf_symbol + * Fix assert on split debug info with no program headers + +------------------------------------------------------------------- +Fri Mar 20 16:53:24 UTC 2026 - Jan Engelhardt <[email protected]> + +- Lighten the buildrequirements, dropping direct dpkg support + (can still unpack those manually) and docs. + +------------------------------------------------------------------- Old: ---- libabigail-2.9.tar.xz New: ---- libabigail-2.10.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libabigail.spec ++++++ --- /var/tmp/diff_new_pack.lQ5btx/_old 2026-06-17 16:16:57.755657098 +0200 +++ /var/tmp/diff_new_pack.lQ5btx/_new 2026-06-17 16:16:57.759657266 +0200 @@ -15,10 +15,11 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%bcond_with doc -%define lname libabigail8 +%define lname libabigail9 Name: libabigail -Version: 2.9 +Version: 2.10 Release: 0 Summary: Application Binary Interface Generic Analysis and Instrumentation Library License: Apache-2.0 WITH LLVM-exception @@ -27,19 +28,20 @@ URL: https://sourceware.org/libabigail/ Source: http://mirrors.kernel.org/sourceware/libabigail/%name-%version.tar.xz BuildRequires: binutils-devel -BuildRequires: dpkg BuildRequires: gcc-c++ >= 4.7 BuildRequires: libbpf-devel BuildRequires: libdw-devel >= 0.170 BuildRequires: libtool >= 2.2 BuildRequires: libzip-devel -BuildRequires: makeinfo BuildRequires: pkg-config -BuildRequires: python3-Sphinx BuildRequires: xz BuildRequires: pkgconfig(libxml-2.0) >= 2.6.22 BuildRequires: pkgconfig(libxxhash) >= 0.8.0 BuildRequires: pkgconfig(libzip) >= 0.10 +%if %{with doc} +BuildRequires: makeinfo +BuildRequiers: python3-Sphinx +%endif %description ABIGAIL constructs, manipulates, (de-)serializes ABI-relevant @@ -92,18 +94,22 @@ %configure --includedir="%_includedir/%name" --docdir="%_docdir/%name" \ --disable-static --enable-cxx11 --disable-silent-rules %make_build -pushd doc/manuals +%if %{with doc} +cd doc/manuals # generate doc non-parallel to avoid triggering https://github.com/sphinx-doc/sphinx/issues/2946 %make_build man info -j1 -popd +cd - +%endif %install %make_install rm -f "%buildroot/%_libdir"/*.la -pushd doc/manuals +%if %{with doc} +cd doc/manuals make DESTDIR="%buildroot" install-man-and-info-doc -popd +cd - +%endif %ldconfig_scriptlets -n %lname @@ -115,13 +121,17 @@ %_libdir/libabigail.so %_libdir/pkgconfig/*.pc %_datadir/aclocal/ +%if %{with doc} %_mandir/man7/libabigail.7* +%endif %files tools %license LICENSE.txt %_bindir/abi* %_bindir/kmidiff +%if %{with doc} %_mandir/man1/abi*.1* %_infodir/abigail.info* +%endif %_libdir/%name/ ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.lQ5btx/_old 2026-06-17 16:16:57.791658605 +0200 +++ /var/tmp/diff_new_pack.lQ5btx/_new 2026-06-17 16:16:57.795658772 +0200 @@ -1,5 +1,5 @@ -mtime: 1770290656 -commit: 5b1df8eb304787ee529bde17a6e3c25a1298d156776f0b67ee700264958ff3c9 +mtime: 1781543858 +commit: d6c40ab3dfbca466780263fd4e3fc68fe66a597e4ddd889201541f01bec6ae08 url: https://src.opensuse.org/jengelh/libabigail revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-06-15 19:17:38.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ libabigail-2.9.tar.xz -> libabigail-2.10.tar.xz ++++++ /work/SRC/openSUSE:Factory/libabigail/libabigail-2.9.tar.xz /work/SRC/openSUSE:Factory/.libabigail.new.1981/libabigail-2.10.tar.xz differ: char 13, line 1
