From a2cd3f98297b61b8f00a7b1c0e88be80b89a865286615ee97c8beea5b28f6ad4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 8 Mar 2023 15:55:51 +0000 Subject: [PATCH] Accepting request 1070156 from home:pluskalm:branches:Base:System - Build AVX2 enabled hwcaps library for x86_64-v3 OBS-URL: https://build.opensuse.org/request/show/1070156 OBS-URL: https://build.opensuse.org/package/show/Base:System/lzo?expand=0&rev=44 --- lzo.changes | 5 +++++ lzo.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lzo.changes b/lzo.changes index 15f5717..c2d72b7 100644 --- a/lzo.changes +++ b/lzo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 8 11:17:20 UTC 2023 - Martin Pluskal + +- Build AVX2 enabled hwcaps library for x86_64-v3 + ------------------------------------------------------------------- Tue Jan 26 08:33:22 UTC 2021 - Dirk Müller diff --git a/lzo.spec b/lzo.spec index 6e242b1..fe2dd93 100644 --- a/lzo.spec +++ b/lzo.spec @@ -1,7 +1,7 @@ # # spec file for package lzo # -# Copyright (c) 2021 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 @@ -29,6 +29,7 @@ Source2: baselibs.conf Patch1: https://src.fedoraproject.org/rpms/lzo/raw/master/f/lzo-2.08-rhbz1309225.patch BuildRequires: gcc-c++ BuildRequires: pkgconfig +%{?suse_build_hwcaps_libs} %description LZO is a portable lossless data compression library written in ANSI C.