- Fix build error.

- Add missig cmark which will not be install with libcmark-devel.

OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/neochat?expand=0&rev=16
This commit is contained in:
Eric Schirra 2021-06-26 09:40:20 +00:00 committed by Git OBS Bridge
parent 98c434dba6
commit ac73a32201
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jun 26 09:38:16 UTC 2021 - ecsos <ecsos@opensuse.org>
- Fix build error.
- Add missig cmark which will not be install with libcmark-devel.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 1 14:04:23 UTC 2021 - Paolo Stivanin <info@paolostivanin.com> Tue Jun 1 14:04:23 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>

View File

@ -27,6 +27,7 @@ Group: Productivity/Networking/Instant Messenger
URL: https://www.kde.org URL: https://www.kde.org
Source0: https://download.kde.org/stable/neochat/%{version}/%{name}-%{version}.tar.xz Source0: https://download.kde.org/stable/neochat/%{version}/%{name}-%{version}.tar.xz
BuildRequires: cmake >= 3.1 BuildRequires: cmake >= 3.1
BuildRequires: cmark
BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem