From 20085ef9b7d532733489f9be43b2db4efd08f261 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Jan 2021 11:00:32 +0100 Subject: cleanup --- php-pecl-imagick.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 159cbfd..268876a 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -50,7 +50,6 @@ Patch1: https://patch-diff.githubusercontent.com/raw/Imagick/imagick/pull Patch2: https://patch-diff.githubusercontent.com/raw/Imagick/imagick/pull/347.patch Patch3: https://patch-diff.githubusercontent.com/raw/Imagick/imagick/pull/348.patch Patch4: https://patch-diff.githubusercontent.com/raw/Imagick/imagick/pull/350.patch -#Patch5: temp.patch BuildRequires: make BuildRequires: %{?dtsprefix}gcc @@ -166,7 +165,6 @@ cd NTS %patch2 -p1 -b .pr347 %patch3 -p1 -b .pr348 %patch4 -p1 -b .pr350 -#patch5 -p1 -b .pr extver=$(sed -n '/#define PHP_IMAGICK_VERSION/{s/.* "//;s/".*$//;p}' php_imagick.h) if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then -- cgit