summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LibRaw.spec12
1 files changed, 9 insertions, 3 deletions
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 <remi@remirepo.net> - 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 <rishi@fedoraproject.org> - 0.20.2-6
- Fix CVE-2021-32142
Resolves: #2172140