From a2cd3f98297b61b8f00a7b1c0e88be80b89a865286615ee97c8beea5b28f6ad4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 8 Mar 2023 15:55:51 +0000 Subject: [PATCH 1/2] 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. From 41b8d5b1ae2bb1f88a60cb7ca329770852fefb86574aa99ee88612bf1306cf1e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 17 Mar 2023 16:28:33 +0000 Subject: [PATCH 2/2] - adjust lzo-2.08-rhbz1309225.patch download reference - add lzo-2.08-rhbz1309225.patch to avoid aliasing issues OBS-URL: https://build.opensuse.org/package/show/Base:System/lzo?expand=0&rev=45 --- lzo.changes | 7 ++++++- lzo.spec | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lzo.changes b/lzo.changes index c2d72b7..61951f2 100644 --- a/lzo.changes +++ b/lzo.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 17 16:27:44 UTC 2023 - Dirk Müller + +- adjust lzo-2.08-rhbz1309225.patch download reference + ------------------------------------------------------------------- Wed Mar 8 11:17:20 UTC 2023 - Martin Pluskal @@ -6,7 +11,7 @@ Wed Mar 8 11:17:20 UTC 2023 - Martin Pluskal ------------------------------------------------------------------- Tue Jan 26 08:33:22 UTC 2021 - Dirk Müller -- add lzo-2.08-rhbz1309225.patch to avoid aliasing issues +- add lzo-2.08-rhbz1309225.patch to avoid aliasing issues ------------------------------------------------------------------- Wed Nov 20 09:04:53 UTC 2019 - Martin Liška diff --git a/lzo.spec b/lzo.spec index fe2dd93..1506935 100644 --- a/lzo.spec +++ b/lzo.spec @@ -26,7 +26,7 @@ Group: Development/Libraries/C and C++ URL: https://www.oberhumer.com/opensource/lzo/ Source: https://www.oberhumer.com/opensource/%{name}/download/%{name}-%{version}.tar.gz Source2: baselibs.conf -Patch1: https://src.fedoraproject.org/rpms/lzo/raw/master/f/lzo-2.08-rhbz1309225.patch +Patch1: https://src.fedoraproject.org/rpms/lzo/raw/main/f/lzo-2.08-rhbz1309225.patch BuildRequires: gcc-c++ BuildRequires: pkgconfig %{?suse_build_hwcaps_libs}