From 0d6807c6d2ed7d9aee101f8c166a3d6ce3ce2498 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Mar 2018 15:38:07 +0100 Subject: update to version 7.0.7 patch level 26 re-enable gslib on F28 --- ImageMagick7.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/ImageMagick7.spec b/ImageMagick7.spec index 0e071e0..9b047f0 100644 --- a/ImageMagick7.spec +++ b/ImageMagick7.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 7.0.7 -%global Patchlevel 25 +%global Patchlevel 26 %global incsuffixe -7 %global libsuffixe -7.Q16HDRI %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 @@ -66,7 +61,7 @@ Name: %{libname} Name: %{libname}7 %endif Version: %{VER}.%{Patchlevel} -Release: 2%{?dist} +Release: 1%{?dist} Summary: An X application for displaying and manipulating images Group: Applications/Multimedia License: ImageMagick @@ -552,6 +547,10 @@ fi %changelog +* Mon Mar 12 2018 Remi Collet - 7.0.7.26-1 +- update to version 7.0.7 patch level 26 +- re-enable gslib on F28 + * Mon Mar 5 2018 Remi Collet - 7.0.7.25-2 - build without gslib on F28 -- cgit