From 1d3f1d05ce18099f3984ebc0a4ea9e1fa8a1755f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 14:32:28 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-varnish.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php-pecl-varnish.spec') diff --git a/php-pecl-varnish.spec b/php-pecl-varnish.spec index 9bfc197..9dec7b5 100644 --- a/php-pecl-varnish.spec +++ b/php-pecl-varnish.spec @@ -29,7 +29,7 @@ Summary: Varnish Cache bindings Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.4 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -76,9 +76,13 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +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 %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -285,6 +289,9 @@ exit $ret %changelog +* Tue Sep 03 2019 Remi Collet - 1.2.4-4 +- rebuild for 7.4.0RC1 + * Thu Aug 16 2018 Remi Collet - 1.2.4-3 - rebuild for 7.3.0beta2 new ABI -- cgit