diff options
| author | Remi Collet <remi@remirepo.net> | 2025-12-10 16:24:55 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-12-10 16:24:55 +0100 |
| commit | cc428e15c618d7fe5d4ab6923f78085490068d44 (patch) | |
| tree | dd03819b86b37c04f48d507149a1b392b62c411b /vips.spec | |
| parent | 00602bd5665c187ecd200bfd9e4e1b12ae142888 (diff) | |
add upstream fix for libraw < 0.21
add upstream fix for GraphicsMagick
Diffstat (limited to 'vips.spec')
| -rw-r--r-- | vips.spec | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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) |
