Hello community, here is the log from the commit of package gstreamer for openSUSE:Factory checked in at 2019-07-08 14:59:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer (Old) and /work/SRC/openSUSE:Factory/.gstreamer.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer" Mon Jul 8 14:59:20 2019 rev:60 rq:713024 version:1.16.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer/gstreamer.changes 2019-06-30 10:18:07.979306225 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer.new.4615/gstreamer.changes 2019-07-08 14:59:21.574383472 +0200 @@ -1,0 +2,5 @@ +Mon Jul 1 09:45:51 UTC 2019 - Andreas Schwab <[email protected]> + +- Use libunwind only if available + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer.spec ++++++ --- /var/tmp/diff_new_pack.IKzkJP/_old 2019-07-08 14:59:22.738385232 +0200 +++ /var/tmp/diff_new_pack.IKzkJP/_new 2019-07-08 14:59:22.742385238 +0200 @@ -64,7 +64,10 @@ BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(libdw) +%define libunwind_archs %{ix86} ia64 x86_64 %{arm} ppc ppc64 ppc64le aarch64 +%ifarch %{libunwind_archs} BuildRequires: pkgconfig(libunwind) +%endif # Ensure that the documentation corresponds with the installed version: Requires: libgstreamer-1_0-0 = %{version} @@ -85,8 +88,8 @@ %package -n libgstreamer-1_0-0 Summary: Streaming-Media Framework Runtime -# We want to have core modules installed: Group: System/Libraries +# We want to have core modules installed: Requires: %{name} %description -n libgstreamer-1_0-0 @@ -126,8 +129,8 @@ %package utils Summary: Streaming-Media Framework Runtime -# Generic name, never used in SuSE: Group: Productivity/Multimedia/Other +# Generic name, never used in SuSE: Provides: gstreamer:%{_bindir}/gst-launch-%{gst_branch} = %{version} # Symbol for unversioned wrappers: Provides: gstreamer-utils_versioned = %{version} @@ -179,6 +182,9 @@ -Dexamples=disabled \ -Dtests=disabled \ -Ddbghelp=disabled \ +%ifnarch %{libunwind_archs} + -Dlibunwind=disabled \ +%endif %{nil} %{meson_build} %else
