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:
parent
f9c46f908b
commit
4729f5c4da
2
_service
2
_service
@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">git://sourceware.org/git/libabigail</param>
|
<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="scm">git</param>
|
||||||
<param name="versionformat">0~git@REVISION@</param>
|
<param name="versionformat">0~git@REVISION@</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:760835befb3d747bf8ae8a6b6d0d8111ae2127f00a65d8547960bf127d42d3b1
|
|
||||||
size 836284
|
|
3
libabigail-0~git791.tar.xz
Normal file
3
libabigail-0~git791.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cafb09d4cb3c1bb40a2645b6773f74ec1768d2f72cf57051b1c0fac4851055f1
|
||||||
|
size 866792
|
@ -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
|
Sun Dec 7 19:35:25 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libabigail
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,21 +18,22 @@
|
|||||||
|
|
||||||
Name: libabigail
|
Name: libabigail
|
||||||
%define lname libabigail0
|
%define lname libabigail0
|
||||||
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
Version: 0~git791
|
||||||
Version: 0~git697
|
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://sourceware.org/libabigail/
|
Url: https://sourceware.org/libabigail/
|
||||||
|
|
||||||
#Git-Clone: git://sourceware.org/git/libabigail
|
#Git-Clone: git://sourceware.org/git/libabigail
|
||||||
#Snapshot: c0a31b48c7c3834def0b2b4781dbfb47d63063ab
|
#Snapshot: 40d82be1ca27faee714a4cf116f18a7e0816be55
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf >= 2.63
|
BuildRequires: autoconf >= 2.63
|
||||||
BuildRequires: automake >= 1.11.1
|
BuildRequires: automake >= 1.11.1
|
||||||
|
BuildRequires: gcc-c++ >= 4.7
|
||||||
BuildRequires: libdw-devel
|
BuildRequires: libdw-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: libebl-devel
|
||||||
BuildRequires: libtool >= 2.2
|
BuildRequires: libtool >= 2.2
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
@ -71,7 +72,7 @@ information about their differences.
|
|||||||
This subpackage contains the files needed to build programs with ABIGAIL.
|
This subpackage contains the files needed to build programs with ABIGAIL.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Summary: Utilities to inspect ABI-relevant artifacts
|
Summary: Utilities to inspect ABI-relevant artifacts
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
|
|
||||||
%description tools
|
%description tools
|
||||||
@ -88,7 +89,7 @@ interesting conclusions about these differences.
|
|||||||
%build
|
%build
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure --includedir="%_includedir/%name" --docdir="%_docdir/%name" \
|
%configure --includedir="%_includedir/%name" --docdir="%_docdir/%name" \
|
||||||
--disable-static
|
--disable-static --enable-cxx11
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user