From cc428e15c618d7fe5d4ab6923f78085490068d44 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Dec 2025 16:24:55 +0100 Subject: add upstream fix for libraw < 0.21 add upstream fix for GraphicsMagick --- vips.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'vips.spec') 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 @@ -41,12 +42,6 @@ %bcond_with imath %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 @@ -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 - 8.18.0~rc2-2 +- add upstream fix for libraw < 0.21 +- add upstream fix for GraphicsMagick + * Tue Dec 9 2025 Remi Collet - 8.18.0~rc2-1 - update to 8.18.0-rc2 - switch from libspng to libpng (preferred upstream) -- cgit