From c988947a5d0198996e48e915214867b8977d63f6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Jul 2021 06:58:31 +0200 Subject: update to 3.5.1 drop patch merged upstream --- php-pecl-imagick.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-pecl-imagick.spec') diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 5bbdc7b..6277fa1 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -35,7 +35,7 @@ %global ini_name 40-%{pecl_name}.ini %endif %global upstream_version 3.5.1 -%global upstream_prever RC1 +#global upstream_prever RC1 %if %{with im7} Summary: Extension to create and modify images using ImageMagick 7 @@ -55,8 +55,6 @@ Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstr License: PHP URL: https://pecl.php.net/package/imagick -Patch0: %{pecl_name}-php81.patch - BuildRequires: make BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel @@ -196,8 +194,6 @@ then : "Font files detected!" fi cd NTS -%patch0 -p1 -b .pr450 - : Fix permission for archive generated on Windows find . -type f -exec chmod -x {} \; @@ -365,6 +361,10 @@ cd ../ZTS %changelog +* Fri Jul 23 2021 Remi Collet - 3.5.1-1 +- update to 3.5.1 +- drop patch merged upstream + * Wed Jul 21 2021 Remi Collet - 3.5.1~RC1-1 - update to 3.5.1RC1 - add patch for PHP 8.1.0beta1 from -- cgit