diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-13 12:19:20 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-13 12:19:20 +0100 |
| commit | 149717a4339a60c8d68cc490459981bd3ed7f8e9 (patch) | |
| tree | 5315f55bc1de2709eb5f345c10569d3e341f4b03 /vips.spec | |
| parent | 770ad7abc32e05563b66c8cb50a8e2a3011aba73 (diff) | |
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 |
