diff options
-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 |