Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gstreamer-devtools for openSUSE:Factory checked in at 2023-03-01 16:23:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-devtools (Old) and /work/SRC/openSUSE:Factory/.gstreamer-devtools.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-devtools" Wed Mar 1 16:23:25 2023 rev:14 rq:1068453 version:1.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-devtools/gstreamer-devtools.changes 2023-02-03 22:09:00.168599996 +0100 +++ /work/SRC/openSUSE:Factory/.gstreamer-devtools.new.31432/gstreamer-devtools.changes 2023-03-01 16:23:26.221512469 +0100 @@ -1,0 +2,7 @@ +Wed Mar 1 13:01:19 UTC 2023 - Antonio Larrosa <alarr...@suse.com> + +- Add patch to reduce the required meson version to 0.61.0 since + that's what we have in SLE 15: + * reduce-required-meson.patch + +------------------------------------------------------------------- New: ---- reduce-required-meson.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-devtools.spec ++++++ --- /var/tmp/diff_new_pack.BHXBlD/_old 2023-03-01 16:23:26.801515473 +0100 +++ /var/tmp/diff_new_pack.BHXBlD/_new 2023-03-01 16:23:26.809515514 +0100 @@ -27,7 +27,9 @@ URL: https://gstreamer.freedesktop.org Source: %{url}/src/%{_name}/%{_name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM gst-devtools-fix-hicolor-dir.patch -- Install icon file in correct folder -Patch: gst-devtools-fix-hicolor-dir.patch +Patch0: gst-devtools-fix-hicolor-dir.patch +# PATCH-FIX-OPENSUSE reduce-required-meson.patch alarr...@suse.com -- build with meson 0.61 +Patch1: reduce-required-meson.patch BuildRequires: fdupes BuildRequires: meson ++++++ reduce-required-meson.patch ++++++ Index: gstreamer-1.22.0/meson.build =================================================================== --- gstreamer-1.22.0.orig/meson.build +++ gstreamer-1.22.0/meson.build @@ -1,6 +1,6 @@ project('gst-devtools', 'c', version : '1.22.0', - meson_version : '>= 0.62', + meson_version : '>= 0.61', default_options : [ 'warning_level=1', 'c_std=gnu99', 'buildtype=debugoptimized' ])