arqiver: 1.0.0
This commit is contained in:
parent
a52287b2ce
commit
a5d96ee527
@ -2,8 +2,8 @@
|
||||
%bcond_with clang
|
||||
|
||||
Name: arqiver
|
||||
Version: 0.12.0
|
||||
Release: 3%{dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{dist}
|
||||
Summary: A simple Qt archive manager
|
||||
Group: Archiving/Other
|
||||
License: GPLv3
|
||||
@ -12,7 +12,7 @@ Source: https://github.com/tsujan/Arqiver/releases/download/V%{version}/
|
||||
|
||||
BuildRequires: cmake
|
||||
%if %{with clang}
|
||||
BuildRequires: clang >= 5.0
|
||||
BuildRequires: clang >= 15.0
|
||||
%else
|
||||
BuildRequires: gcc-c++
|
||||
%endif
|
||||
@ -66,6 +66,9 @@ export CXX=clang++
|
||||
%{_datadir}/%{name}/
|
||||
|
||||
%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
|
||||
- rebuilt for new qt6
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user