diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-23 09:59:24 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-23 09:59:24 +0200 |
| commit | 80e1342ce6f300d214499ad6570b909c93e6a007 (patch) | |
| tree | f4c1ab924a63f356deaee0b1cef5a50b258d4976 | |
| parent | 40ce8ddfccdba661e15bddc3d51d3a1d3fa859a7 (diff) | |
| -rw-r--r-- | build.patch | 28 | ||||
| -rw-r--r-- | vips.spec | 5 |
2 files changed, 4 insertions, 29 deletions
diff --git a/build.patch b/build.patch deleted file mode 100644 index 561a9e1..0000000 --- a/build.patch +++ /dev/null @@ -1,28 +0,0 @@ -From abb4dfad9e446e77396de9e93003af5be7aa18da Mon Sep 17 00:00:00 2001 -From: Kleis Auke Wolthuizen <github@kleisauke.nl> -Date: Sun, 18 Jan 2026 12:15:33 +0100 -Subject: [PATCH] memory: fix `VIPS_FREEF` for expression-like macros (#4836) - -Ensure the macro works correctly when F expands to an expression, -such as `g_free()` using `free_sized()` (as available in the -upcoming glibc 2.43). - -Resolves: #4835. ---- - ChangeLog | 1 + - libvips/include/vips/memory.h | 2 +- - 2 files changed, 2 insertions(+), 1 deletion(-) - -diff --git a/libvips/include/vips/memory.h b/libvips/include/vips/memory.h -index 93e669340b..7073d1ea6a 100644 ---- a/libvips/include/vips/memory.h -+++ b/libvips/include/vips/memory.h -@@ -41,7 +41,7 @@ extern "C" { - G_STMT_START \ - { \ - if (S) { \ -- (void) F((S)); \ -+ (void) (F((S))); \ - (S) = 0; \ - } \ - } \ @@ -71,7 +71,7 @@ Name: vips Version: %{vips_version}%{?vips_prever:~%{vips_prever}} -Release: 1%{?dist} +Release: 3%{?dist} Summary: C/C++ library for processing large images License: LGPL-2.1-or-later @@ -505,6 +505,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Tue Jun 23 2026 Remi Collet <remi@remirepo.net> - 8.18.3-3 +- fedora rebuild + * Wed Jun 10 2026 Remi Collet <remi@remirepo.net> - 8.18.3-1 - update to 8.18.3 |
