Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package libqt5-qtmultimedia for
openSUSE:Factory checked in at 2021-01-26 14:44:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libqt5-qtmultimedia (Old)
and /work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqt5-qtmultimedia"
Tue Jan 26 14:44:04 2021 rev:50 rq:866043 version:5.15.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/libqt5-qtmultimedia/libqt5-qtmultimedia.changes
2020-11-25 19:29:19.758488587 +0100
+++
/work/SRC/openSUSE:Factory/.libqt5-qtmultimedia.new.28504/libqt5-qtmultimedia.changes
2021-01-26 14:44:05.495194099 +0100
@@ -1,0 +2,5 @@
+Sat Jan 16 16:25:07 UTC 2021 - Fabian Vogt <[email protected]>
+
+- Add compatibility with qml-autoreqprov
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libqt5-qtmultimedia.spec ++++++
--- /var/tmp/diff_new_pack.5vQfhE/_old 2021-01-26 14:44:06.023194917 +0100
+++ /var/tmp/diff_new_pack.5vQfhE/_new 2021-01-26 14:44:06.027194923 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libqt5-qtmultimedia
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,9 @@
#
+# Internal QML imports of examples
+%global __requires_exclude qmlimport\\((FrequencyMonitor|qmlvideofilter).*
+
%define qt5_snapshot 0
%define libname libQt5Multimedia5
%ifarch %{arm} aarch64
@@ -72,6 +75,7 @@
%package -n %{libname}
Summary: Qt 5 Multimedia Library
+License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: Development/Libraries/X11
%description -n %{libname}
@@ -83,6 +87,7 @@
%package devel
Summary: Development files for the Qt5 Multimedia library
+License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: Development/Libraries/X11
Requires: %{libname} = %{version}
# The mkspec adds -lpulse-mainloop-glib -lpulse -lglib-2.0
@@ -96,6 +101,7 @@
%package private-headers-devel
Summary: Non-ABI stable experimental API for the Qt5 Multimedia library
+License: LGPL-3.0-only OR (GPL-2.0-only OR GPL-3.0-or-later)
Group: Development/Libraries/C and C++
Requires: %{name}-devel = %{version}
Requires: libQt5Gui-private-headers-devel >= %{version}
@@ -112,8 +118,8 @@
%package examples
Summary: Qt5 multimedia examples
-Group: Development/Libraries/X11
License: BSD-3-Clause
+Group: Development/Libraries/X11
Recommends: %{name}-devel
%description examples