From 5eadee80acd9e342e323d0745d962e73a637fcf6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 16 Jun 2019 07:30:50 +0200 Subject: v2.5.0 --- 4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch | 62 -------------------------- 1 file changed, 62 deletions(-) delete mode 100644 4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch (limited to '4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch') diff --git a/4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch b/4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch deleted file mode 100644 index e1c28a9..0000000 --- a/4d9b98524d4a6ebc1541d9a354c1f2511efac6d0.patch +++ /dev/null @@ -1,62 +0,0 @@ -From 4d9b98524d4a6ebc1541d9a354c1f2511efac6d0 Mon Sep 17 00:00:00 2001 -From: Laurent Laville -Date: Sat, 25 May 2019 08:38:56 +0200 -Subject: [PATCH] to fix issue GH-29 (see also - https://github.com/Imagick/imagick/commit/bf56a61aa565cb2a6a70d5ff4106aed967726b11) - ---- - data/references/Imagick.const.json | 42 +++++++++++++++++++++++++++++- - 1 file changed, 41 insertions(+), 1 deletion(-) - -diff --git a/data/references/Imagick.const.json b/data/references/Imagick.const.json -index d57dd6f..d75a135 100644 ---- a/data/references/Imagick.const.json -+++ b/data/references/Imagick.const.json -@@ -5379,5 +5379,45 @@ - "php_min": "5.4.0", - "php_max": "", - "lib_imagemagick": ">=6.9.3" -+ }, -+ { -+ "ext_name_fk": 29, -+ "class_name": "Imagick", -+ "name": "COMPOSITE_STEREO", -+ "ext_min": "3.4.4RC1", -+ "ext_max": "", -+ "php_min": "5.4.0", -+ "php_max": "", -+ "lib_imagemagick": ">=6.9.10" -+ }, -+ { -+ "ext_name_fk": 29, -+ "class_name": "Imagick", -+ "name": "STYLE_BOLD", -+ "ext_min": "3.4.4RC1", -+ "ext_max": "", -+ "php_min": "5.4.0", -+ "php_max": "", -+ "lib_imagemagick": ">=6.9.11" -+ }, -+ { -+ "ext_name_fk": 29, -+ "class_name": "Imagick", -+ "name": "COLORSPACE_LINEARGRAY", -+ "ext_min": "3.4.4RC1", -+ "ext_max": "", -+ "php_min": "5.4.0", -+ "php_max": "", -+ "lib_imagemagick": ">=6.9.9" -+ }, -+ { -+ "ext_name_fk": 29, -+ "class_name": "Imagick", -+ "name": "RESOURCETYPE_LISTLENGTH", -+ "ext_min": "3.4.4RC1", -+ "ext_max": "", -+ "php_min": "5.4.0", -+ "php_max": "", -+ "lib_imagemagick": ">=6.9.10" - } --] -\ No newline at end of file -+] -- cgit