diff options
Diffstat (limited to 'vips.spec')
| -rw-r--r-- | vips.spec | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -65,13 +65,15 @@ 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 URL: https://www.libvips.org/ Source0: https://github.com/libvips/libvips/releases/download/v%{vips_tagver}/vips-%{vips_tagver}.tar.xz +Patch0: build.patch + BuildRequires: gcc BuildRequires: gcc-c++ # see https://github.com/libvips/libvips/issues/4558 @@ -316,6 +318,7 @@ exit 1 %endif %setup -q -n vips-%{vips_version} +%patch -P0 -p1 cat << 'EOF' | tee DOC_README @@ -492,6 +495,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Fri Feb 13 2026 Remi Collet <remi@remirepo.net> - 8.18.0-2 +- add upstream patch fixing build with GCC 16 + * Wed Dec 17 2025 Remi Collet <remi@remirepo.net> - 8.18.0-1 - update to 8.18.0 |
