forked from pool/libabigail
libabigail-0~git697
OBS-URL: https://build.opensuse.org/package/show/devel:tools/libabigail?expand=0&rev=3
This commit is contained in:
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">git://sourceware.org/git/libabigail</param>
|
||||
<param name="revision">650c77bb7e86ccf13c12d1da368a13b3b1ff1441</param>
|
||||
<param name="revision">c0a31b48c7c3834def0b2b4781dbfb47d63063ab</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">0~git@REVISION@</param>
|
||||
</service>
|
||||
|
BIN
libabigail-0~git570.tar.xz
(Stored with Git LFS)
BIN
libabigail-0~git570.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
libabigail-0~git697.tar.xz
(Stored with Git LFS)
Normal file
BIN
libabigail-0~git697.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 7 19:35:25 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to new git snapshot 0~git697
|
||||
* Fix a crash while writing symbol information
|
||||
* Initial implementation of the abicompat tool
|
||||
* Support reading undefined symbols from an ELF file
|
||||
* Sort functions by the their qualified name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 10:04:34 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@@ -19,14 +19,14 @@
|
||||
Name: libabigail
|
||||
%define lname libabigail0
|
||||
Summary: Application Binary Interface Generic Analysis and Instrumentation Library
|
||||
Version: 0~git570
|
||||
Version: 0~git697
|
||||
Release: 0
|
||||
License: LGPL-3.0+
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://sourceware.org/libabigail/
|
||||
|
||||
#Git-Clone: git://sourceware.org/git/libabigail
|
||||
#Snapshot: see _service
|
||||
#Snapshot: c0a31b48c7c3834def0b2b4781dbfb47d63063ab
|
||||
Source: %name-%version.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf >= 2.63
|
||||
@@ -87,7 +87,7 @@ interesting conclusions about these differences.
|
||||
|
||||
%build
|
||||
autoreconf -fiv
|
||||
%configure --includedir="%_includedir/pkg/%name" --docdir="%_docdir/%name" \
|
||||
%configure --includedir="%_includedir/%name" --docdir="%_docdir/%name" \
|
||||
--disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@@ -104,13 +104,13 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%_includedir/pkg/
|
||||
%_includedir/%name/
|
||||
%_libdir/libabigail.so
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%_datadir/aclocal/
|
||||
|
||||
%files tools
|
||||
%defattr(-,root,root)
|
||||
%_bindir/bi*
|
||||
%_bindir/abi*
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user