diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-18 08:26:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-18 08:26:02 +0200 |
commit | 955ee6576233808254d79851cea1adaa4bc75986 (patch) | |
tree | 027834525cac0f7ef57276f5c2c39768aaa23a00 | |
parent | 77c43617d31a37a87908bfca33c0cf294d1863d9 (diff) |
rebuild for 7.3.0alpha4 new ABI
-rw-r--r-- | php-pecl-termbox.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-termbox.spec b/php-pecl-termbox.spec index 8eaeea6..9cac10e 100644 --- a/php-pecl-termbox.spec +++ b/php-pecl-termbox.spec @@ -23,7 +23,7 @@ Summary: A termbox wrapper for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.1.3 -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -66,6 +66,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 @@ -224,6 +228,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.1.3-6 +- rebuild for 7.3.0alpha4 new ABI + * Wed Jun 27 2018 Remi Collet <remi@remirepo.net> - 0.1.3-5 - cleanup |