summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-10-10 08:25:32 +0200
committerRemi Collet <remi@php.net>2023-10-10 08:25:32 +0200
commitd00ef9ea55ebab12fbf0badbe3d14edeb169abed (patch)
treef504465bb18cd38349426f6c1ef0f7dfc1939214
parent46d1c6abb6d5b62dadb023e9db40c8fc2e119130 (diff)
rename to LibRaw20 (compat package)HEADmaster
for CentOS 9 Stream which now has 0.21 with soname 23
-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