From 65c8379409617e03e07b1a2fecdb7404b3f5996d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jan 2022 10:54:05 +0100 Subject: update to 3.7.0RC1 --- php-pecl-imagick.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-pecl-imagick.spec') diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index dc4ead4..f3ce45f 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-imagick # -# Copyright (c) 2008-2021 Remi Collet +# Copyright (c) 2008-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -35,8 +35,8 @@ %else %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 3.6.0 -#global upstream_prever RC2 +%global upstream_version 3.7.0 +%global upstream_prever RC1 %if %{with im7} Summary: Extension to create and modify images using ImageMagick 7 @@ -50,7 +50,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.10.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 2.3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz %endif License: PHP @@ -362,6 +362,9 @@ cd ../ZTS %changelog +* Wed Jan 5 2022 Remi Collet - 3.7.0~RC1-1 +- update to 3.7.0RC1 + * Mon Nov 22 2021 Remi Collet - 3.6.0-2 - rebuild with latest ImageMagick 6/7 -- cgit