From b0ff5b7e7d2404b847cdc69ce45761037f56f0cc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 6 May 2019 16:19:01 +0200 Subject: enable heif support and rename to vips-full --- libvips.xml | 2 +- vips.spec | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/libvips.xml b/libvips.xml index d6701c9..1569aa9 100644 --- a/libvips.xml +++ b/libvips.xml @@ -9,7 +9,7 @@ -8.8.0-rc1 +8.8.0-rc1-full diff --git a/vips.spec b/vips.spec index e7de439..c658f88 100644 --- a/vips.spec +++ b/vips.spec @@ -25,7 +25,7 @@ %global with_libimagequant 0 %endif -%global with_libheif 0 +%global with_libheif 1 %if %{with_libheif} Name: vips-full @@ -33,7 +33,7 @@ Name: vips-full Name: vips %endif Version: %{vips_version}%{?vips_prever:~%{vips_prever}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: C/C++ library for processing large images License: LGPLv2+ @@ -81,8 +81,9 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig gettext %if %{with_libheif} -Conflicts: vips < %{version}-%{release} -Provides: vips = %{version}-%{release} +Conflicts: vips < %{version}-%{release} +Provides: vips = %{version}-%{release} +Provides: vips%{?_isa} = %{version}-%{release} %endif @@ -136,7 +137,7 @@ HTML and PDF formats. %prep -%setup -q -n %{name}-%{vips_version} +%setup -q -n vips-%{vips_version} # make the version string consistent for multiarch export FAKE_BUILD_DATE=$(date -r %{SOURCE0}) @@ -216,6 +217,9 @@ 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 + * Mon May 6 2019 Remi Collet - 8.8.0~rc1-1 - update to 8.8.0-rc1 - drop libvipsCC -- cgit