From 93b67ceadfdc88abe7a06c69e856d4554804c2d0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 09:02:51 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-yaz.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/php-pecl-yaz.spec b/php-pecl-yaz.spec index 9c02f10..b33bbaa 100644 --- a/php-pecl-yaz.spec +++ b/php-pecl-yaz.spec @@ -24,9 +24,8 @@ Summary: Z39.50/SRU client Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.2.2 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: BSD -Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -72,6 +71,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 @@ -242,6 +245,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 18 2018 Remi Collet - 1.2.2-3 +- rebuild for 7.3.0alpha4 new ABI + * Wed Jun 27 2018 Remi Collet - 1.2.2-2 - add patch for PHP 7.3 from https://github.com/indexdata/phpyaz/pull/7 -- cgit