Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libkdegames for openSUSE:Factory checked in at 2021-01-21 21:54:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkdegames (Old) and /work/SRC/openSUSE:Factory/.libkdegames.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkdegames" Thu Jan 21 21:54:42 2021 rev:107 rq:865088 version:20.12.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libkdegames/libkdegames.changes 2021-01-10 19:45:24.822010198 +0100 +++ /work/SRC/openSUSE:Factory/.libkdegames.new.28504/libkdegames.changes 2021-01-21 21:54:43.497778640 +0100 @@ -1,0 +2,6 @@ +Fri Jan 15 17:17:29 UTC 2021 - Fabian Vogt <[email protected]> + +- Add patch to make qmldir compatible with qml-autoreprov: + * 0001-Add-missing-module-identifier-to-qmldir.patch + +------------------------------------------------------------------- New: ---- 0001-Add-missing-module-identifier-to-qmldir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkdegames.spec ++++++ --- /var/tmp/diff_new_pack.KqyB2q/_old 2021-01-21 21:54:44.169778894 +0100 +++ /var/tmp/diff_new_pack.KqyB2q/_new 2021-01-21 21:54:44.169778894 +0100 @@ -1,7 +1,7 @@ # # spec file for package libkdegames # -# 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 @@ -29,6 +29,8 @@ URL: https://www.kde.org Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz Patch1: libkdegames-bnc793185.patch +# PATCH-FIX-UPSTREAM +Patch2: 0001-Add-missing-module-identifier-to-qmldir.patch BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: kf5-filesystem @@ -77,8 +79,7 @@ %lang_package %prep -%setup -q -%patch1 -p1 +%autosetup -p1 # bnc#793185 rm -rf carddecks/svg-konqi-modern ++++++ 0001-Add-missing-module-identifier-to-qmldir.patch ++++++ >From 681d7041f0e9f50735bcea3b3b896e0155111950 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" <[email protected]> Date: Tue, 15 Dec 2020 13:26:45 +0100 Subject: [PATCH] Add missing module identifier to qmldir --- declarativeimports/qml/qmldir | 1 + 1 file changed, 1 insertion(+) diff --git a/declarativeimports/qml/qmldir b/declarativeimports/qml/qmldir index 79aae321..bfc17a4e 100644 --- a/declarativeimports/qml/qmldir +++ b/declarativeimports/qml/qmldir @@ -1,3 +1,4 @@ +module org.kde.games.core plugin corebindingsplugin KgItem 0.1 KgItem.qml -- 2.25.1
