Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libabigail for openSUSE:Factory 
checked in at 2022-02-14 22:36:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libabigail (Old)
 and      /work/SRC/openSUSE:Factory/.libabigail.new.1956 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libabigail"

Mon Feb 14 22:36:08 2022 rev:9 rq:954131 version:2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libabigail/libabigail.changes    2021-05-03 
22:08:52.440310933 +0200
+++ /work/SRC/openSUSE:Factory/.libabigail.new.1956/libabigail.changes  
2022-02-14 22:37:00.833545455 +0100
@@ -1,0 +2,17 @@
+Sun Feb 13 23:37:46 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.0
+  * New symbol table reader component.
+  * Correctness of type canonicalization.
+  * Support for DWARF 5.
+  * abidw now emits ABIXML files in a new format, dubbed version
+    2.0.
+  * abipkgdiff should now properly show binary files that were
+    either added to or removed from packages. It also stops
+    erasing the working directory used for binary comparison
+    before it's done using their content.
+  * abidiff: Data members are no longer qualified in diff
+    reports. The --dump-diff-tree option now works in the leaf
+    reporting mode.
+
+-------------------------------------------------------------------

Old:
----
  libabigail-1.8.2.tar.xz

New:
----
  libabigail-2.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libabigail.spec ++++++
--- /var/tmp/diff_new_pack.2Oi0nO/_old  2022-02-14 22:37:01.481547144 +0100
+++ /var/tmp/diff_new_pack.2Oi0nO/_new  2022-02-14 22:37:01.485547154 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libabigail
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:           libabigail
 %define lname   libabigail0
-Version:        1.8.2
+Version:        2.0
 Release:        0
 Summary:        Application Binary Interface Generic Analysis and 
Instrumentation Library
 License:        GPL-3.0-or-later AND LGPL-2.0-or-later AND LGPL-3.0-or-later
@@ -43,8 +43,6 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.6.22
 BuildRequires:  pkgconfig(libzip) >= 0.10
-Requires(post): %install_info_prereq
-Requires(postun): %install_info_prereq
 
 %description
 ABIGAIL constructs, manipulates, (de-)serializes ABI-relevant
@@ -97,9 +95,10 @@
 
 %build
 autoreconf -fiv
+# includedir intentional, cf. bugzilla.opensuse.org/795968
 %configure --includedir="%_includedir/%name" --docdir="%_docdir/%name" \
        --disable-static --enable-cxx11 --disable-silent-rules
-make %{?_smp_mflags}
+%make_build
 pushd doc/manuals
 make man info
 popd
@@ -109,18 +108,12 @@
 rm -f "%buildroot/%_libdir"/*.la
 
 pushd doc/manuals
-make DESTDIR=%buildroot install-man-and-info-doc
+make DESTDIR="%buildroot" install-man-and-info-doc
 popd
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
 
-%post tools
-%install_info --info-dir=%_infodir %_infodir/abigail.info.gz
-
-%postun tools
-%install_info_delete --info-dir=%_infodir %_infodir/abigail.info.gz
-
 %files -n %lname
 %_libdir/libabigail.so.0*
 
@@ -132,7 +125,7 @@
 %_mandir/man7/libabigail.7.gz
 
 %files tools
-%license COPYING*
+%license LICENSE.txt
 %_bindir/abi*
 %_bindir/kmidiff
 %_mandir/man1/abi*.1*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.2Oi0nO/_old  2022-02-14 22:37:01.517547237 +0100
+++ /var/tmp/diff_new_pack.2Oi0nO/_new  2022-02-14 22:37:01.517547237 +0100
@@ -1,10 +1,10 @@
 <services>
        <service name="tar_scm" mode="disabled">
                <param name="url">git://sourceware.org/git/libabigail</param>
-               <param name="revision">libabigail-1.8.2</param>
+               <param name="revision">libabigail-2.0</param>
                <param name="scm">git</param>
                <param name="versionformat">@PARENT_TAG@</param>
-               <param name="versionrewrite-pattern">libabigail(.*)</param>
+               <param name="versionrewrite-pattern">libabigail-(.*)</param>
                <param name="exclude">tests</param>
        </service>
        <service name="recompress" mode="disabled">

++++++ libabigail-1.8.2.tar.xz -> libabigail-2.0.tar.xz ++++++
++++ 44147 lines of diff (skipped)

++++++ no-tests.diff ++++++
--- /var/tmp/diff_new_pack.2Oi0nO/_old  2022-02-14 22:37:01.965548405 +0100
+++ /var/tmp/diff_new_pack.2Oi0nO/_new  2022-02-14 22:37:01.969548415 +0100
@@ -5,10 +5,27 @@
 The main package remains small and has no test/ directory, so patch
 the build files not to try to recurse into there.
 
-diff -Nur libabigail-1.8.1/configure.ac new/configure.ac
---- libabigail-1.8.1/configure.ac      2021-01-27 12:49:43.000000000 +0100
-+++ new/configure.ac   2021-05-03 14:13:27.623343957 +0200
-@@ -915,25 +915,9 @@
+---
+ Makefile.am  |    2 +-
+ configure.ac |   16 ----------------
+ 2 files changed, 1 insertion(+), 17 deletions(-)
+
+Index: libabigail-2.0/Makefile.am
+===================================================================
+--- libabigail-2.0.orig/Makefile.am
++++ libabigail-2.0/Makefile.am
+@@ -1,5 +1,5 @@
+ ## SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+-SUBDIRS = include src tools tests doc bash-completion
++SUBDIRS = include src tools doc bash-completion
+ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+ headers = config.h
+ 
+Index: libabigail-2.0/configure.ac
+===================================================================
+--- libabigail-2.0.orig/configure.ac
++++ libabigail-2.0/configure.ac
+@@ -888,25 +888,9 @@ libabigail.pc
      doc/manuals/Makefile
    src/Makefile
    tools/Makefile
@@ -34,13 +51,4 @@
  
  AC_OUTPUT
  
-diff -Nur libabigail-1.8.1/Makefile.am new/Makefile.am
---- libabigail-1.8.1/Makefile.am       2021-01-27 12:49:43.000000000 +0100
-+++ new/Makefile.am    2021-05-03 14:17:28.249089264 +0200
-@@ -1,4 +1,4 @@
--SUBDIRS = include src tools tests doc bash-completion
-+SUBDIRS = include src tools doc bash-completion
- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
- headers = config.h
- 
 

Reply via email to