Add python3-cairo dependency for vipsprofile
This commit is contained in:
parent
94c71869af
commit
07062fefd0
@ -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 <bgilbert@backtick.net> - 8.8.2-2
|
||||
- Add python3-cairo dependency for vipsprofile
|
||||
|
||||
* Sun Sep 01 2019 Benjamin Gilbert <bgilbert@backtick.net> - 8.8.2-1
|
||||
- New release
|
||||
- Drop libvipsCC.so and python3-vips subpackage, both removed upstream
|
||||
|
Loading…
Reference in New Issue
Block a user