From 69c167ed7f4c761a0eaf25b5feea200c94085497 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Oct 2020 07:44:59 +0200 Subject: v8.10.2 --- vips.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'vips.spec') diff --git a/vips.spec b/vips.spec index b786b27..6f3a7d3 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.10 -%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_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -76,7 +76,7 @@ BuildRequires: pkgconfig(librsvg-2.0) >= 2.40.3 BuildRequires: pkgconfig(poppler-glib) BuildRequires: pkgconfig(libjpeg) %if %{with libheif} -BuildRequires: pkgconfig(libheif) +BuildRequires: pkgconfig(libheif) >= 1.3 %endif %if %{with libimagequant} #BuildRequires: pkgconfig(imagequant) TODO only in 2.12+ @@ -238,6 +238,9 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr %changelog +* Tue Oct 13 2020 Remi Collet - 8.10.2-1 +- update to 8.10.2 + * Fri Sep 4 2020 Remi Collet - 8.10.1-1 - update to 8.10.1 -- cgit