automatic version update by autodist [release 1.6.0-1mamba;Sat Nov 27 2021]
This commit is contained in:
parent
a58b9077e0
commit
75eef7967a
@ -1,6 +1,6 @@
|
|||||||
Name: libunwind
|
Name: libunwind
|
||||||
Version: 1.5.0
|
Version: 1.6.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A portable and efficient C programming interface (API) to determine the call-chain of a program
|
Summary: A portable and efficient C programming interface (API) to determine the call-chain of a program
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,12 +12,10 @@ Patch0: libunwind-1.2.1-arm-fix-build-failure-due-to-asm.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: liblzma-devel
|
BuildRequires: liblzma-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libunwind implements a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation. As such, the API is useful in a number of applications. Some examples include:
|
libunwind implements a portable and efficient C programming interface (API) to determine the call-chain of a program. The API additionally provides the means to manipulate the preserved (callee-saved) state of each call-frame and to resume execution at any point in the call-chain (non-local goto). The API supports both local (same-process) and remote (across-process) operation. As such, the API is useful in a number of applications. Some examples include:
|
||||||
@ -139,6 +137,9 @@ This package contains static libraries and header files need for development.
|
|||||||
#%doc ChangeLog LICENSE NEWS README TODO
|
#%doc ChangeLog LICENSE NEWS README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 27 2021 Automatic Build System <autodist@mambasoft.it> 1.6.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-2mamba
|
* Mon Nov 30 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-2mamba
|
||||||
- rebuilt with debug package
|
- rebuilt with debug package
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user