1
0
forked from pool/libabigail

libabigail-0~git791

OBS-URL: https://build.opensuse.org/package/show/devel:tools/libabigail?expand=0&rev=4
This commit is contained in:
2015-03-01 10:02:36 +00:00
committed by Git OBS Bridge
parent f9c46f908b
commit 4729f5c4da
5 changed files with 32 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://sourceware.org/git/libabigail</param>
<param name="revision">c0a31b48c7c3834def0b2b4781dbfb47d63063ab</param>
<param name="revision">40d82be1ca27faee714a4cf116f18a7e0816be55</param>
<param name="scm">git</param>
<param name="versionformat">0~git@REVISION@</param>
</service>

BIN
libabigail-0~git697.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
libabigail-0~git791.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -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

View File

@@ -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