diff --git a/changelog b/changelog index 4e74d4f..97fb09f 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +* Wed Feb 15 2023 Tom Callaway - 0.18.1-9 +- rebuild for libvpx + * Thu Jan 27 2022 Tom Callaway - 0.18.1-6 - rebuild for libvpx diff --git a/utox.spec b/utox.spec index 8db1d61..2ea6753 100644 --- a/utox.spec +++ b/utox.spec @@ -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