forked from pool/libabigail
libabigail-1.0~rc6+git185
OBS-URL: https://build.opensuse.org/package/show/devel:tools/libabigail?expand=0&rev=12
This commit is contained in:
parent
755ff790d7
commit
18a800e64d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ecc1a186bf12279c6420b6443f5c49a71ab23215ae6daf3a65e3476a593938f
|
||||
size 1019580
|
3
libabigail-1.0~rc6+git185.tar.xz
Normal file
3
libabigail-1.0~rc6+git185.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ed572ea86f44782d95de4cdd056b29c7f45fef33a963d5e1365bbfaaf0e00c0
|
||||
size 1044764
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 17 20:32:26 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to snapshot 1.0~rc6+git185
|
||||
* Create a Corpus Group API extension
|
||||
* Initial support to lookup types per location
|
||||
* Support loading and comparing two kernel trees
|
||||
* Avoid loading a translation unit twice from abixml
|
||||
* Introduce the --kmi-whitelist option to abidiff and abidw
|
||||
* Avoid emitting duplicated decls in abixml
|
||||
* Avoid emitting some empty translation units to abixml
|
||||
* Avoid de-duplicating different C types that have identical name
|
||||
* Allow selective resolution of class declaration
|
||||
* Speedup DIE representation computing esp function signature in C
|
||||
* Do not report about voffset when it's not set in debug info
|
||||
* Cache function type name computation results
|
||||
* Filter top cv qualifier changes on function parameter types
|
||||
* Support ELF symbol visibility property
|
||||
* Avoid crashing when the elf file could not be read
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 28 06:52:23 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libabigail
|
||||
%define lname libabigail0
|
||||
Version: 1.0~rc6+git126
|
||||
Version: 1.0~rc6+git185
|
||||
Release: 0
|
||||
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
||||
License: GPL-3.0+ and LGPL-2.0+ and LGPL-3.0+
|
||||
@ -133,6 +133,7 @@ popd
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING*
|
||||
%_bindir/abi*
|
||||
%_bindir/kmidiff
|
||||
%_mandir/man1/abi*.1*
|
||||
%_infodir/abigail.info.gz
|
||||
%_libdir/%name/
|
||||
|
Loading…
Reference in New Issue
Block a user