From 09d8f29f1ccd1816ad650047b15a362027f53361 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 16 Jun 2021 15:56:02 +0200 Subject: update to 3.5.0RC2 rename to php-pecl-imagick-im6 or php-pecl-imagick-im7 drop all patches, all merged upstream including https://github.com/Imagick/imagick/pull/428 add stubs in package https://github.com/Imagick/imagick/pull/426 typo in type name https://github.com/Imagick/imagick/pull/425 fix pass by ref usage --- php-pecl-imagick.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'php-pecl-imagick.spec') diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index bdf121c..0aacb3d 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -49,7 +49,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 0.9.%{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: 0%{?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 @@ -355,8 +355,7 @@ cd ../ZTS %changelog -* Wed Jun 16 2021 Remi Collet - 3.5.0~RC2-0 -- test build for upcoming RC2 +* Wed Jun 16 2021 Remi Collet - 3.5.0~RC2-1 - update to 3.5.0RC2 - rename to php-pecl-imagick-im6 or php-pecl-imagick-im7 - drop all patches, all merged upstream including -- cgit