Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qml-autoreqprov for openSUSE:Factory checked in at 2021-01-18 11:29:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qml-autoreqprov (Old) and /work/SRC/openSUSE:Factory/.qml-autoreqprov.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qml-autoreqprov" Mon Jan 18 11:29:24 2021 rev:2 rq:863814 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qml-autoreqprov/qml-autoreqprov.changes 2021-01-13 18:35:52.982379436 +0100 +++ /work/SRC/openSUSE:Factory/.qml-autoreqprov.new.28504/qml-autoreqprov.changes 2021-01-18 11:33:35.360961918 +0100 @@ -1,0 +2,5 @@ +Fri Jan 15 15:40:18 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Add a missing { to fix the relative plugin path case + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qml-autoreqprov.spec ++++++ --- /var/tmp/diff_new_pack.qM792v/_old 2021-01-18 11:33:35.912962891 +0100 +++ /var/tmp/diff_new_pack.qM792v/_new 2021-01-18 11:33:35.912962891 +0100 @@ -1,7 +1,7 @@ # # spec file for package qml-autoreqprov # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,7 +22,7 @@ Summary: Automatic dependency generator for QML files and modules License: GPL-3.0-or-later Group: Development/Tools/Building -Url: http://www.opensuse.org +URL: http://www.opensuse.org Source0: LICENSE Source1: qml.attr Source2: qml.req @@ -33,9 +33,9 @@ Requires: rpm BuildArch: noarch Requires: (libqt5-qtdeclarative-tools if libQtQuick5) -Requires: (qt6-declarative-tools if libQt6Qml6) Requires: (qmlpluginexports-qt5 if libqt5-qtdeclarative-devel) Requires: (qmlpluginexports-qt6 if qt6-qml-devel) +Requires: (qt6-declarative-tools if libQt6Qml6) %description Automatic dependency generator for QML files and modules. ++++++ qmldirreqprov.sh ++++++ --- /var/tmp/diff_new_pack.qM792v/_old 2021-01-18 11:33:36.024963089 +0100 +++ /var/tmp/diff_new_pack.qM792v/_new 2021-01-18 11:33:36.024963089 +0100 @@ -72,7 +72,7 @@ elif [[ $location == /* ]]; then location="${RPM_BUILD_ROOT:-}/$location/" else - location="${dir}/$location}/" + location="${dir}/${location}/" fi plugins+=("${location}/${pluginname}")