From 3d325e3d5abd4d1cd29b8c17f0e076f9e4b34f4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Sep 2022 09:59:45 +0200 Subject: update to 8.13.2 --- vips.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'vips.spec') diff --git a/vips.spec b/vips.spec index 14c257d..8cad9cb 100644 --- a/vips.spec +++ b/vips.spec @@ -8,7 +8,7 @@ # Please preserve changelog entries # %global vips_version_base 8.13 -%global vips_version %{vips_version_base}.1 +%global vips_version %{vips_version_base}.2 %global vips_soname_major 42 #global vips_prever rc2 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} @@ -49,7 +49,6 @@ # --without heif --without im7 --with im6 # --without heif --without im7 --with gm # --with heif --with im7 - %bcond_with im6 %bcond_without im7 %bcond_with gm @@ -78,8 +77,6 @@ License: LGPLv2+ URL: https://libvips.github.io/libvips/ Source0: https://github.com/libvips/libvips/releases/download/v%{vips_tarver}/vips-%{vips_tarver}.tar.gz -Patch0: vips-upstream.patch - BuildRequires: make BuildRequires: gcc BuildRequires: gcc-c++ @@ -311,7 +308,6 @@ exit 1 %endif %setup -q -n vips-%{vips_version} -%patch0 -p1 -b .up # make the version string consistent for multiarch export FAKE_BUILD_DATE=$(date -r %{SOURCE0}) @@ -464,6 +460,9 @@ make check %changelog +* Thu Sep 29 2022 Remi Collet - 8.13.2-1 +- update to 8.13.2 + * Sun Sep 4 2022 Remi Collet - 8.13.1-1 - update to 8.13.1 -- cgit