Accepting request 1072688 from Base:System

- adjust lzo-2.08-rhbz1309225.patch download reference

- Build AVX2 enabled hwcaps library for x86_64-v3

- add lzo-2.08-rhbz1309225.patch to avoid aliasing issues

OBS-URL: https://build.opensuse.org/request/show/1072688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lzo?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2023-03-19 15:16:31 +00:00 committed by Git OBS Bridge
commit 7eb71a984c
2 changed files with 14 additions and 3 deletions

View File

@ -1,7 +1,17 @@
-------------------------------------------------------------------
Fri Mar 17 16:27:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
- adjust lzo-2.08-rhbz1309225.patch download reference
-------------------------------------------------------------------
Wed Mar 8 11:17:20 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
- Build AVX2 enabled hwcaps library for x86_64-v3
-------------------------------------------------------------------
Tue Jan 26 08:33:22 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <mliska@suse.cz>

View File

@ -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
@ -26,9 +26,10 @@ 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}
%description
LZO is a portable lossless data compression library written in ANSI C.