From bcef17158198dad8d24481e6674b50445ce10ee4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Oct 2024 11:47:25 +0200 Subject: update to 8.16.0-rc2 --- vips.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'vips.spec') diff --git a/vips.spec b/vips.spec index 4229460..88dba95 100644 --- a/vips.spec +++ b/vips.spec @@ -10,10 +10,10 @@ %global vips_version_base 8.16 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever rc1 +%global vips_prever rc2 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} -# 3 builds needed to get the full stack +# 2-3 builds needed to get the full stack (im6 only for EL8, EL9 and FC39) # --without heif --without im7 --with im6 # --without heif --without im7 --with gm # --with heif --with im7 @@ -456,6 +456,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Mon Oct 21 2024 Remi Collet - 8.16.0~rc2-1 +- update to 8.16.0-rc2 + * Fri Oct 11 2024 Remi Collet - 8.16.0~rc1-1 - update to 8.16.0-rc1 - open https://github.com/libvips/libvips/issues/4192 -- cgit