Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-rtsp-server for
openSUSE:Factory checked in at 2022-01-22 08:18:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-rtsp-server (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-rtsp-server"
Sat Jan 22 08:18:14 2022 rev:31 rq:947899 version:1.18.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-rtsp-server/gstreamer-rtsp-server.changes
2021-09-21 21:13:25.710658031 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new.1938/gstreamer-rtsp-server.changes
2022-01-22 08:19:10.394503849 +0100
@@ -1,0 +2,7 @@
+Thu Jan 20 16:59:00 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- Fix parameters passed to meson: with meson 60, the parameters are
+ strictly checked, which helps in identifying those wrong
+ parameters.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-rtsp-server.spec ++++++
--- /var/tmp/diff_new_pack.ZGULAZ/_old 2022-01-22 08:19:10.862500696 +0100
+++ /var/tmp/diff_new_pack.ZGULAZ/_new 2022-01-22 08:19:10.866500669 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-rtsp-server
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -77,8 +77,8 @@
%build
%meson \
-Dintrospection=enabled \
- -Dwith-package-name='openSUSE GStreamer-rtsp-server package' \
- -Dwith-package-origin='http://download.opensuse.org' \
+ -Dpackage-name='openSUSE GStreamer-rtsp-server package' \
+ -Dpackage-origin='http://download.opensuse.org' \
-Dtests=disabled \
-Dexamples=disabled \
%{nil}