Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-libav for
openSUSE:Factory checked in at 2023-03-02 23:01:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-libav (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-libav"
Thu Mar 2 23:01:54 2023 rev:38 rq:1068512 version:1.22.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-libav/gstreamer-plugins-libav.changes
2023-02-02 18:25:17.178328752 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-libav.new.31432/gstreamer-plugins-libav.changes
2023-03-02 23:02:00.070756402 +0100
@@ -1,0 +2,7 @@
+Wed Mar 1 13:01:19 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-libav.spec ++++++
--- /var/tmp/diff_new_pack.3U2BJn/_old 2023-03-02 23:02:00.818759790 +0100
+++ /var/tmp/diff_new_pack.3U2BJn/_new 2023-03-02 23:02:00.834759863 +0100
@@ -27,6 +27,8 @@
URL: https://gstreamer.freedesktop.org
Source0: %{url}/src/gst-libav/gst-libav-%{version}.tar.xz
Source1000: baselibs.conf
+# PATCH-FIX-OPENSUSE reduce-required-meson.patch [email protected] -- build
with meson 0.61
+Patch0: reduce-required-meson.patch
BuildRequires: gcc-c++
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-libav', 'c',
version : '1.22.0',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])