Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package spice for openSUSE:Factory checked in at 2024-03-17 22:13:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/spice (Old) and /work/SRC/openSUSE:Factory/.spice.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spice" Sun Mar 17 22:13:17 2024 rev:45 rq:1158262 version:0.15.2 Changes: -------- --- /work/SRC/openSUSE:Factory/spice/spice.changes 2024-02-25 14:05:45.856129510 +0100 +++ /work/SRC/openSUSE:Factory/.spice.new.1905/spice.changes 2024-03-17 22:13:20.262532383 +0100 @@ -1,0 +2,6 @@ +Tue Mar 5 19:35:03 UTC 2024 - Antonio Larrosa <[email protected]> + +- Add patch to fix build with gstreamer 1.24: + * fix-build-with-gstreamer-1.24.patch + +------------------------------------------------------------------- New: ---- fix-build-with-gstreamer-1.24.patch BETA DEBUG BEGIN: New:- Add patch to fix build with gstreamer 1.24: * fix-build-with-gstreamer-1.24.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ spice.spec ++++++ --- /var/tmp/diff_new_pack.ixN8gM/_old 2024-03-17 22:13:21.090562678 +0100 +++ /var/tmp/diff_new_pack.ixN8gM/_new 2024-03-17 22:13:21.090562678 +0100 @@ -34,6 +34,8 @@ Source99: %{name}.rpmlintrc # https://gitlab.freedesktop.org/spice/spice-common/-/commit/29dacb5f53f5183fb089a3fb02d081dd08bde8a1 Patch0: spice-no-six.patch +# PATCH-FIX-UPSTREAM fix-build-with-gstreamer-1.24.patch [email protected] +Patch1: fix-build-with-gstreamer-1.24.patch BuildRequires: gcc-c++ BuildRequires: libjpeg-devel ++++++ fix-build-with-gstreamer-1.24.patch ++++++ Index: spice-0.15.2/server/tests/test-gst.cpp =================================================================== --- spice-0.15.2.orig/server/tests/test-gst.cpp +++ spice-0.15.2/server/tests/test-gst.cpp @@ -614,7 +614,9 @@ create_pipeline(const char *desc, Sample } static const GstAppSinkCallbacks appsink_cbs_template = -#if GST_CHECK_VERSION(1, 20, 0) +#if GST_CHECK_VERSION(1, 24, 0) + { NULL, NULL, new_sample, NULL, NULL, ._gst_reserved={NULL} }; +#elif GST_CHECK_VERSION(1, 20, 0) { NULL, NULL, new_sample, NULL, ._gst_reserved={NULL} }; #else { NULL, NULL, new_sample, ._gst_reserved={NULL} };
