Jiri Slaby 2023-12-04 11:18:03 +00:00 committed by Git OBS Bridge
parent dd0d26f362
commit 89a19cf85f
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ Mon Dec 4 11:09:21 UTC 2023 - Jiri Slaby <jslaby@suse.cz>
when lock are released.
* Added support for new data-box types PFO_ARCH, PFO_AIAT and PFO_AZI.
* Changed the layout of the about dialogue.
- don't use bundled static QuaZip, use the system one instead
-------------------------------------------------------------------
Wed Jun 21 06:39:49 UTC 2023 - Jiri Slaby <jslaby@suse.cz>

View File

@ -52,6 +52,7 @@ BuildRequires: cmake(Qt%{qt_version}Sql) >= %{qt_version_full}
BuildRequires: cmake(Qt%{qt_version}Svg) >= %{qt_version_full}
BuildRequires: cmake(Qt%{qt_version}WebSockets) >= %{qt_version_full}
BuildRequires: cmake(Qt%{qt_version}Widgets) >= %{qt_version_full}
BuildRequires: cmake(QuaZip-Qt%{qt_version})
BuildRequires: pkgconfig(libdatovka) >= 0.1.2
%if 0%{qt_version} == 6
BuildRequires: cmake(Qt6Core5Compat) >= %{qt_version_full}