Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libunwind for openSUSE:Factory checked in at 2022-05-24 20:31:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libunwind (Old) and /work/SRC/openSUSE:Factory/.libunwind.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libunwind" Tue May 24 20:31:02 2022 rev:48 rq:978732 version:1.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libunwind/libunwind.changes 2022-05-20 17:49:51.815179605 +0200 +++ /work/SRC/openSUSE:Factory/.libunwind.new.2254/libunwind.changes 2022-05-24 20:31:18.886916615 +0200 @@ -1,0 +2,6 @@ +Mon May 23 07:40:56 UTC 2022 - Andreas Schwab <sch...@suse.de> + +- Fix dependencies +- Fix file list + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libunwind.spec ++++++ --- /var/tmp/diff_new_pack.QCPQst/_old 2022-05-24 20:31:19.910917529 +0200 +++ /var/tmp/diff_new_pack.QCPQst/_new 2022-05-24 20:31:19.914917533 +0200 @@ -77,7 +77,9 @@ %package devel Summary: Headers for the Unwind library Group: Development/Libraries/C and C++ +%ifnarch ppc ppc64 ppc64le s390x Requires: libunwind-coredump0 = %{version}-%{release} +%endif Requires: libunwind-ptrace0 = %{version}-%{release} Requires: libunwind-setjmp0 = %{version}-%{release} Requires: libunwind8 = %{version}-%{release} @@ -125,7 +127,10 @@ %ifarch %ix86 %{_libdir}/libunwind-x86.so.8* %else -%ifarch ppc ppc64 ppc64le +%ifarch ppc +%{_libdir}/libunwind-ppc32.so.8* +%else +%ifarch ppc64 ppc64le %{_libdir}/libunwind-ppc64.so.8* %else %{_libdir}/libunwind-%{_target_cpu}.so.8* @@ -133,8 +138,9 @@ %endif %endif %endif +%endif -%ifnarch ppc64 ppc64le s390x +%ifnarch ppc ppc64 ppc64le s390x %files -n libunwind-coredump0 %{_libdir}/libunwind-coredump.so.0* %endif