Accepting request 977503 from home:jengelh:branches:devel:libraries:c_c++
- Add Conflict markers for earlier combined libunwind. OBS-URL: https://build.opensuse.org/request/show/977503 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libunwind?expand=0&rev=57
This commit is contained in:
parent
ff91ce2272
commit
c9ab58804a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 16 10:22:02 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add Conflict markers for earlier combined libunwind.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 13 06:35:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Fri May 13 06:35:55 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ A C programming interface (API) to determine the call chain of a program.
|
|||||||
%package -n libunwind8
|
%package -n libunwind8
|
||||||
Summary: Call chain detection library for process self-inspection
|
Summary: Call chain detection library for process self-inspection
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Conflicts: libunwind < %{version}-%{release}
|
||||||
|
|
||||||
%description -n libunwind8
|
%description -n libunwind8
|
||||||
A C programming interface (API) to determine the call chain of a
|
A C programming interface (API) to determine the call chain of a
|
||||||
@ -46,6 +47,7 @@ program from within the same process.
|
|||||||
%package -n libunwind-coredump0
|
%package -n libunwind-coredump0
|
||||||
Summary: Call chain detection library for coredump images
|
Summary: Call chain detection library for coredump images
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Conflicts: libunwind < %{version}-%{release}
|
||||||
|
|
||||||
%description -n libunwind-coredump0
|
%description -n libunwind-coredump0
|
||||||
A C programming interface (API) to determine the call chains
|
A C programming interface (API) to determine the call chains
|
||||||
@ -54,6 +56,7 @@ of the threads in coredump images.
|
|||||||
%package -n libunwind-ptrace0
|
%package -n libunwind-ptrace0
|
||||||
Summary: Call chain detection library for ptraced processes
|
Summary: Call chain detection library for ptraced processes
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Conflicts: libunwind < %{version}-%{release}
|
||||||
|
|
||||||
%description -n libunwind-ptrace0
|
%description -n libunwind-ptrace0
|
||||||
A C programming interface (API) to determine the call chains of
|
A C programming interface (API) to determine the call chains of
|
||||||
@ -62,6 +65,7 @@ another process by means of using ptrace(2) on it.
|
|||||||
%package -n libunwind-setjmp0
|
%package -n libunwind-setjmp0
|
||||||
Summary: Non-local goto (setjmp/longmap) implementation based on libunwind
|
Summary: Non-local goto (setjmp/longmap) implementation based on libunwind
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
Conflicts: libunwind < %{version}-%{release}
|
||||||
|
|
||||||
%description -n libunwind-setjmp0
|
%description -n libunwind-setjmp0
|
||||||
The unwind-setjmp library offers a libunwind-based implementation of
|
The unwind-setjmp library offers a libunwind-based implementation of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user