diff --git a/accounts-qml-module.spec b/accounts-qml-module.spec index bd1247518e7539ee563b23f05f62a847c64d491c..79c9f4f0db1f5384ef3c2ae4e7bff6ced74e326f 100644 --- a/accounts-qml-module.spec +++ b/accounts-qml-module.spec @@ -1,7 +1,7 @@ Name: accounts-qml-module Summary: QML bindings for libaccounts-qt + libsignon-qt Version: 0.7 -Release: 1 +Release: 2 License: LGPLv2 URL: https://gitlab.com/accounts-sso/accounts-qml-module @@ -15,6 +15,7 @@ BuildRequires: libaccounts-qt5-devel BuildRequires: qt5-qtdeclarative-devel BuildRequires: signon-devel BuildRequires: make +BuildRequires: clang-libs %description This QML module provides an API to manage the user's online accounts and get @@ -63,5 +64,8 @@ rm -fv %{buildroot}/%{_datadir}/%{name}/doc/html/.gitignore %changelog +* Tue Nov 01 2022 misaka00251 - 0.7-2 +- fix build error of libclang.so.17 + * Tue Nov 01 2022 misaka00251 - 0.7-1 - Init package (Derived from federa project, thanks to fedora team)