forked from pool/libabigail
Accepting request 787311 from devel:tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/787311 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libabigail?expand=0&rev=6
This commit is contained in:
commit
33b4e8e286
6
_service
6
_service
@ -1,10 +1,10 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">git://sourceware.org/git/libabigail</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="revision">libabigail-1.7</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="parent-tag">libabigail-1.6</param>
|
||||
<param name="versionformat">1.7~git@TAG_OFFSET@</param>
|
||||
<param name="parent-tag">libabigail-1.7</param>
|
||||
<param name="versionformat">1.7</param>
|
||||
<param name="exclude">tests</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
3
libabigail-1.7.tar.xz
Normal file
3
libabigail-1.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c8d69c9acdbb4096d348550a1bc7a97be6bf21299945719f59b18451f9ba419
|
||||
size 1170100
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3fb5c794c25e7891645431ee25326a603790e19311c6ca71790511fbc611bf8e
|
||||
size 1137876
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 15 20:31:55 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.7
|
||||
* Fix ELF reader not inteprreting interpret ksymtab with
|
||||
kernel 4.19+
|
||||
* Support string form DW_FORM_strx{1,4} from DWARF 5.
|
||||
* Support decl DIEs referring to symbols using DW_AT_ranges.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 22 19:14:09 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libabigail
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,12 +18,12 @@
|
||||
|
||||
Name: libabigail
|
||||
%define lname libabigail0
|
||||
Version: 1.7~git84
|
||||
Version: 1.7
|
||||
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
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://sourceware.org/libabigail/
|
||||
URL: https://sourceware.org/libabigail/
|
||||
|
||||
Source: %name-%version.tar.xz
|
||||
Patch1: no-tests.diff
|
||||
@ -32,7 +32,9 @@ BuildRequires: automake >= 1.11.1
|
||||
BuildRequires: dpkg
|
||||
BuildRequires: gcc-c++ >= 4.7
|
||||
BuildRequires: libdw-devel >= 0.160
|
||||
%if 0%{?suse_version} < 1550
|
||||
BuildRequires: libebl-devel
|
||||
%endif
|
||||
BuildRequires: libtool >= 2.2
|
||||
BuildRequires: libzip-devel
|
||||
BuildRequires: makeinfo
|
||||
|
Loading…
Reference in New Issue
Block a user