diff options
| -rw-r--r-- | php-pecl-imagick.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/php-pecl-imagick.spec b/php-pecl-imagick.spec index 7bf1d69..3b19a58 100644 --- a/php-pecl-imagick.spec +++ b/php-pecl-imagick.spec @@ -39,7 +39,7 @@ Version:       3.4.3  Release:       0.5.%{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:       13%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       14%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:       http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz  %endif  License:       PHP @@ -51,7 +51,7 @@ BuildRequires: %{?dtsprefix}gcc  BuildRequires: %{?scl_prefix}php-devel > 5.4  BuildRequires: %{?scl_prefix}php-pear  BuildRequires: pcre-devel -%if 0%{?fedora} >= 99 || 0%{?rhel} >= 9 +%if 0%{?fedora} >= 99 || 0%{?rhel} >= 8  BuildRequires: ImageMagick-devel  Requires:      ImageMagick-libs%{?_isa}  >= %{imbuildver}  %else @@ -304,6 +304,9 @@ cd ../ZTS  %changelog +* Mon Dec  3 2018 Remi Collet <remi@remirepo.net> - 3.4.3-14 +- EL-8 build +  * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 3.4.3-13  - rebuild for 7.3.0beta2 new ABI | 
