From 781809078b0eeb661341fe7b2b2ce3abf5bcc9a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 21 Mar 2023 17:40:58 +0100 Subject: update to 8.14.2 --- vips.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'vips.spec') diff --git a/vips.spec b/vips.spec index a6a5cf4..bc65da9 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.14 -%global vips_version %{vips_version_base}.1 +%global vips_version %{vips_version_base}.2 %global vips_soname_major 42 #global vips_prever rc1 %global vips_tagver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -46,6 +46,7 @@ %endif # 3 builds needed to get the full stack +# NOTICE: for EL-7, epel-rpm-macros needed (clean root_cache before build with el7xr config) # --without heif --without im7 --with im6 # --without heif --without im7 --with gm # --with heif --with im7 @@ -61,8 +62,8 @@ %bcond_with jxl %endif -# from mock config, when rpmfusion enabled -%if 0%{?_with_rpmfusion:1} +# from fedora/epel repository, or from rpmfusion when enabled (from mock config) +%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9 || 0%{?_with_rpmfusion:1} %bcond_without heif %else %bcond_with heif @@ -88,7 +89,7 @@ BuildRequires: pkgconfig(fftw3) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(orc-0.4) BuildRequires: pkgconfig(lcms2) -BuildRequires: pkgconfig(OpenEXR) +BuildRequires: pkgconfig(OpenEXR) >= 1.2.2 %if 0%{?fedora} >= 35 BuildRequires: pkgconfig(Imath) %endif @@ -134,7 +135,11 @@ BuildRequires: bc Provides: bundled(libnsgif) %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 +%if 0%{?fedora} >= 37 +Recommends: %{name}-heif +%else Suggests: %{name}-heif +%endif %if 0%{?fedora} >= 38 || 0%{?rhel} >= 10 Recommends: %{name}-magick-im7 %else @@ -224,7 +229,7 @@ Summary: Heif support for %{name} BuildRequires: pkgconfig(libheif) >= 1.4.0 Requires: libheif%{?_isa} >= 1.4.0 %else -BuildRequires: pkgconfig(libheif) >= 1.3 +BuildRequires: pkgconfig(libheif) >= 1.3.0 %endif Requires: %{name}%{?_isa} = %{version}-%{release} Obsoletes: vips-full < 8.11 @@ -442,6 +447,9 @@ export CXXFLAGS="%{optflags} -ftree-vectorize" %changelog +* Tue Mar 21 2023 Remi Collet - 8.14.2-1 +- update to 8.14.2 + * Mon Jan 9 2023 Remi Collet - 8.14.1-1 - update to 8.14.1 -- cgit