summaryrefslogtreecommitdiffstats
path: root/vips.spec
diff options
context:
space:
mode:
Diffstat (limited to 'vips.spec')
-rw-r--r--vips.spec15
1 files changed, 7 insertions, 8 deletions
diff --git a/vips.spec b/vips.spec
index a139b14..a5604c3 100644
--- a/vips.spec
+++ b/vips.spec
@@ -34,6 +34,7 @@
%bcond_without jxl
%bcond_without tests
%bcond_without openjpeg2
+%bcond_without libraw
%if 0%{?fedora} || 0%{?rhel} >= 9
%bcond_without imath
@@ -42,12 +43,6 @@
%endif
%if 0%{?fedora} || 0%{?rhel} >= 9
-%bcond_without libraw
-%else
-%bcond_with libraw
-%endif
-
-%if 0%{?fedora} || 0%{?rhel} >= 9
%bcond_without highway
%else
%bcond_with highway
@@ -70,7 +65,7 @@
Name: vips
Version: %{vips_version}%{?vips_prever:~%{vips_prever}}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: C/C++ library for processing large images
License: LGPL-2.1-or-later
@@ -132,7 +127,7 @@ BuildRequires: libimagequant-devel
BuildRequires: pkgconfig(cgif)
%endif
%if %{with libraw}
-BuildRequires: pkgconfig(libraw)
+BuildRequires: pkgconfig(libraw) >= 0.14
%endif
%if %{with tests}
# bc command used in test suite
@@ -500,6 +495,10 @@ export CXXFLAGS="%{optflags} -ftree-vectorize"
%changelog
+* Wed Dec 10 2025 Remi Collet <remi@remirepo.net> - 8.18.0~rc2-2
+- add upstream fix for libraw < 0.21
+- add upstream fix for GraphicsMagick
+
* Tue Dec 9 2025 Remi Collet <remi@remirepo.net> - 8.18.0~rc2-1
- update to 8.18.0-rc2
- switch from libspng to libpng (preferred upstream)