From d00ef9ea55ebab12fbf0badbe3d14edeb169abed Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Oct 2023 08:25:32 +0200 Subject: rename to LibRaw20 (compat package) for CentOS 9 Stream which now has 0.21 with soname 23 --- LibRaw.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'LibRaw.spec') diff --git a/LibRaw.spec b/LibRaw.spec index f8b6cd1..5b1eb93 100644 --- a/LibRaw.spec +++ b/LibRaw.spec @@ -1,3 +1,5 @@ +%global libname LibRaw +%global soname 20 # feature macro to enable samples (or not) %if 0%{?rhel} != 7 @@ -5,9 +7,9 @@ %endif Summary: Library for reading RAW files obtained from digital photo cameras -Name: LibRaw +Name: LibRaw%{soname} Version: 0.20.2 -Release: 6%{?dist} +Release: 1%{?dist} License: BSD and LGPLv2 URL: http://www.libraw.org @@ -59,7 +61,7 @@ Requires: %{name} = %{version}-%{release} LibRaw sample programs %prep -%autosetup -p1 -n %{name}-%{version} +%autosetup -p1 -n %{libname}-%{version} %build autoreconf -if @@ -119,6 +121,10 @@ rm -fv %{buildroot}%{_libdir}/lib*.la %changelog +* Tue Oct 10 2023 Remi Collet - 0.20.2-1 +- rename to LibRaw20 (compat package) + for CentOS 9 Stream which now has 0.21 with soname 23 + * Tue Apr 04 2023 Debarshi Ray - 0.20.2-6 - Fix CVE-2021-32142 Resolves: #2172140 -- cgit