diff options
-rw-r--r-- | php-pecl-parle.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-parle.spec b/php-pecl-parle.spec index 147d697..1b02412 100644 --- a/php-pecl-parle.spec +++ b/php-pecl-parle.spec @@ -31,7 +31,7 @@ BuildRequires: devtoolset-6-toolchain Summary: Parsing and lexing Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.8.1 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} # Extension is BSD, libraries are Boost License: BSD and Boost URL: http://pecl.php.net/package/%{pecl_name} @@ -242,6 +242,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.8.1-4 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.8.1-3 - rebuild for 7.3.0alpha4 new ABI |