Compare commits
16 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
affdb1f362 | ||
|
|
fccdd2f9b1 | ||
|
|
fe43dd3275 | ||
|
|
a0574eef1d | ||
|
|
48646e528b | ||
|
|
a94d1070c1 | ||
|
|
b0b00dc866 | ||
|
|
eaa0c5dfb1 | ||
| 4899760195 | |||
|
|
8f381b001b | ||
|
|
a8be9a3569 | ||
| 7da83efa4d | |||
|
|
2009614552 | ||
|
|
b426322958 | ||
| 35aaf48866 | |||
|
|
ae8c16ee84 |
2 changed files with 9 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
* Wed Feb 15 2023 Tom Callaway <spot@fedoraproject.org> - 0.18.1-9
|
||||
- rebuild for libvpx
|
||||
|
||||
* Thu Jan 27 2022 Tom Callaway <spot@fedoraproject.org> - 0.18.1-6
|
||||
- rebuild for libvpx
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,8 @@ Version: 0.18.1
|
|||
Release: %autorelease
|
||||
Summary: The lightweight Tox client
|
||||
|
||||
License: MIT or GPLv3+
|
||||
# Automatically converted from old format: MIT or GPLv3+ - review is highly recommended.
|
||||
License: LicenseRef-Callaway-MIT OR GPL-3.0-or-later
|
||||
URL: https://github.com/uTox/uTox/
|
||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}.appdata.xml
|
||||
|
|
@ -45,7 +46,7 @@ Requires: hicolor-icon-theme
|
|||
|
||||
%build
|
||||
# We use CMAKE_BUILD_TYPE="Release" to turn ASAN off
|
||||
%cmake -DCMAKE_BUILD_TYPE="Release"
|
||||
%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_BUILD_TYPE="Release"
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue