diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 09:43:28 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 09:43:28 +0200 |
commit | 75d649d86ed18a7459bc64eadb3006be12d4adb0 (patch) | |
tree | f0aa989131210b924c6fc14bb8d463119776c4a2 | |
parent | c4508bc0596336487d6723c65fe70fabf58629db (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-lua.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-lua.spec b/php-pecl-lua.spec index accc046..6829bcb 100644 --- a/php-pecl-lua.spec +++ b/php-pecl-lua.spec @@ -19,7 +19,7 @@ Summary: Embedded lua interpreter Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.5 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -228,6 +228,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.5-4 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.5-3 - rebuld for 7.3.0alpha4 new ABI |