From 01e4a5338730ef1c197f705017b2e4a3cd848774 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 May 2019 07:09:23 +0200 Subject: v8.8.0rc2 (cherry picked from commit 8780fb11388fe1e2e771be8329f49ccafcbb4102) --- vips.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vips.spec b/vips.spec index c658f88..5ca316c 100644 --- a/vips.spec +++ b/vips.spec @@ -10,8 +10,8 @@ %global vips_version_base 8.8 %global vips_version %{vips_version_base}.0 %global vips_soname_major 42 -%global vips_prever rc1 -%global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}a} +%global vips_prever rc2 +%global vips_tarver %{vips_version}%{?vips_prever:-%{vips_prever}} %if 0%{?fedora} || 0%{?rhel} >= 8 %global with_doc 1 @@ -217,8 +217,8 @@ sed -e 's:/usr/bin/python:%{_bindir}/python3:' -i %{buildroot}/%{_bindir}/vipspr %changelog -* Mon May 6 2019 Remi Collet - 8.8.0~rc1-2 -- enable heif support and rename to vips-full +* Thu May 9 2019 Remi Collet - 8.8.0~rc2-2 +- update to 8.8.0-rc2 * Mon May 6 2019 Remi Collet - 8.8.0~rc1-1 - update to 8.8.0-rc1 -- cgit