From 928ae9fa6adea698f680aefe0fc508e4aebd1496 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 08:39:55 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-varnish.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-varnish.spec b/php-pecl-varnish.spec index 7e91858..043799e 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: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?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 @@ -75,6 +75,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} 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: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -281,6 +285,9 @@ exit $ret %changelog +* Wed Jul 18 2018 Remi Collet - 1.2.4-2 +- rebuild for 7.3.0alpha4 new ABI + * Sun Jul 1 2018 Remi Collet - 1.2.4-1 - update to 1.2.4 - drop patch merged upstream -- cgit