From bbc516949e73e9bd2dc54129954d2dbc3706174a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Jul 2023 09:36:51 +0200 Subject: test build --- php-pecl-imagick.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'php-pecl-imagick.spec') diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 47efec6..0321f1f 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -64,7 +64,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: 8.1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 8.2%{?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-3.01 @@ -87,7 +87,6 @@ BuildRequires: ImageMagick-devel Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} %if %{with im7} Provides: %{?scl_prefix}php-%{pecl_name} = 1:%{version}%{?prever} -- cgit