From 07062fefd0b850181aea189a93be8a2861c745ef Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 1 Sep 2019 15:41:06 -0400 Subject: [PATCH] Add python3-cairo dependency for vipsprofile --- vips.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vips.spec b/vips.spec index 4f8e8d6..838c963 100644 --- a/vips.spec +++ b/vips.spec @@ -4,7 +4,7 @@ Name: vips Version: %{vips_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: C/C++ library for processing large images License: LGPLv2+ @@ -67,6 +67,7 @@ contains a C++ API and development documentation. %package tools Summary: Command-line tools for %{name} Requires: vips%{?_isa} = %{version}-%{release} +Requires: python3-cairo %description tools The %{name}-tools package contains command-line tools for working with VIPS. @@ -138,6 +139,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}/doc/vips %changelog +* Sun Sep 01 2019 Benjamin Gilbert - 8.8.2-2 +- Add python3-cairo dependency for vipsprofile + * Sun Sep 01 2019 Benjamin Gilbert - 8.8.2-1 - New release - Drop libvipsCC.so and python3-vips subpackage, both removed upstream