diff options
Diffstat (limited to 'php-pecl-vips.spec')
-rw-r--r-- | php-pecl-vips.spec | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec index 0d0c19c..d49e632 100644 --- a/php-pecl-vips.spec +++ b/php-pecl-vips.spec @@ -21,8 +21,8 @@ Summary: PHP extension for interfacing with libvips Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.10 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.0.11 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: https://pecl.php.net/package/%{pecl_name} @@ -48,19 +48,19 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{rele Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} <= %{version} -Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" Obsoletes: php73-pecl-%{pecl_name} <= %{version} -Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.4" Obsoletes: php74-pecl-%{pecl_name} <= %{version} -Obsoletes: php74w-pecl-%{pecl_name} <= %{version} +%endif +%if "%{php_version}" > "8.0" +Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif %endif @@ -225,6 +225,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Aug 28 2020 Remi Collet <remi@remirepo.net> - 1.0.11-1 +- update to 1.0.11 + * Wed Jan 8 2020 Remi Collet <remi@remirepo.net> - 1.0.10-2 - rebuild with libvips 8.9.0 |