diff options
| -rw-r--r-- | php-pecl-yaz.spec | 10 | 
1 files 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 <remi@remirepo.net> - 1.2.2-3 +- rebuild for 7.3.0alpha4 new ABI +  * Wed Jun 27 2018 Remi Collet <remi@remirepo.net> - 1.2.2-2  - add patch for PHP 7.3 from    https://github.com/indexdata/phpyaz/pull/7  | 
