diff options
Diffstat (limited to 'php-pecl-vips.spec')
-rw-r--r-- | php-pecl-vips.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-vips.spec b/php-pecl-vips.spec index 53cc6ac..895440f 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.6 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 1.0.7 +Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -54,6 +54,10 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} Obsoletes: php71u-pecl-%{pecl_name} <= %{version} Obsoletes: php71w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.2" +Obsoletes: php72u-pecl-%{pecl_name} <= %{version} +Obsoletes: php72w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -214,6 +218,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jun 6 2017 Remi Collet <remi@remirepo.net> - 1.0.7-1 +- Update to 1.0.7 + * Fri Apr 21 2017 Remi Collet <remi@remirepo.net> - 1.0.6-1 - Update to 1.0.6 |