diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 11:32:11 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 11:32:11 +0200 |
commit | 46470cfed302e179bf4ee4c579f9385d8266757b (patch) | |
tree | 0791cdf8197f4e0bb23a79199ca2bf100f9819fe | |
parent | 955ee6576233808254d79851cea1adaa4bc75986 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-termbox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-termbox.spec b/php-pecl-termbox.spec index 9cac10e..87df68c 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: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?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 @@ -228,6 +228,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.1.3-7 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.1.3-6 - rebuild for 7.3.0alpha4 new ABI |