diff --git a/bzip2.changes b/bzip2.changes index 63912b4..edb1aeb 100644 --- a/bzip2.changes +++ b/bzip2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 8 10:04:51 UTC 2023 - Martin Pluskal + +- Build AVX2 enabled hwcaps library for x86_64-v3 + ------------------------------------------------------------------- Mon May 2 05:05:16 UTC 2022 - Martin Liška diff --git a/bzip2.spec b/bzip2.spec index 70b0e1b..b56de61 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -1,7 +1,7 @@ # # spec file for package bzip2 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,6 +41,7 @@ BuildRequires: pkgconfig Requires(pre): %{libname} Provides: bzip = %{version} Obsoletes: bzip < %{version} +%{?suse_build_hwcaps_libs} %description The bzip2 program is a program for compressing files.