From 8939ae2058b6d9e16549a37cb7fe661859adf642 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Mar 2018 15:16:20 +0100 Subject: update to version 6.9.9 patch level 38 re-enable gslib on F28 --- ImageMagick6.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ImageMagick6.spec b/ImageMagick6.spec index f0d621c..3c4439f 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.9 -%global Patchlevel 37 +%global Patchlevel 38 %global incsuffixe -6 %global libsuffixe -6.Q16 %global with_tests 0%{!?_without_tests:1} @@ -29,11 +29,6 @@ %else %global with_gslib 0 %endif -# because of file descriptor leak in gslib -# see https://github.com/ImageMagick/ImageMagick/issues/948 -%if 0%{?fedora} >= 28 -%global with_gslib 0 -%endif %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 %global with_raw 1 @@ -78,7 +73,7 @@ Name: %{libname} Name: %{libname}6 %endif Version: %{VER}.%{Patchlevel} -Release: 2%{?dist} +Release: 1%{?dist} Summary: An X application for displaying and manipulating images Group: Applications/Multimedia License: ImageMagick @@ -580,6 +575,10 @@ fi %changelog +* Mon Mar 12 2018 Remi Collet - 6.9.9.38-1 +- update to version 6.9.9 patch level 38 +- re-enable gslib on F28 + * Mon Mar 5 2018 Remi Collet - 6.9.9.37-2 - build without gslib on F28 -- cgit