From aa7384314528050c5dfc01c9edd99f5b46a4115c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Jul 2022 15:42:32 +0200 Subject: update to 8.13.0rc2 --- vips.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vips.spec') diff --git a/vips.spec b/vips.spec index 4fbdb32..8c89d9b 100644 --- a/vips.spec +++ b/vips.spec @@ -10,7 +10,7 @@ %global vips_version_base 8.13 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever rc1 +%global vips_prever rc2 %global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} %if 0%{?fedora} || 0%{?rhel} >= 8 @@ -70,7 +70,7 @@ %endif Name: vips -Release: 2%{?dist} +Release: 1%{?dist} Version: %{vips_version}%{?vips_prever:~%{vips_prever}} Summary: C/C++ library for processing large images @@ -78,8 +78,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: %{name}-upstream.patch - BuildRequires: make BuildRequires: gcc BuildRequires: gcc-c++ @@ -311,7 +309,6 @@ exit 1 %endif %setup -q -n vips-%{vips_version} -%patch0 -p1 # make the version string consistent for multiarch export FAKE_BUILD_DATE=$(date -r %{SOURCE0}) @@ -464,6 +461,9 @@ make check %changelog +* Tue Jul 12 2022 Remi Collet - 8.13.0~rc2-1 +- update to 8.13.0rc2 + * Mon Jun 20 2022 Remi Collet - 8.13.0~rc1-2 - fix EL-7 build using upstream fix but see https://github.com/libvips/libvips/issues/2878#issuecomment-1160380569 -- cgit