Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-vaapi for
openSUSE:Factory checked in at 2023-03-01 16:23:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-vaapi"
Wed Mar 1 16:23:24 2023 rev:56 rq:1068452 version:1.22.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes
2023-02-03 22:09:04.840627138 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.31432/gstreamer-plugins-vaapi.changes
2023-03-01 16:23:25.333507870 +0100
@@ -1,0 +2,7 @@
+Wed Mar 1 13:03:10 UTC 2023 - Antonio Larrosa <[email protected]>
+
+- 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-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.rTuAqi/_old 2023-03-01 16:23:25.873510667 +0100
+++ /var/tmp/diff_new_pack.rTuAqi/_new 2023-03-01 16:23:25.881510708 +0100
@@ -26,6 +26,8 @@
Group: Productivity/Multimedia/Other
URL: https://gstreamer.freedesktop.org
Source0: %{url}/src/gstreamer-vaapi/gstreamer-vaapi-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE reduce-required-meson.patch [email protected] -- build
with meson 0.61
+Patch0: reduce-required-meson.patch
BuildRequires: Mesa-devel
BuildRequires: Mesa-libGLESv3-devel
++++++ 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('gstreamer-vaapi', 'c',
version : '1.22.0',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])