Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-gst for openSUSE:Factory checked in at 2023-03-21 17:41:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-gst (Old) and /work/SRC/openSUSE:Factory/.python-gst.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gst" Tue Mar 21 17:41:48 2023 rev:45 rq:1073249 version:1.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-gst/python-gst.changes 2023-03-13 12:41:05.827792099 +0100 +++ /work/SRC/openSUSE:Factory/.python-gst.new.31432/python-gst.changes 2023-03-21 17:41:49.617916047 +0100 @@ -7,0 +8,7 @@ +Thu Mar 9 18:30:29 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Add patch to reduce the required meson version to 0.61.0 since + that's what we have in Leap 15.5: + + reduce-required-meson.patch + +------------------------------------------------------------------- New: ---- reduce-required-meson.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-gst.spec ++++++ --- /var/tmp/diff_new_pack.R8sgb1/_old 2023-03-21 17:41:50.145918572 +0100 +++ /var/tmp/diff_new_pack.R8sgb1/_new 2023-03-21 17:41:50.149918591 +0100 @@ -26,6 +26,8 @@ Group: System/Libraries URL: https://gstreamer.freedesktop.org Source0: %{url}/src/gst-python/%{_name}-%{version}.tar.xz +# PATCH-FEATURE-OPENSUSE reduce-required-meson.patch -- Fix build on Leap 15.5 +Patch0: reduce-required-meson.patch BuildRequires: %{python_module devel} BuildRequires: c++_compiler ++++++ reduce-required-meson.patch ++++++ --- gst-python-1.22.1-orig/meson.build 2023-03-04 14:42:32.000000000 +0100 +++ gst-python-1.22.1/meson.build 2023-03-09 19:47:37.647172490 +0100 @@ -1,6 +1,6 @@ project('gst-python', 'c', version : '1.22.1', - meson_version : '>= 0.62', + meson_version : '>= 0.61', default_options : [ 'warning_level=1', 'c_std=gnu99', 'buildtype=debugoptimized' ])