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:
David Anes 2022-05-16 14:28:12 +00:00 committed by Git OBS Bridge
parent ff91ce2272
commit c9ab58804a
2 changed files with 9 additions and 0 deletions

View File

@ -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>

View File

@ -38,6 +38,7 @@ A C programming interface (API) to determine the call chain of a program.
%package -n libunwind8
Summary: Call chain detection library for process self-inspection
Group: System/Libraries
Conflicts: libunwind < %{version}-%{release}
%description -n libunwind8
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
Summary: Call chain detection library for coredump images
Group: System/Libraries
Conflicts: libunwind < %{version}-%{release}
%description -n libunwind-coredump0
A C programming interface (API) to determine the call chains
@ -54,6 +56,7 @@ of the threads in coredump images.
%package -n libunwind-ptrace0
Summary: Call chain detection library for ptraced processes
Group: System/Libraries
Conflicts: libunwind < %{version}-%{release}
%description -n libunwind-ptrace0
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
Summary: Non-local goto (setjmp/longmap) implementation based on libunwind
Group: System/Libraries
Conflicts: libunwind < %{version}-%{release}
%description -n libunwind-setjmp0
The unwind-setjmp library offers a libunwind-based implementation of