diff options
author | Remi Collet <remi@remirepo.net> | 2021-06-16 15:56:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-06-16 15:56:02 +0200 |
commit | 09d8f29f1ccd1816ad650047b15a362027f53361 (patch) | |
tree | 580b48aa92d10cc54328ea733568b32f7b372404 | |
parent | de1ca7c3575d108b1aba6f5c67f00cc4e6f20415 (diff) |
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
-rw-r--r-- | php-pecl-imagick.spec | 5 |
1 files changed, 2 insertions, 3 deletions
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 <remi@remirepo.net> - 3.5.0~RC2-0 -- test build for upcoming RC2 +* Wed Jun 16 2021 Remi Collet <remi@remirepo.net> - 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 |