diff --git a/sqlite3.changes b/sqlite3.changes index 293068a..28a761d 100644 --- a/sqlite3.changes +++ b/sqlite3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 8 10:22:39 UTC 2023 - Martin Pluskal + +- Build AVX2 enabled hwcaps library for x86_64-v3 + ------------------------------------------------------------------- Wed Feb 22 09:42:51 UTC 2023 - Reinhard Max diff --git a/sqlite3.spec b/sqlite3.spec index 3f520c7..dd35275 100644 --- a/sqlite3.spec +++ b/sqlite3.spec @@ -49,6 +49,7 @@ Obsoletes: %{oname} < %{version} %if %{with icu} BuildRequires: libicu-devel %endif +%{?suse_build_hwcaps_libs} %description SQLite is a C library that implements an embeddable SQL database