arqiver: 1.0.0

This commit is contained in:
Raven 2024-11-11 15:14:51 +06:00
parent a52287b2ce
commit a5d96ee527

View File

@ -2,8 +2,8 @@
%bcond_with clang %bcond_with clang
Name: arqiver Name: arqiver
Version: 0.12.0 Version: 1.0.0
Release: 3%{dist} Release: 1%{dist}
Summary: A simple Qt archive manager Summary: A simple Qt archive manager
Group: Archiving/Other Group: Archiving/Other
License: GPLv3 License: GPLv3
@ -12,7 +12,7 @@ Source: https://github.com/tsujan/Arqiver/releases/download/V%{version}/
BuildRequires: cmake BuildRequires: cmake
%if %{with clang} %if %{with clang}
BuildRequires: clang >= 5.0 BuildRequires: clang >= 15.0
%else %else
BuildRequires: gcc-c++ BuildRequires: gcc-c++
%endif %endif
@ -66,6 +66,9 @@ export CXX=clang++
%{_datadir}/%{name}/ %{_datadir}/%{name}/
%changelog %changelog
* Mon Nov 11 2024 Raven <raven@sysadmins.ws> - 1.0.0-1
- update to 1.0.0
* Fri May 17 2024 Raven <raven@sysadmins.ws> - 0.12.0-2 * Fri May 17 2024 Raven <raven@sysadmins.ws> - 0.12.0-2
- rebuilt for new qt6 - rebuilt for new qt6