From e9eb90ac2132a9d8857306e7935e9554e62dcb17 Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Sep 14 2020 11:16:40 +0000 Subject: Update accounts-qml-module to rev 4 via SR 834289 https://build.opensuse.org/request/show/834289 by user Vogtinator + dimstar_suse Needed by some purpose plugins --- diff --git a/accounts-qml-module.changes b/accounts-qml-module.changes index d4c6c7d..39dba99 100644 --- a/accounts-qml-module.changes +++ b/accounts-qml-module.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Sep 14 07:44:14 UTC 2020 - Wolfgang Bauer + +- Compile without "-Werror" to fix a build failure with Qt 5.15.1 + due to deprecation warnings + +------------------------------------------------------------------- Tue Dec 10 14:34:25 UTC 2019 - Wolfgang Bauer - Initial package diff --git a/accounts-qml-module.spec b/accounts-qml-module.spec index 3312901..e8aca92 100644 --- a/accounts-qml-module.spec +++ b/accounts-qml-module.spec @@ -49,6 +49,7 @@ This package contains the developer documentation for accounts-qml-module. %prep %setup -q -n %{name}-VERSION_%{version} %autopatch -p1 +sed -e 's/-Werror//' -i common-project-config.pri %build mkdir build