From fcf367c0a09850c7d1c328cf43316c38029210f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 Jun 2018 10:31:34 +0200 Subject: add dependency on perl-generators --- ImageMagick6.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ImageMagick6.spec b/ImageMagick6.spec index b5c59f1..e528b1e 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -12,7 +12,7 @@ %global Patchlevel 40 %global incsuffixe -6 %global libsuffixe -6.Q16 -%global with_tests 0%{!?_without_tests:1} +%global with_tests 0 %global with_djvu 1 %global with_webp 1 @@ -73,7 +73,7 @@ Name: %{libname} Name: %{libname}6 %endif Version: %{VER}.%{Patchlevel} -Release: 1%{?dist} +Release: 2%{?dist} Summary: An X application for displaying and manipulating images Group: Applications/Multimedia License: ImageMagick @@ -89,6 +89,7 @@ BuildRequires: perl-devel %else BuildRequires: perl %endif +BuildRequires: perl-generators BuildRequires: ghostscript-devel %if %{with_djvu} BuildRequires: djvulibre-devel @@ -575,6 +576,9 @@ fi %changelog +* Fri Jun 1 2018 Remi Collet - 6.9.9.40-2 +- add dependency on perl-generators + * Tue Mar 27 2018 Remi Collet - 6.9.9.40-1 - update to version 6.9.9 patch level 40 -- cgit