From 8f86ee9b803aeb17e7f0de0413b61e54ca8efe1d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Mar 2025 07:26:23 +0100 Subject: update to 8.16.1 --- vips.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'vips.spec') diff --git a/vips.spec b/vips.spec index b18848f..ea3c0c4 100644 --- a/vips.spec +++ b/vips.spec @@ -8,12 +8,12 @@ # Please preserve changelog entries # %global vips_version_base 8.16 -%global vips_version %{vips_version_base}.0 +%global vips_version %{vips_version_base}.1 %global vips_soname_major 42 #global vips_prever rc2 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} -# 2-3 builds needed to get the full stack (im6 only for EL8, EL9 and FC39) +# 2-3 builds needed to get the full stack (im6 only for EL8, EL9) # --without heif --without im7 --with im6 # --without heif --without im7 --with gm # --with heif --with im7 @@ -77,8 +77,8 @@ Version: %{vips_version}%{?vips_prever:~%{vips_prever}} Release: 1%{?dist} Summary: C/C++ library for processing large images -License: LGPLv2+ -URL: https://libvips.github.io/libvips/ +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 BuildRequires: gcc @@ -179,7 +179,6 @@ Additional image formats are supported in additional optional packages: %package devel Summary: Development files for %{name} -Requires: libjpeg-devel%{?_isa} libtiff-devel%{?_isa} zlib-devel%{?_isa} Requires: %{name}%{?_isa} = %{version}-%{release} Obsoletes: vips-full-devel < 8.11 @@ -213,13 +212,13 @@ HTML and PDF formats. %if %{with jxl} %package jxl -Summary: JPEG-XL support for %{name} +Summary: JPEG XL support for %{name} BuildRequires: pkgconfig(libjxl) >= 0.6 Requires: %{name}%{?_isa} = %{version}-%{release} Supplements: %{name} %description jxl -The %{name}-jxl package contains the Jxl module for VIPS. +The %{name}-jxl package contains the jxl module for VIPS, providing JPEG XL. %endif %if %{with heif} @@ -234,7 +233,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Obsoletes: vips-full < 8.11 %description heif -The %{name}-heif package contains the Heif module for VIPS. +The %{name}-heif package contains the heif module for VIPS, providing AVIF +support. %endif %package openslide @@ -456,6 +456,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Thu Mar 13 2025 Remi Collet - 8.16.1-1 +- update to 8.16.1 + * Mon Oct 28 2024 Remi Collet - 8.16.0-1 - update to 8.16.0 -- cgit