From 4729f5c4da9c59c8ff119677bc137f27c2ef17e3f40e38f89c8e812788d5b46f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 1 Mar 2015 10:02:36 +0000 Subject: [PATCH] libabigail-0~git791 OBS-URL: https://build.opensuse.org/package/show/devel:tools/libabigail?expand=0&rev=4 --- _service | 2 +- libabigail-0~git697.tar.xz | 3 --- libabigail-0~git791.tar.xz | 3 +++ libabigail.changes | 20 ++++++++++++++++++++ libabigail.spec | 15 ++++++++------- 5 files changed, 32 insertions(+), 11 deletions(-) delete mode 100644 libabigail-0~git697.tar.xz create mode 100644 libabigail-0~git791.tar.xz diff --git a/_service b/_service index 1e1b7ed..e11b141 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ git://sourceware.org/git/libabigail - c0a31b48c7c3834def0b2b4781dbfb47d63063ab + 40d82be1ca27faee714a4cf116f18a7e0816be55 git 0~git@REVISION@ diff --git a/libabigail-0~git697.tar.xz b/libabigail-0~git697.tar.xz deleted file mode 100644 index 7300c5d..0000000 --- a/libabigail-0~git697.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:760835befb3d747bf8ae8a6b6d0d8111ae2127f00a65d8547960bf127d42d3b1 -size 836284 diff --git a/libabigail-0~git791.tar.xz b/libabigail-0~git791.tar.xz new file mode 100644 index 0000000..851ee77 --- /dev/null +++ b/libabigail-0~git791.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafb09d4cb3c1bb40a2645b6773f74ec1768d2f72cf57051b1c0fac4851055f1 +size 866792 diff --git a/libabigail.changes b/libabigail.changes index 988ae3b..0d35a8b 100644 --- a/libabigail.changes +++ b/libabigail.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sun Mar 1 09:50:56 UTC 2015 - jengelh@inai.de + +- Update to new git snapshot 0~git791 +* Build the set of exported decls directly during DWARF loading +* Do not miss canonicalizing opportunities on non-member class types +* Stick qualified, pointer, reference and array types into the + global scope +* Do not forget to canonicalize enum underlying type and void type +* Speed up symbol version reading + +------------------------------------------------------------------- +Fri Jan 9 00:46:31 UTC 2015 - jengelh@inai.de + +- Update to new git snapshot 0~git731 +* Support evaluating the SONAME from ELF files +* Try harder to detect a DWARF attribute pointing into alternate DWARF section +* Extend detection of compatible types to arrays +* Detect and report changes in ELF architecture + ------------------------------------------------------------------- Sun Dec 7 19:35:25 UTC 2014 - jengelh@inai.de diff --git a/libabigail.spec b/libabigail.spec index 2c54f6d..233262e 100644 --- a/libabigail.spec +++ b/libabigail.spec @@ -1,7 +1,7 @@ # # spec file for package libabigail # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,21 +18,22 @@ Name: libabigail %define lname libabigail0 -Summary: Application Binary Interface Generic Analysis and Instrumentation Library -Version: 0~git697 +Version: 0~git791 Release: 0 +Summary: Application Binary Interface Generic Analysis and Instrumentation Library License: LGPL-3.0+ Group: Development/Libraries/C and C++ Url: https://sourceware.org/libabigail/ #Git-Clone: git://sourceware.org/git/libabigail -#Snapshot: c0a31b48c7c3834def0b2b4781dbfb47d63063ab +#Snapshot: 40d82be1ca27faee714a4cf116f18a7e0816be55 Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf >= 2.63 BuildRequires: automake >= 1.11.1 +BuildRequires: gcc-c++ >= 4.7 BuildRequires: libdw-devel -BuildRequires: gcc-c++ +BuildRequires: libebl-devel BuildRequires: libtool >= 2.2 BuildRequires: pkg-config BuildRequires: xz @@ -71,7 +72,7 @@ information about their differences. This subpackage contains the files needed to build programs with ABIGAIL. %package tools -Summary: Utilities to inspect ABI-relevant artifacts +Summary: Utilities to inspect ABI-relevant artifacts Group: Development/Tools/Other %description tools @@ -88,7 +89,7 @@ interesting conclusions about these differences. %build autoreconf -fiv %configure --includedir="%_includedir/%name" --docdir="%_docdir/%name" \ - --disable-static + --disable-static --enable-cxx11 make %{?_smp_mflags} %install