Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-python-mpv for
openSUSE:Factory checked in at 2022-03-02 18:22:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-mpv (Old)
and /work/SRC/openSUSE:Factory/.python-python-mpv.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-mpv"
Wed Mar 2 18:22:39 2022 rev:16 rq:958502 version:0.5.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-python-mpv/python-python-mpv.changes
2020-07-27 17:41:22.959055160 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-mpv.new.1958/python-python-mpv.changes
2022-03-02 18:22:48.956659594 +0100
@@ -1,0 +2,7 @@
+Wed Mar 2 15:50:32 UTC 2022 - Dominique Leuenberger <[email protected]>
+
+- Dynamically add a dependency to the libmpv version that was
+ present during build. Allows to dynamically move between various
+ so versions (e.g. libmpv1 to libmpv2).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-mpv.spec ++++++
--- /var/tmp/diff_new_pack.a7i8nj/_old 2022-03-02 18:22:49.576659616 +0100
+++ /var/tmp/diff_new_pack.a7i8nj/_new 2022-03-02 18:22:49.580659616 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-python-mpv
#
-# Copyright (c) 2020 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
@@ -26,7 +26,11 @@
Source99: %{name}-rpmlintrc
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
-Requires: libmpv1
+# Needed to be able to set the proper dependency to the library
+BuildRequires: mpv-devel
+# workaround via define needed as python_ubpackages wants to interpret
Requires: lines
+%define libmpv %(rpm -qf $(readlink -f %{_libdir}/libmpv.so) --qf "%%{name}")
+Requires: %libmpv
BuildArch: noarch
%python_subpackages
++++++ python-python-mpv-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.a7i8nj/_old 2022-03-02 18:22:49.620659618 +0100
+++ /var/tmp/diff_new_pack.a7i8nj/_new 2022-03-02 18:22:49.624659618 +0100
@@ -1,3 +1,3 @@
# this is actually necessary
-addFilter("explicit-lib-dependency .*libmpv1")
+addFilter("explicit-lib-dependency .*libmpv")